body {
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	margin-top:0px;
	background-image:url(../img/design/large_bg.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center;
}
.headline {
	color:#0097DB;
	font-size:16px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
.sub_headline {
	color:#132B82;
	font-size:12px;
}
a:link {
	color:#3399CC;
	text-decoration:underline;
}
a:visited {
	color:#3399CC;
	text-decoration:underline;
}
a:hover {
	color:#666666;
	text-decoration:none;
}
a:active {
	color:#666666;
	text-decoration:none;
}
.footer_link:link {
	color:#333333;
	text-decoration:none;
}
.footer_link:hover {
	color:#333333;
	text-decoration:underline;
}
.footer_link:active {
	color:#333333;	
	text-decoration:underline;
}
.footer_link:visited {
	color:#333333;
	text-decoration:none;
}
#container {
	width:1000px;
	margin:0 auto;
}
#header {
	width:1000px;
	height:216px;
}
#body {
	width:1000px;
	background-image:url(../img/design/content_bg.gif);
	background-repeat: repeat-y;
	margin-top: 25px;
}
#navigation {
	width:100%;
}
#left_body {
	width:320px;
	float:left;
	margin-right:10px;
	margin-left:10px;
	text-align:left;
	clear:left;
	margin-top: 15px;
}
#right_body {
	width:630px;
	float:right;
	margin-right:10px;
	margin-left:10px;
	text-align:left;
	clear:right;
	margin-top: 15px;
}
#bottom_edge {
	width:1000px;
}
#footer {
	width:100%;
	height:40px;
	position:fixed;
	bottom:0px;
	margin:0 auto;
	z-index:10;
	left: 0px;
	background-color: #D0EBF8;
	font-size: 9px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3399CC;
}
#footer_content {
	width:1000px;
	padding-top:8px;
	margin:0 auto;
}
