/*--------------------
/
/  Layout
/
/*------------------*/

html, body {
	margin:0;
	height:100%;
}

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:18px;
	color:#887E6E;
	background-color: #F2EDE7;
}

#wrapper {
	background-image: url(../img/background.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	position:relative;
	height: 600px;
	width: 860px;
	margin-left:auto;
	margin-right:auto;
	z-index: 0;
}

#left {
	height:580px;
	width: 228px;
	padding-left:26px;
	border-bottom: 7px solid #887f6f;
	float:left;
	padding-top: 13px;
	position:relative;
}

#left_footer {
	position:absolute;
	width:242px;
	bottom:0;
	left:0;
	font-size: 9px;
	text-align: right;
	padding-bottom: 12px;
	line-height: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#right {
	position:relative;
	float:left;
	height:594px;
	width:606px;
	z-index: 2;
}


#top_bar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #887F6F;
	padding-left:12px;
	font-size:10px;
	line-height:22px;
}
#footer_nav {
	position:absolute;
	left:6px;
	bottom:8px;
	z-index:20;
	margin:0;
	padding:0;
	
}
/*--------------------
/
/  Styles
/
/*------------------*/


#right h1 {
	font-size:16px;
	width:270px;
}

h1, .green, .green a, a:hover {
	color:#AEB202;
}

#right p {
	width:320px;
	position:relative;
	z-index:10;
}
a {
	color:#DF7A1C;
}

.san_s, .san_s a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:12px;
}

#nav, #nav a {
	font-size:22px;
	text-decoration:none;
}

#nav {
	clear:both;
	margin-top: 73px;
	margin-bottom:90px;
	
}

#txt_pad {
	padding-left:12px;
}

#wrapper #right #txt_pad img {
	position:absolute;
	bottom:0;
	right:0;
	z-index:0;
}

#left img {
	margin-bottom:41px;
}
