/* MAIN */

html, body {
	width: 100%;
	height: 100%;
}

body {
	background: #B7B6B4 url('images/bg_body.jpg') repeat top left;
	margin: 0; 
	padding: 0;
}

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

#header {
	background: url('images/header.jpg') no-repeat;
	width: 302px;
	height: 21px;
	font-family: Verdana, sans-serif; 
	font-size: 10px; 
	line-height: 21px;
	color: #000000; 
	text-align: center;
	padding: 164px 20px 0 428px;
}

#left {
	background: url('images/left.jpg') no-repeat top left;
	width: 268px;
	height: 931px;
	float: left;
	clear: left;
}

#clear{
	clear: both;
}


/* TEXT SECTION */

#main {
	float: right;
	clear: right;
	width: 286px;
	font-family: Verdana, sans-serif; 
	font-size: 10px; 
	color: #000000; 
	text-align: justify;
	padding: 10px 20px 20px 10px;
}


/* SIDEBAR */

#sidebar {
	background: url('images/bg_side.jpg') no-repeat top left;
	float: left;
	width: 156px;
	min-height: 424px;
	font-family: Verdana, sans-serif; 
	font-size: 10px; 
	color: #000000; 
	text-align: justify;
	padding: 414px 0 10px 10px;
}

#sidebar ul {
	list-style-type: circle;
	margin: 10px 0 10px 17px;
	padding-left: 0;
}

#sidebar ul li A {
	font-family: Tahoma, sans-serif;
	color: #C61E14; 
	background: none;
	line-height: 12px;
	letter-spacing: 1px;
	display: block;
	width: 134px;
	padding-left: 5px;
	margin: 3px 0 3px 0;
}

#sidebar ul li A:hover {
	color: #C61E14; 
	background: #D0CFCD;
}


/* HEADERS */

h1 {
	font-family: Georgia, serif; 
	font-size: 14px; 
	color: #7B7A78; 
	font-weight: bold; 
    letter-spacing: 1px;
	border-right: #BA5750 solid 2px;
	border-bottom: #BA5750 solid 2px;
	text-align: right;
	padding-right: 10px;
	text-transform: uppercase;
}


/* LINKS */

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

A:hover	{
	color: #C61E14; 
	background-color: #D0CFCD; 
}
