body {
	font-family: 'Roboto', sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #000000;
	margin-top:0px;
}

a {
 	color: #9e0b0f;
 	text-decoration:underline;
} 
 
a:hover {
 	color: #6a2d18; 
 	text-decoration:underline;
}

.redlink a { 
 	color: #9e0b0f;
 	text-decoration:underline;
} 
 
.redlink a:hover {
 	color: #626051; 
 	text-decoration:underline;
}

h1 {color:#6a2d18; font-size: 15pt; font-family: 'Roboto', sans-serif; margin: 0}

.white9 {
	color: #ffffff;
	font-size: 9pt;
}

.white10 {
	color: #ffffff;
	font-size: 10pt;
}

.brown11 {
	color: #6a2d18;
	font-size: 11pt;
}

.black11 {
	color: #000000;
	font-size: 11pt;
}

#header {
	width: 1040px;
	height:487px;
	margin: auto;
	background-image: url(images/graphics/header.jpg);
}

#header2 {
	width: 1040px;
	height:487px;
	margin: auto;
	background-image: url(images/graphics/header2.jpg);
}

#body-background {
	width: 1000px;
	margin: auto;
	background-image: url(images/graphics/body-background.jpg);
}

#content1 {
	width: 1000px;
	margin: auto;
	position: relative; /*** Let's be nice to IE ***/
	display: table; /*** For non-IE browsers ***/
	clear: both;
}	

#wrapper1 {
	width: 1000px;
	margin: auto;
	clear: both;
}

#nav-side {
	width: 217px;
	float: left;
	margin: auto;
}

#content-side {
	width: 743px;
	float: left;
	margin: auto;
	padding-left:20px;
	padding-right:20px;
}

#footer {
	width: 980px;
	height:100px;
	margin: auto;
	background-image: url(images/graphics/footer.jpg);
	text-align:right;
	padding-top:65px;
	padding-right:20px;
	position:relative;
}

#footer2 {
	width: 980px;
	height:100px;
	margin: auto;
	background-image: url(images/graphics/footer2.jpg);
	text-align:right;
	padding-top:65px;
	padding-right:20px;
}

.blacksmall{
	font-family: 'Roboto', sans-serif;
	font-size: 8pt;
	color: #000000;}
	
#homepagepicture {
	width:300px;
	float:right;
	margin-left: 25px;
}

#content2 {
	background-color: #F6EFD3;
	margin: auto;
	width: 1000px;
}
