@charset "UTF-8";
/* CSS Document */

body {
	margin: 40px auto 10px;
	background-color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}


p{
margin-top:0;
padding:5px 25px 1px;
line-height:170%;
font-size:1em;

}

h1{
margin:15px 25px 0;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.6em;
	color: #000;

}
h3{
margin:2px 25px 5px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.1em;	color: #000;

}


#container{
width:100%;

}
#main{
	width:850px;
	margin:auto;
	padding-bottom:10px;
	background-image:url(images/narley-horse-background.jpg);
	background-repeat:no-repeat;
	background-position: right top;
}


#content {
width:700px;

}
#content img{
margin-top:10px;
}

#top{
	margin:0 5px;
	height:17px;
	text-align:right;
	
}


#top ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
padding-bottom:3px;
}

#top li
{
display: inline;
list-style-type: none;
}

#top a { padding: 3px 10px; }/*keep*/

#top a:link, #top a:visited
{
	color: #999;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	overflow: visible;
}

#top a:hover
{
	color: #000;
	background-color: #ccc;
	text-decoration: none;

}

#text{
	width:700px;
	background-color:#fff;
	min-height:425px;
	border-top: 1px solid #ccc;
	border-right: 1px #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px #ccc;
}

#text ul, li
{

white-space: nowrap;
padding-bottom:3px;

}
#text ul {
	list-style-type: circle;
}

#text a:link{
color:#b41a14;
}
#text a:visited{
color:#b41a14;
}
#text a:hover{
	color:#000066;
	text-decoration:none;
}
#text a:active{
	color:#CC6600;
}

#footer{
	width:500px;
	margin:auto;
	font-size:11px;
	margin-top:10px;
	font-size:10px;
	color:#999999;
	text-align:center;
}
.footertext{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.floatleft{
float:left;
width:210px;
margin-left:25px;
margin-top:10px;
margin-right:20px;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:10;
color:#666633;
}
#floatright{
float:right;
padding-bottom:3px;
margin:5px 8px;
color:#999999;
font-size:9px;
width:125px;
}
#floatright img{
border:1px solid #ccc;
margin-bottom:3px;
}

#photobox {
	margin: 5px;
	width: 500px;
	float:right;
	padding-top:10px;
}
#photobox img{
border:1px solid #000;
margin:5px 15px;
}