/* CSS Document */

body, html {
	margin:0px;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;
	text-align:center;
}
#container {
	margin-left:auto;
	margin-right:auto;
	width:850px;
	background-color:#fff;
	text-align:left;
}
#header {
	width:850px;
	height:160px;
	float:left;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	color:#666666;
}
#header-left {
	width:400px;
	float:left;
	height:160px;
}
#header-right-top {
	margin-left:365px;
	float:left;
	width:85px;
	margin-top:10px;
	margin-bottom:10px;
}
#header-right-bottom {
	margin-left:350px;
	float:left;
	width:100px;
}
#header a:link, #header a:visited {
	text-decoration:none;
	color:#666666;
}
#nav {
	width:850px;
	background-image:url(images/navblockbg.jpg);
	background-repeat:no-repeat;
	float:left;
	height:63px
}
#topnav {
	/*width:850px;*/
	width:830px;
	height:35px;
	float:left;
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
}
#subnav {
	width:830px;
	height:18px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:20px;
	padding-top:10px;
}
#subnav a:link, #subnav a:visited {
	text-decoration:none;
	color:black;
}
#content {
	float:left;
	background-color:#fff;
	width:850px;
}
#content-full {
	width:800px;
	float:left;
	margin-left:30px;
	margin-right:30px;
}
#content-left {
	width:525px;
	width:495px;
	float:left;
	margin-left:30px;
}
#content-right {
	width:275px;
	width:305px;
	background-color:#fff;
	float:left;
	text-align:center;
}
#footer {
	width:850px;
	height:36px;
	background-image:url(images/footer-bg.jpg);
	background-repeat:no-repeat;
	float:left;
}
#footer-content {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:40px;
	padding-top:10px;
}
#footer-content a:link, #footer-content a:visited {
	color:#666666;
	text-decoration:none;
}
