body {
	background-image: url(../images/splices/top_bkgrd.gif);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #ADBECB;
	margin: 0;
}
#site_wrapper {
	width: 810px;
	background-image: url(../images/splices/bottom_shadow.gif);
	background-repeat: repeat-y;
	margin: auto;
}
#topleft_shadow {
	float: left;
}
#topright_shadow {
	float: right;
}		
#content_wrapper {
	background-image: url(../images/splices/content_bkgrd.gif);
	background-repeat: repeat-y;
	float: left;
	width: 788px;
}	
#header {
	background-image: url(../images/splices/topheader_bkgrd.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 33px;
	line-height: 38px;
	height: 116px;
	padding: 45px 40px 0 248px;
	width: 500px;
}	
#top_nav {
	background-image: url(../images/splices/topnav_bkgrd.jpg);
	background-repeat: repeat-x;
	border: solid 2px #FFFFFF;
	border-bottom: 0px;
	height: 43px;
	width: 784px;
}	
#top_nav ul {
	color: #3E58A5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	line-height: 43px;
	list-style: none;
	margin: 0;
	margin-left: 19px;
	padding: 0;
}	
#top_nav li {
	float: left;
}
.topnav_divider {
	background-color: #FFFFFF;
	height: 30px;	
	margin-top: 7px;
	margin-left: 15px;
	margin-right: 15px;
	width: 1px;
}		
#top_nav a:link,
#top_nav a:visited,
#top_nav a:active,
#top_nav a:hover {
	color: #3E58A5;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
}	
#top_nav a:hover {
	color: #6679A9;
}
#side_nav {
	background-color: #CCE7E3;
	border: solid 2px #FFFFFF;
	border-bottom: none;
	float: left;
	width: 181px;
}
#side_nav ul {
	color: #4F4F4F;
	font-size: 13px;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0;
}	
#side_nav li {
	background-image: url(../images/splices/sidenav_bkgrd.jpg);
	background-repeat: repeat-x;
	border-top: solid 1px #FFFFFF;
	line-height: 44px;
}	
#side_nav a:link,
#side_nav a:active,
#side_nav a:visited,
#side_nav a:hover {
	color: #4F4F4F;
	display: block;
	padding-left: 18px;
	text-decoration: none;
}	
#side_nav a:hover {
	color: #008874;
}	
li#members_login {
	color: #3E58A3;
	font-size: 12px;
	line-height: 24px;
	padding: 10px;
}
#members_login #members_header {	
	background-color: #B7CAD7;
	border: solid 1px #6A7AA2;
	border-bottom: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	display: block;
	text-align: center;
}
#members_login form {
	background-color: #FFFFFF;
	border: solid 1px #6A7AA2;
	margin: 0;
	padding: 10px;
}
#members_login #login,
#members_login #password {
	width: 133px;
}	
#members_login #submit {
	margin-top: 10px;
}	
#content {
	float: right;
	padding: 21px 14px 0px 14px;
	width: 574px;
}
#footer_wrapper {
	background-image: url(../images/splices/footer_bkgrd.gif);
	background-repeat: no-repeat;
	color: #4057A7;
	font-size: 11px;
	font-weight: bold;
	height: 35px;
	padding-top: 7px;
	text-align: center;
}
#footer_wrapper a:link,
#footer_wrapper a:visited,
#footer_wrapper a:active,
#footer_wrapper a:hover {
	color: #4057A7;
}		
.clear {
	clear: both;
}