


/* MAIN LAYOUT */


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

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

#content { 
	position: relative;
	width: 756px;
	mmin-height: 425px;
	background-color: #663717;
	background-image: url(/images/bg_content.jpg);
	background-repeat: repeat-y;
}
	#content_full {
		width: 746px;
		min-height: 150px;
		margin: 5px 0px 15px 0px;
		line-height: 11px;
		font-size: 11px;
		color: white;
		text-align: left;
	}


#footer {
	jmargin: 0 auto;
	width: 756px;
	min-height: 20px;
	text-align: center;
	font-family: Calibri, Arial, sans-serif;
	font-size: 11px;
	color: white;
	line-height: 14px;
}
#footer a {
	color: #85dbf0;
}