@charset "UTF-8";
/* CSS Document */

body{
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	}

#wrapper{
	margin: 0 auto;
	width: 1000px;
	height:675px;
	background-image:url(images/background.gif);
	background-repeat:repeat;
}
#header{
	background-image:url(images/header.gif);
	background-position:left;
	background-repeat:no-repeat;
	width: 1000px;
	height:100px;
	}
	
#maincontent{
	margin-left: 50px;
	margin-right: 500px;
	margin-top:30px;
	color:#FFF;
	text-align: justify;
	letter-spacing:1px;
	

}
#maincontent a{
color:#000;
border-top: none;
font-size: 1.00em;
text-decoration:none;
}

	
#rightsidebar{
	position: relative;
    float:right;
	width: 400px;
	height: 510px;
	margin-top: 35px;
	margin-right: 25px;
	background-image:url(images/featured.gif);
	background-repeat:no-repeat;
	}
	
#rightsidebar2{
	position: relative;
    float:right;
	width: 400px;
	height: 510px;
	margin-top: 35px;
	margin-right: 25px;
	}
		
#rightsidebar p{
	margin: 5px;
	padding:10px;
	text-align: justify;
}	
	
#footer{
    width: 1000px;
	height: 40px;
	padding-top: 2px;
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	}
	
.cprt{
	font-size: .75em;
	color:#FFF;
	}
	
	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thehorse{
	margin-top: 80px;
	}

.prevwork{
	margin-top: 10px;
	border:#996600 3px solid;
}
	
	
#navcontainer
{
font-family: Arial,Sans-Serif;
margin: 0px ;
width: 100%;
height: 1.5em;
background-color:#996600;

}

#navlist
{
width: 100%;
text-align: left;
margin: 2px;
padding: 0;
text-indent: 0;
list-style-type: none;
}

#navlist li
{
padding: 2px;
margin: 0;
text-indent: 0;
display: inline;
}

#navlist li a
{
letter-spacing: -1px;
text-decoration: none;
color: #FFF;
font-size: 1em;
padding: 0 2px;
border-top: .5em solid #333;
}

#navlist li a:hover,#navlist a#current
{
color: #333;
border-top: none;
font-size: 1.25em;
}

#navlist a#current { color: #cc0000; }

#navcontainervid
{
font-family: Arial,Sans-Serif;
margin-left: 10px;
margin-right: 10px;
width: 95%;
height: 1.5em;
border: none;


}

#navlistvid
{
width: 100%;
text-align: center;
margin: 5px;
padding: 0;
text-indent: 0;
list-style-type: none;
}

#navlistvid li
{
padding: 2px;
margin: 0;
text-indent: 0;
display: inline;
background-color:#663300;
}

#navlistvid li a
{

text-decoration: none;
color: #FFF;
font-size: .9em;
padding: 0 2px;
border-top: .25em solid #FFF;
}

#navlistvid li a:hover,#navlist a#current
{
color: #FFF;
border-top: none;
font-size: 1em;
}

#navlist a#current { color: #cc0000; }

#navlistft
{
width: 100%;
text-align: center;
margin: 2px;
padding: 0;
text-indent: 0;
list-style-type: none;
}

#navlistft li
{
padding: 2px;
margin: 0;
text-indent: 0;
display: inline;
}

#navlistft li a
{
letter-spacing: -1px;
text-decoration: none;
color: #FFF;
font-size: 1em;
padding: 0 2px;
}

#navlistft li a:hover,#navlist a#current
{
color: #333;
border-top: none;
font-size: 1.00em;
}

#navlistft a#current { color: #cc0000; }


