/* MAIN */

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

body {
	background: #000000;
	margin: 0; 
	padding: 0;
}

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

#container {
	width: 780px;
}

#header {
	background: url('images/header.jpg') no-repeat;
	width: 780px;
	height: 343px;
}

#clear {
	clear: both;
}

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


/* TEXT SECTION */

#main {
	background: url('images/bg_main.jpg') no-repeat;
	float: left;
	clear: left;
	width: 454px;
	min-height: 167px;
	height: auto !important;
	height: 167px;
	font-family: Verdana, sans-serif; 
	font-size: 11px; 
	line-height: 15px;
	color: #F1E6C7; 
	text-align: justify;
	padding: 0 15px 79px 108px;
	position: relative;
	z-index: 1;
}

h1 {
	font-family: "Century Gothic", sans-serif; 
	font-size: 28px; 
	color: #3E3837; 
	text-align: right;
	line-height: 22px;
	font-weight: normal; 
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

h1:first-letter {
	color: #B1311F;
}

#main h2 {
	font-family: "Century Gothic", sans-serif; 
	font-size: 16px; 
	color: #9E1C11; 
	text-align: left; 
	letter-spacing: 1px;
	font-weight: normal; 
	padding-left: 10px;
	border-bottom: #905046 dotted 3px;
}

#main h2:first-letter {
	color: #3E3837;
}

#main input, #main select, #main textarea {
	background: #774126;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	color: #EFAE95;
	border: solid #0E0701 1px;
}


/* SIDEBAR */

#sidebar {
	background: url('images/bg_side.jpg') no-repeat;
	float: right;
	clear: right;
	width: 178px;
	font-family: Verdana, sans-serif; 
	font-size: 11px; 
	line-height: 15px;
	color: #34160A; 
	text-align: justify;
	padding: 80px 15px 130px 10px;
	position: relative;
	z-index: 1;
}

#sidebar h2 {
	font-family: "Century Gothic", sans-serif; 
	font-size: 14px; 
	color: #995E33; 
	background: url('images/side_h2.gif') no-repeat center right;
	text-align: right; 
	line-height: 23px;
	letter-spacing: 1px; 
	text-transform: uppercase; 
	font-weight: normal; 
	margin: 15px -15px 1px 0;
	padding: 0 5px 0 20px;
}

#sidebar h2:first-letter {
	color: #792B14;
}

#sidebar ul {
	list-style-type: none;
	margin: 0 0 0 17px;
	padding: 0 0 8px 0;
	background: url('images/side_ul.gif') no-repeat bottom left;
}

#sidebar li A {
	background: #5C0000;
	font-family: "Century Gothic", sans-serif;
	color: #F0C554; 
	text-decoration: none;
	letter-spacing: 1px;
	display: block;
	text-transform: lowercase;
	width: 120px;
	padding: 0 10px 0 20px;
	margin: 0;
}

#sidebar li A:hover {
	color: #000000; 
	background: #B95424;
	border: none;
}


/* LINKS */

A {
	color: #3E3837; 
	text-decoration: none;
}

A:hover	{
	text-decoration: underline;
	border-bottom: #B1311F solid 3px;
}
