/* CSS Document */

body {
	color: #333;
	font: .8em Verdana, sans-serif;
	background-color:#f4a51b;
	margin:0;
	padding:0;	
	background-image:url(images/bg.jpg);
background-position:50% 0;
background-repeat:repeat-y;

}

ul.list {
list-style:none;
}

ul.list li  {
padding:0 0 .5em 2em;
}

ul.list li a {
color:#333399;
}

ul.list li a:hover {
text-decoration:none;
}


div#wrap {
	width:800px;
	border-top:12px solid #920505;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	margin:0 auto;
	padding:0;
	height:100%;

}

#banner {
	border-bottom:2px solid #920505;
}

#photos {
	margin: 0px;
	padding: 0px;
	width: 206px;
	float:left;
}
#photos img {
	padding:0 0 2px 0;
	margin:0;
}
#photos a img {
	padding:0 0;
	margin:0;
	border:0;
}

ul#menu 
{
padding-left: 0;
margin-top:0;
margin-left: 0;
background-color: #920505;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

ul#menu  li { 
display: inline; }

ul#menu  li a
{
padding: 0.2em 1em;
background-color: #920505;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#banner {
width:800px;
height:109px;
background-image:url(images/hacienda/banner.jpg);
background-repeat:no-repeat;
background-position:0 0;

}

#banner h1 {
display:none;
}

ul#menu  li a:hover
{
background-color: #e1b03b;
color: #fff;
}

#content {
	width:592px;
	float:right;
}

p {
line-height:2em;
padding:0 38px 1em 38px;
}

h2 {
padding:1em 38px 0 38px;
font-weight:normal;
clear:both;
}

h3, h4 {
padding:.2em 38px 0 38px;
margin:0;
}

h4 {
font-size:.9em;
}


p#footer {
clear:both;
text-align:center;
font-size:.8em;
width:725px;
margin:0 auto;
}
