﻿@import url("layout.css");
body {
	background-color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #000;
}
#container {
	width: 100%;
	height: 100%;
}
#masthead {
	text-align: left;
}
#masthead2 {
	width: 100%;
	text-align: left;
	
}
#masthead3 {
	width: 100%;
	text-align: left;
}
#page_content {
	width: 100%;
}
#sidebar {
	position: relative;
	float: left;
	width: 155px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #999966;
}
#content {
	margin-left: 170px;
	width: 665px;
	color: #FFFFFF;
}
#footer {
	padding: 1px 0 1px 0;
	clear: both;
	width: 100%;
	text-align: center;
	color: #999966;
}
#photogallery {
	width: 100%;
	text-align: center;
	color: #FFFFFF;
}
hr {
	width: 100%;
	height: 0em;
	color: #B0B0B0;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Times New Roman", Times, serif;
	color: #7E2217;
	font-style: italic;
	padding: 0;
	margin-bottom: 20px;
}
img { 
	border: none; 
	} 
/* Styles for Horse Content */
#horsecontent {
	width: 100%;
	color: #FFFFFF;
}
/* Styles for Image Bar */
#imagebar {
	text-align: center;
	border: 0px;	
	}
	
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	outline: none;
}
#sidebar li {
	border-bottom: 1px #999966 solid;
	display: block;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #C0C0C0;
	padding: 5%;
	display: block;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px;

}
/* Styles for Footer */
#footer p {
	font-size: small;
	padding-top: 30px;
}
#footer a {
	text-decoration: none;
	color: #999966;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a {
	color: #B0B0B0;
	text-decoration: none;
}
a:hover {
	color: #7E2217;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}