body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin:0px;
	background-image:url(images/bg-image.jpg);
	background-repeat:repeat-x;
	background-color:#efefef;
}
h1 {
	color:#023A8D;
	margin-top:0px;
	font-size:16px;
}
h2 {
	color:#003A8E;
	font-size:14px;
}
.style2 {font-size: 18px}
#surround {
	width:900px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
#headlinks {
	width:900px;
	height:23px;
	float:left;
	color: #FFFFFF;
	padding-top: 7px;
}
#header {
	width:900px;
	height:140px;
	float:left;
	background-image: url(images/header.jpg);
}
#links {
	width:900px;
	height:60px;
	float:left;
	margin-bottom:2px;
	background-image: url(images/linksalt.jpg);
}
.links {
	width:150px;
	height:52px;
	float:left;
	background-image:url(images/links.jpg);
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	padding-top:8px;
}
.links:hover {
	background-image:url(images/links-ro.jpg);
}
.linksalt {
	width:150px;
	height:52px;
	float:left;
	background-image:url(images/linksalt.jpg);
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	padding-top:8px;
}
.linksalt:hover {
	background-image:url(images/links-ro-alt.jpg);
}
#left {
	width:190px;
	height:auto;
	float:left;
	padding:20px;
	margin-right: 20px;
	background-image: url(images/left-bg-2.jpg);
	background-repeat: repeat-x;
}

#right {
	width:610px;
	height:auto;
	float:left;
	padding:20px;
	background-image: url(images/right-bg.jpg);
	background-repeat: repeat-x;
	background-color: #F4F4F4;
}
#footerwrap {
	width:100%;
	height:120px;
	float:left;
	background-color: #8c8c8c;
	border-top: 2px solid #59575a;
	color: #FFFFFF;
}
#footer {
	width:650px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	padding-left: 250px;
	background-image: url(images/footer-bg.jpg);
	font-size: 9px;
	padding-top: 20px;
	text-align: center;
}

