html, body  {
   	margin: 5px auto;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	background: #cccccc;
	height: 100%;
   	padding: 0;
}


a {	
	text-decoration: none;
}

h1 {
	font-size:18px;
	margin: 10px 10px 10px 0;
}

h4, {	
	color: #5e80b0;
}
h5, {	
	color: #5e80b0;
}
a:hover {
	text-decoration: underline;
}

a:link {
	color:#000000;
}

a:visited {
	color:#000000;
}
p {
	font-size: 13px;
	text-align:justify;
}

.clear {
	height: 10px;
	width: 100%;
	line-height: 0;
	clear: both;
	font-size: 0;
	background: #cccccc;
}

img.floatLeft { 
    float: left; 
    margin: 0 10px 0 0;

}

img.floatRight { 
    float: left; 
    margin: 0 10px 0 0; 
}

.somediv {
	width: 100%;
	clear: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.line {
		border-bottom: 1px solid gray;
}

.somediv .floatbox{
	float: left;
	width: 155px;
}


.somediv p{
	margin-top: 0;
	margin-left: 156px;
	font-size: 13px;
	text-align:justify;
}

div.float {
	float: left;
	padding-left: 45px;
}
 
div.floatB {
	float: left;
	padding-left: 5px;
}
div.float p {
	text-align: center;
}
div.boxes {
	background-image: none;
	background-color:#ffffff;
	margin: 0 auto;
}

div.boxes {
	background-image: none;
	background-color:#ffffff;
	margin: 0 auto;
}
div.spacer {
	clear: both;
}

#wrapper {
	width: 800px;
	margin: 0 auto; 
}

#header {
	background:#FFFFFF;
	clear:both;
}

#header .left {
	float:left;
	margin: 20px 0 0 0;
}

#header .right {
	float:right;
	margin: 20px 0 0 0;
}

#menu {
	clear:both;
}
#container {
	background:#ffffff;
	width: 100%;
	height: 100%;
}

#content {
	margin-right: 200px;
	padding: 1em;
	max-width: 36em;
	height: 100%;
}

#content p {
}

#ul  li {
	font-size: 13px;
}

#contentFull {
	padding: 1em;
	height: 100%;
}

#contentFull p {
}

#text {
	clear: both;
}
#sidebar {
	background: #ffffff;
	float: right;
	width: 200px;
	margin: 0;
	padding: 1em;
}

#sidephotos {
	float: left;
	width: 100px;
	margin: 0 0 0 10px;
	padding: 1em;
	background:#FFFFFF;
}
#contentphotos {
	margin-left: 150px;
	margin-top: 1em;
	max-width: 36em;
	height: 100%;
	padding: 1em;
}

.seperator {
	border:#999999 1px solid;
}

#footer {
	background:#5e80b0;
	clear:both;
}

#footer p {
	color: #ffffff;
	font-size: 11px;
	margin: 0 0 10px 10px;
}

#footer .advice {
	float: right;
	margin: 30px 20px 0 0;
}

#footerleft,
#footerleft p {
	float:left;
	font-size: 11px;
	width:auto;
} 

#footerright,
#footerright P {
	margin-left:10%;
	font-size: 11px;
	width:auto;
} 

#gutter {
	background:cccccc;
	clear: both;
	margin: 10px 0 0 0;
}

#gutter p {
	font-size:10px;
	clear:both;
	background:cccccc;
	text-align:center;
}

#gutter .left {
	float: left;
	background:cccccc;
	padding-left: 4px;
}

#gutter .right {
	float:right;
	background:cccccc;
	padding-right: 4px;
}
