/* MAIN */

body {
	background: #453828 url('images/bg_top.jpg') repeat-x top left;
	margin: 0; 
	padding: 0;
}

#back {
	background: url('images/bg_back.jpg') repeat-y;
	width: 750px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}

#container {
	width: 750px;
}

#header01 {
	background: url('images/header_01.jpg') no-repeat;
	width: 750px;
	height: 181px;
	float: left;
}

#header02 {
	background: url('images/header_02.jpg') no-repeat;
	width: 750px;
	height: 180px;
	float: left;
}

#clear {
	clear: both;
}


#footer {
	background: url('images/footer.jpg') no-repeat;
	width: 750px;
	height: 209px;
	position: absolute;
	left: 0;
	bottom: 0;
}

/* TEXT SECTION */

#main {
	background: url('images/bg_main.jpg') no-repeat;
	float: left;
	width: 382px;
	min-height: 354px;
	height: auto !important;
	height: 354px;
	font-family: Tahoma, sans-serif; 
	font-size: 10px; 
	color: #E29B52; 
	text-align: justify;
	padding: 0 10px 60px 161px;
	position: relative;
	z-index: 1;
}

h1 {
	background: url('images/h1.gif') no-repeat center right;
	font-family: Georgia, serif; 
	font-size: 24px;
	color: #E8C2A8;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 47px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: -10px;
	padding: 0 31px 5px 0;
}
	

h2 {
	font-family: Georgia, serif; 
	font-size: 16px; 
	color: #FC8741; 
	background: #453828;
	text-align: right; 
	letter-spacing: 2px; 
	line-height: 12px;
	text-transform: uppercase; 
	font-weight: bold; 
	padding-right: 10px;
	padding-left: 10px;
}


/* SIDEBAR */

#sidebar {
	background: url('images/bg_side.jpg') no-repeat;
	float: right;
	clear: right;
	width: 157px;
	padding: 40px 30px 20px 10px;
	font-family: Tahoma, sans-serif; 
	font-size: 10px; 
	color: #C77148; 
	text-align: justify;
	position: relative;
	z-index: 1;
}

#sidebar h2 {
	font-family: Georgia, serif; 
	font-size: 14px; 
	color: #E8C2A8; 
	background: #90512F;
	text-align: right; 
	letter-spacing: 2px; 
	line-height: 11px;
	text-transform: uppercase; 
	font-weight: bold; 
	margin-left: -10px;
	padding-left: 7px;
	padding-right: 7px;
}

#sidebar A {
	color: #DB5817; 
	text-decoration: none;
}

#sidebar A:hover {
	color: #F6E9C1; 
	text-decoration: none;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}

#sidebar ul li {
	font-family: Tahoma, sans-serif;
	background: #53432E;
	letter-spacing: 1px;
	display: block;
	width: 127px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 3px 0 3px 0;
}

#sidebar ul li A { 
	display: block;
	width: 127px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 -10px 0 -10px;
}

#sidebar ul li A:hover {
	background: #7C3317;
}


/* LINKS */

A {
	color: #FE9E16; 
	text-decoration: none;
}

A:hover	{
	color: #F6E9C1; 
	text-decoration: none;
}

/* SPACERS */

#mainspacer01 {
	width: 145px;
	height: 70px;
	float: left;
	clear: left;
}

#mainspacer02 {
	width: 130px;
	height: 30px;
	float: left;
	clear: left;
}

#mainspacer03 {
	width: 50px;
	height: 30px;
	float: left;
	clear: left;
}
