body {
	background-image:url(images/background.jpg);
	color: #FCFAEE;
	font-family: Arial;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-color: #FCFAEE;
	background-repeat: repeat-x;
}
* {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	color: #000000;
	font-weight: bold;
}
.clear{clear:both;}
#container {
	margin: 0px auto;
	text-align: right;
	width: 780px;
	background-color: #FCFAEE;
}
/********************** Header ***************************/
#logo{
	background-color: #FCFAEE;
	background-image: url(images/bg_header.jpg);
	background-repeat: repeat-x;
	height: 69px;
	width: 774px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#logo a{
	margin: 0px auto;
}
#header {
	margin: 0px 0px 0px 0px;
	width: 774px;
	height:266px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	position:relative;	
}
#header ul{
	list-style-type: none;
	display:inline;
	position:absolute;
	top:241px;
	left:133px;
	width: 543px;
	height: auto;
	float: none;
}
#header li{
	float:left;
		
}
.lastchild{
	border-right: 0px none #FCFAEE !important;
}
#header ul a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #7A763F;
	text-decoration: none;
	padding: 0px 7px 0px 7px;
	border-right: 2px solid #4d4b4a;
}
#header ul a:hover{
	color:#000000;
}


/********************** Content ***************************/

#content {
	background-color: #E6E3CC;
	width:774px;
	display:block;
	
}
#content h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	margin: 0px 23px 6px 28px;
	padding: 20px 0px 0px 0px;
	border-bottom: 1px solid #bbb6a0;
}
/********************** Content - left ***************************/
#left {
	background-color: #FFFFFF;
	border: 1px solid #c2bdaa;
	width:540px;
	float:left;
	display:inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 28px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-weight: lighter;
	font-size: 10px;
}
.text{
	float:left;
	width:422px;
}
#left h2{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 20px 0px 10px 23px;
}
#left p{
	font-family: Arial;
	font-size: 12px;
	font-weight:normal;
	color: #FCFAEE;
	margin: 6px 0px 0px 23px;
}
#left a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;color: #4d4b4a;
}
#left a:hover{
	color:#000000;
}
.photos{float:right;}
.photos img{display:block;}
/********************** Content - right ***************************/
#right {
	float:right;
	width:156px;
	background-color:#FFFFFF;
	margin: 0px 23px 10px 0px;
	padding: 0px 0px 6px 0px;
	display:inline;
	border: 1px solid #c2bdaa;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: normal;
	text-decoration: blink;
}
#right h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	background-color:#FCFAEE;
	width:156px;
	text-align:center;
	padding: 3px 0px 3px 0px;
}
#right p{
	padding: 10px 9px 0px 9px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
#right a{
	padding: 15px 9px 5px 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7B6B5C;
	font-weight:bolder;
	display:block;
}
#right a:hover{
	color:#000000;
}
#right span a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #605c4c;
	text-decoration: none;
	text-transform: uppercase;
	background-color:#FCFAEE;
	width:115px;
	text-align:left;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

/********************** footer ***************************/
#footer, #footer a {
	background-color: #E6E3CB;
	width: 774px;
	height:22px;
	text-align:center;
	padding: 10px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #B86FCB;
}
#footer a:hover{
	color:#000000;
}

