/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-color:#B1A29F;
	background-image:url(images/background.jpg);
	background-repeat:repeat-y;
	background-position:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#EFECEC;
}
A{
color:#fff;
}
#shell{
width:900px;
margin:auto;
height:300px;
}
#menu{
height:30px;
background-image:url(images/menu_back.jpg);
border-bottom:1px solid #B3B0B1;
margin-bottom:3px;
}
#menu ul{
padding:0px;
margin:0px;
}
#menu li{
	float:left;
	list-style-type: none;
	width:179px;
	text-align:center;
	height:30px;
	display:block;
	border-right:1px solid #B3B0B1;
}
.active{
background-image:url(images/menu_back_over.jpg);
}
#menu a{
	color:#fff;
	width:179px;
	text-decoration:none;
	height:30px;
	display:block;
	line-height:30px;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
}
#menu a:hover{
background-image:url(images/menu_back_over.jpg);
}
#images{
margin-top:30px;
height:196px;
margin-bottom:2px;
background-image:url(images/logo.jpg);
background-repeat:no-repeat;
background-position:center;
}
#content{
border-top:1px solid #B3B0B1;
padding-left:50px;
padding-right:50px;
background-image:url(images/horse2.jpg);
background-repeat:no-repeat;
background-position:40px 40px;
border-bottom:1px solid #B3B0B1;
padding-bottom:30px;
}

H1{
margin:0px;
padding:0px;
font-size:18px;
height:30px;
line-height:26px;
width:290px;
padding-left:10px;
background-image:url(images/h1.gif);
color:#000;
margin-left:-10px;
	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
	margin-bottom:20px;
}
#footer{
margin-top:10px;
margin-bottom:20px;
text-align:center;
font-size:10px;
}
#footer a{
color:#EFECEC;
text-decoration:none;
}
