@charset "utf-8";
/* CSS Document */

body {
	background-image:url(/Images/background.JPG);
	background-repeat:repeat-x;
	background-color: #eff0e2;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#343233;
	margin-left:auto;
	margin-right:auto; 
	margin-top:0px; 
}
#wrapper {
	text-align: left;  
	width:800px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
}
#logo {
	float:left;
	width:800px;
	height:77px;
	background-image:url(/Images/logo.JPG);
	background-repeat:no-repeat;
}
#banner {
	float:left;
	width:800px;
	height:247px;
	background-image:url(/Images/banner1.JPG);
	background-repeat:no-repeat;
}
#nav {
	width:800px; 
	height:49px;
	float:left;
}
#pagename {
	width:800px;
	height:95px;
	float:left;
	background-color:#eff0e2;
}
#pagename2 {
	width:800px;
	height:57px;
	float:left;
	background-color:#eff0e2;
}
#content {
	width:770px;
	height:112px;
	float:left;
	padding:0px 20px 10px 10px;
	background-image:url(/Images/home_content.JPG);
	background-color:#eff0e2;
}
#followoncontent {
	width:755px;
	float:left;
	padding:10px 20px 10px 25px;
	background-color:#eff0e2;
	clear:both;
}
#boxesbase {
	background-color:#cac5b1;
	height:251px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
}
#boxes {
	width:800px;
	height:251px;
	clear:both;
	float:inherit;
	margin-left:auto;
	margin-right:auto;
}
#box1 {
	background-image:url(/Images/box1.JPG);
	background-repeat:no-repeat;
	width:340px;
	height:121px;
	float:left;
	text-align:left;
	padding:80px 30px 50px 30px;
}
#box2 {
	background-image:url(/Images/box2.JPG);
	background-repeat:no-repeat;
	width:340px;
	height:121px;
	float:left;
	text-align:left;
	padding:80px 30px 50px 30px;
}
#footerbase {
	background-image:url(/Images/footer_background.jpg);
	background-repeat:repeat-x;
	height:74px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
}
#footer{
	background-image:url(/Images/footer.JPG);
	background-repeat:no-repeat;
	width:800px;
	height:54px;
	padding-top:20px;
	text-align:center;
	color:#fff;
	font-size:11px;
	float:inherit;
	margin-left:auto;
	margin-right:auto;
}

#footer a:link, #footer a:visited { 
	color:#fff; 
	text-decoration:underline;
} 
#footer a:hover { 
	text-decoration:none; 
	color: #fff;
}
H1 {
	color: #343233; 
	font-size: 16px;
	font-weight: bold;
} 
H2 {
	color: #343233; 
	font-size: 14px;
	font-weight: bold;
} 
H3 {
	color: #343233; 
	font-size: 12px;
	font-weight: bold;
} 
H4 {
	color: #343233; 
	font-size: 12px;
	font-weight: bold;
} 
a:link, a:visited { 
	color: #343233; 
	text-decoration: underline;
} 
a:hover { 
	text-decoration: none; 
	color: #343233;
} 
