@charset "utf-8";
/* CSS Document */

a:link {color:#009900;}
a:visited {color:#006600;}
a:hover {color:#00CC00;}
a:active {color:#006600;}

body {font-family:Georgia, "Times New Roman", Times, serif; margin:0;}

#bottom {clear:both;}

#content {clear:both; margin-top:50px;}

#directory {clear:both;}

.left {float:left; width:50%;}

#footer {text-align:center; font-family:Arial, Helvetica, sans-serif; padding-top:10px; border-top:green solid 1px;
		font-size:small; clear:both;}

h1 {color:#009900; font:bold large Arial, Helvetica, sans-serif; border-bottom:green solid 1px;}

hr {color:#009900;}

.horses {margin:0 0 10px 10px; float:right;}

#page {width:780px; margin:100px 0 25px 90px; background-color:#FFFFFF; border-top:green solid 5px; padding:10px 25px 10px 25px;}

.right {float:right; width:50%;}

.third {float:left; width:33%;}

#top-left {float:left;}

#top-left h1 {border:none;}

#top-right {float:right; font:normal small Arial, Helvetica, sans-serif; color:#006600;}

#top-right a {text-decoration:none;}

/*
contact form
*/

#form {width:360px; margin-right:10px; float:left;}

.email {float:right; width:300px;}

.field {width:100%; background-color:#CCFFCC; color:#666666; font:normal medium Georgia, "Times New Roman", Times, serif; border:none; padding:5px;}

.button {background-color:#CCFFCC; color:#666666; font:bold medium; border:none; padding:5px;}

