#container {
	width: 700px;
	background: #FFF;
	margin: 0px auto;
}

#header {
}

	#header h1 {
		float: left;
	}

		#header h1 a {
			margin: 32px 20px 29px 30px;
			width: 228px;
			height: 73px;
			background: url(/images/design/logo.gif) no-repeat top left;
			float: left;
		}
	
			#header h1 a span {
				display: none;
			}

	#header div.header_info {
		float: right;
		margin: 45px 30px 0px 10px;
		height: 40px;
		width: 152px;
		background: url(/images/design/header_info.gif) no-repeat top right;
	}

#menu {
	clear: left;
	background: #000 url(/images/design/menu_background.gif) repeat-x top left;
	float: left;
	width: 680px;
	padding: 0px 10px;
	height: 34px;
	border-bottom: 1px #fff solid;
	margin-top: 2px;
}

	#menu ul {
		margin-top: 2px;
	}

		#menu ul li {
			list-style-type: none;
			float: left;
		}

			#menu ul li a:link, #menu ul li a:visited {
				color: #FFF;
				float: left;
				padding: 9px 22px;
				text-decoration: none;
			}
		
			#menu ul li a:hover {
				background-color: #000;
				color: #afafaf;
			}

#content {
	clear: left;
	float: left;
	width: 700px;
	background: #fff url(/images/design/content_top_background.gif) repeat-x 0px 248px;
}

	#content img.splash {
		margin-bottom: 10px;
	}

	#content #columns {
		margin-left: 10px;
	}

		#content #columns #left_column {
			float: left;
			width: 450px;
		}
	
		#content #columns #right_column {
			float: left;
			width: 210px;
			margin-left: 10px;
		}
	
		

#footer {
	border-top: 1px #004796 solid;
	margin: 10px 10px 0px 10px;
	padding: 10px;
	text-align: right;
	color: #686868;
	clear: left;
	font-size: 11px;
	height: 30px;
}

	#footer .left_column {
		width: 200px;
		float: left;
		text-align: left;
		font-size: 12px;
	}
		#footer .left_column a:link, #footer .left_column a:visited {
			text-decoration: none;
			color: #000;
		}

			#footer .left_column a:hover {
				color: #585858;
			}

		#footer .left_column a:link img, #footer .left_column a:visited img {
			border: 0px;
			padding: 0px 0px 0px 5px;
			vertical-align: middle;
		}

	#footer .right_column {
		width: 420px;
		float: right;
	}

	#footer a:link.sn, #footer a:visited.sn {
		text-decoration: none;
	}
		#footer a.sn img {
			border: 0px;
		}
	
		#footer a:link.sn span, #footer a:visited.sn span {
			text-decoration: underline;
		}
	
		#footer a:hover.sn span {
			text-decoration: none;
		}