body {
margin: 30px 0 30px 0;
background: #000000 url('images/bg.jpg') repeat-y center top;
}

#page {
	margin: auto;
	width: 816px;
	background: #ffffff url('images/header_bg.jpg') no-repeat center top;
	border: 7px solid #699DB1;
}

.header {
	margin: auto;
	width: 736px;
	margin-top: 100px;
	padding: 0;
}

#nav {
	position: relative;
	float: right;
	border: none;
	width: 577px;
	height: 30px;
	padding-top: 60px;
	padding-right: 40px;
	margin: 0;
}

#home {
	width: 736px;
	height: 182px;
	padding: 0;
	margin-bottom: 92px;
}

#index {
	width: 736px;
	padding-top: 10px;
	padding-left: 42px;
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	color: #000000;
}

#index p {
	margin-top: 0px;
}

#content {
	width: 480px;
	padding-top: 10px;
	padding-left: 42px;
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	color: #000000;
}

#content p {
	margin-top: 0px;
}

#content ul {
	margin-top: 0px;
}

#content ol {
	margin-top: 0px;
}

.photo {
	float: right;
	margin-right: 40px;
	margin-top: 50px;
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height: 14px;
	color: #000000;
	text-align: right;
}

a.content_link:link {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2485AE;
	text-decoration: none;
}

a.content_link:visited {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2485AE;
	text-decoration: none;
}

a.content_link:active {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2485AE;
	text-decoration: none;
}

a.content_link:hover {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2485AE;
	text-decoration: underline;	
}

hr {
   clear: both; /* pulls the bottom of #container to the bottom of its content */
   color: #ffffff;
   height: 1px; /* hide the hr element */
}

#footer {
	width: 734px;
	height: 60px;
	margin: auto;
	padding-top: 26px;
	padding-bottom: 0px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #5A7A90;
	background: #ffffff url('images/footer_bg.jpg') no-repeat center top;
}

#footer .left {
	float: left;
	padding-left: 94px;
}

#footer .right {
	float: right;
	padding-right: 60px;
}

a.footer_link:link {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #5A7A90;
	text-decoration: none;
}

a.footer:visited {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #5A7A90;
	text-decoration: none;
}

a.footer_link:active {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #5A7A90;
	text-decoration: none;
}

a.footer_link:hover {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #5A7A90;
	text-decoration: underline;	
}