/* CSS Document */

body{
	padding:11px 0 14px 0;
	margin:0;
	background-color:#baa08e;
	color:#000;
}

div, h1, h2, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}

h1{
	color:#FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
}

p{
	color:#FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 15px;
	font-weight: normal;
	text-align: left;
}

a{
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover{
	color: #D4D4C6;
}

ul{
	margin:10px 0 0 0;
	padding:0;
	list-style-type:disc;
	color:#FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 15px;
	font-weight: normal;
	text-align: left;
	list-style-position: outside;
}

li{
	margin-left: 15px;
}

.spacer{
	clear:both;
	font-size:10px;
	line-height:10px;
	visibility: hidden;
}
img.thumbs{
	margin: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	float: left;
}

/*------------------------------------------------body--------------------*/
#wrapper_outer{
	background-image: url(images/main_bkg.jpg);
	background-repeat: repeat-y;
	width: 864px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#wrapper_inner{
	width:850px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*------------------------------------------------header--------------------*/
#header{
	width:850px;
	height:155px;
	position:relative;
	margin:0 auto;
}

#header_upper{
	width:850px;
	height:125px;
	float:left;
	background-image: url(images/header_top.jpg);
	background-repeat: no-repeat;
}

#logo{
	width:337px;
	height:74px;
	float:left;
	padding-top: 18px;
	padding-left: 16px;
}

#header_lower{
	width:850px;
	height:30px;
	float:left;
	margin-top: -1px;
}

/*------------------------------------------------header--------------------*/

/*------------------------------------------------body--------------------*/
#body{
	width:850px;
	height: 549px;
	margin: 0;
	padding: 0;
	position: relative;
	background-image: url(images/body_bkg.jpg);
	background-repeat: no-repeat;
}

#body_secondary{
	width:850px;
	height: 549px;
	margin: 0;
	padding: 0;
	position: relative;
	background-image: url(images/body_bkg_wht.jpg);
	background-repeat: no-repeat;
}

#left{
	width:334px;
	border:#94725C solid 1px;
	background-image: url(images/textbox_bkg.png);
	background-repeat: repeat;
	background-position: 0 0;
	height: 472px;
	margin-left: 23px;
	padding-top: 16px;
	padding-right: 18px;
	padding-bottom: 16px;
	padding-left: 18px;
	float: left;
	margin-top: 23px;
}

#right{
	width:361px;
	height: 512px;
	margin-right: 44px;
	float: right;
	margin-top: 21px;
}

#right_top{
	width:361px;
	height: 245px;
}

#right_btm{
	width:361px;
	height: 245px;
	margin-top: 22px;
}

/*------------------------------------------------footer--------------------*/
#footer{
	width:850px;
	background-image: url(images/footer_bkg.jpg);
	background-repeat: no-repeat;
	height: 20px;
	position: relative;
}

#footer p{
	width:587px;
	position:absolute;
	left:41px;
	top:3px;
	font-size: 10px;
	font-weight: normal;
	font: "Trebuchet MS", Verdana, Arial;
	color: #FFFFFF;
	letter-spacing: 1.5px;
}

#footer a{
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover{
	color: #D4D4C6;
}

