html {
	font-family: verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 0.7em;
	color: #000000;
	background-color: #dcd380;
	background-image:url(bg.gif);
	background-repeat: repeat-x;
}
body {
	padding: 0;
	position:absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0;
	background-image: url(topImage.gif);
	background-repeat: no-repeat;
	
}

h1, h2, h3, h4
{
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #56652D;
}

#content img
{
	margin: 0 auto 2em auto;
	border: 1px solid #ffffff;
	text-align: center;
	display: block;
}

a
{
	color: black;
}

#container h1
{
	position: absolute;
	left: 0px;
	top: 54px;
	width: 640px;
	height: 72px;
	font-size: 50px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	padding: 5px;
	margin: 0;
	text-align: right;
	color: #FFFFFF;
	text-decoration: underline;
}

/* ************************ CONTENT ***************************/
#content
{
	position: absolute;
	top: 150px;
	left: 200px;
	width: 430px;
	padding: 5px;
	font-size: small;
	line-height: 1.5em;
	border-left: 1px solid #FFF494;
}
#content p img
{
	float: left;
	margin: 0 1em 0em 0;
}
#content h1, #content h2, #content h3, #content h4
{
	margin-left: 1em;
}
#content table
{
	background-color: #ffffff;
	border: 1px solid #333;
	margin: auto;
}
#content table caption
{
	margin: auto;
	font-weight: bold;
}
#content p
{
	margin: 0 2em 2em 2em;
	text-align: justify;
}

#content .label, #content label
{
	font-weight: bold;
}

#content label
{
	float: left;
	clear: both;
}

#content input, #content textarea
{
	float: left;
	clear: both;
	width: 100%;
}

#content textarea
{
	height: 30em;
}

#facebook
{
	position: absolute;
	left: 800px;
	top: 155px;
	background: white;
}

/* *********************** HORSE ************************** */
.horse
{
	margin-bottom: 1em;
	padding: 1em 2em;
	border-top: 1px solid #56652D;
	border-bottom: 1px solid #56652D;
	line-height: normal;
	width: 420px;
}

.horse img
{
	float: right;
	padding: 0 0 1em 1em;
}

.horse .birthDate
{
	display: block;
}

.horse .mother
{
	display: block;	
}

.horse .father
{
	display: block;	
}

.horse .description
{
	margin: 1em 0 1em 0;
	display: block;
	font-style: italic;	
}

.horse .description .label
{
	font-style: normal;
	}

.horse .price
{
	display: block;	
}


.horse .name
{
	font-weight: bold;
	display: block;
}
/* ********************* MENU ******************************/
#menu
{
	position: absolute;
	top: 200px;
	width: 180px;
	margin: 10px;
	color: black;
	font-weight: bold;
	padding: 0;
}

#menu ul, #menu ol
{
	padding: 0;
	margin: 0;
}

#menu li
{
	list-style-position: inside;
	border-top: 1px solid #56652D;
	border-bottom: 1px solid #56652D;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 3px;
}

#menu li li
{
	font-weight: normal;
	border: none;
	padding: 0;
}

#menu li ul, #menu li ol
{
	margin-left: 2em;
}

/* **************** CONTACT ******************************* */
#contact *
{
	color: #fff;
}

#contact
{
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 180px;
	margin: 5px;
	padding: 5px;
	
	color: #fff;
	background-color: #56652D;
	border: 1px solid #fff;
}





