/* CSS Styles for White Horse Station */

body {
	background-color: #333333;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
a:link {
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	color: #333333;
	font-style: italic;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	color: #FFFFFF;
	font-size: 24px;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 0px;
}
h2 {
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
	color: #FFFFFF;
	margin-bottom: 25px;
}

h3 {
	color: #FFFFFF;
	font-size: 16px;
}
h4 {
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
}
h6 {
	color: #333333;
}
#wrapper {
	width: 872px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 190px;
	width: 872px;
	float: left;
	background: url(images/design/header.jpg) no-repeat center top;
}
#content {
	width: 725px;
	background-color: #5879A6;
	float: left;
	margin: 0px 59px;
	padding: 5px 10px 10px;
	border-right: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
	border-left: 4px solid #FFFFFF;
}
#footer {
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	width: 872px;
	text-align: center;
}

#navigation {
	height: 25px;
	width: 745px;
	padding: 0px 65px;
	margin-top: 150px;
}
#navigation li
{
	display: inline;
	border-right: 0;
	font-weight: normal;
	line-height: 25px;
}
#navigation li a
{
	color: #000000;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	font: bold 12px/25px Arial, Helvetica, sans-serif;
}
#navigation li a:visited
{
	color: #000000;
}
#navigation li a:hover
{
	color: #5A7DA9;
}
#navigation li .current
{
	color: #FFFFFF;
	background-color: #000000;
}
#navigation  li.last {
	border-right: 0px;
}
.photo-right {
	margin-left: 20px;
}
.photo-left {
	margin-right: 20px;
}
