


/* MAIN LAYOUT */


#wrapper {
	margin: 0 auto;
	width: 756px;
}

#navbar {
	line-height: 0;
	font-size: 0px;
	background-image: url(/images/bg_nav.gif);
	width: 756px;
}

#content { 
	position: relative;
	width: 756px;
	mmin-height: 425px;
	background-color: #663717;
	background-image: url(/images/bg_content.jpg);
	background-repeat: repeat-y;
}
#content p {  }

	#content_full {
		width: 746px;
		margin: 0px 5px 25px 5px;
		line-height: 11px;
		font-size: 11px;
		color: white;
		text-align: left;
		padding-bottom: 20px;
	}
	#content_h1 {
		position: relative; 
		top: -31px;
		text-align: left;
		margin-left: 8px;
		color: #ffffff; /*#b4a770;*/
		font-size: 17px;
		font-weight:normal;
	}
	
	#content_h1 img { display: block; }
	#content_h1 span { display: none; margin-top: 5px; }
		

#footer {
	width: 756px;
	min-height: 20px;
	text-align: center;
	font-size: 11px;
	color: white;
	line-height: 14px;
}
#footer a {
	color: #85dbf0;
}