/*hollie css used for boodmares pages*/

body {	
	background-color:black;
	align:center; 	
}


#container {
	background-color: black;
	align: center;
	margin: 15px auto;
	padding: 0px;
	width: 798px;
}


#main {
	
	font-size: 10pt; 
	font-family: georgia, serif; 
	color: rgb(255,255,255);
	letter-spacing: 2; 
	width: 798px;
}

#title {
	font-family: Georgia, serif; 
	font-size: 25pt;
	color: rgb(255,255,255);
	line-height: 50px;
	text-align: center;
	width: 798px;
	border-bottom: 2px solid white;
	border-top: 2px solid white;
}

#table{
	text-align: left;
	border-bottom:2px solid white;
}

#picture {
	position: absolute;
	top:350px;
	width: 300px;
	margin-left: 500px;
	padding:0px;
	
}


#horse { 
	color: rgb(255,255,255);
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px; 
}

#line{
	border-right: 2px solid rgb(255,255,255);
}


#address{
	font-family: Georgia, serif;
	font-size: 10pt;
	color: rgb(255,255,255);
	line-height: 30px;
	text-align: center;
	border-top: 2px solid rgb(255,255,255);
	border-bottom: 2px solid rgb(255,255,255);
	width: 798;
}



a:link {color: rgb(255,255,255); text-decoration: none}
a:visited {color: rgb(255,255,255); text-decoration: none;}
a:hover {color: rgb(12,12,255);}
a:active {color: white; text-decoration: none;}

#off {font-size:16px; line-height:30px;}
#off:link { text-decoration: underline;}
#off:visited {color: rgb(255,255,255); text-decoration: underline;}
#off:hover {color: rgb(12,12,255); text-decoration: none;}
#off:active {color: rgb(255,255,255); text-decoration: none;}


