﻿/* This StyleSheet contains custom styles for this project */


.imageFloating
{
    float: left;
    position: static;
	margin-left: 8px;
	margin-right: 16px;
	margin-bottom: 16px;
	width: 40%;
}

.imageFloatingRight
{
    float: right;
    position: static;
	margin-left: 16px;
	margin-bottom: 16px;
	width: 25%;
}

.clearFloating
{
    clear: both;
}