/* MAIN */

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

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

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

#container {
	width: 780px;
	margin: 0 0 0 auto;
}

#header {
	background: url('images/header.jpg') no-repeat;
	width: 223px;
	height: 31px;
	padding: 6px 27px 0 530px;
	font-family: Arial, sans-serif; 
	font-size: 10px; 
	line-height: 31px;
	color: #042E43; 
	font-weight: bold;
	text-align: center;
}

#header A {
	color: #FF3E04; 
	text-decoration: none;
}

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

#clear {
	clear: both;
}

#bottom {
	background: url('images/bg_bottom.jpg') repeat-x bottom right;
	width: 100%;
	height: 161px;
	position: absolute;
	right: 0;
	bottom: 0;
}

#footer {
	width: 780px;
	height: 482px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}

#footer01 {
	background: url('images/footer_01.jpg') no-repeat bottom right;
	width: 780px;
	height: 241px;
}

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


/* CONTENT SECTION */

#main {
	background: url('images/bg_main.jpg') no-repeat top left;
	float: left;
	clear: left;
	width: 451px;
	min-height: 207px;
	height: auto !important;
	height: 207px;
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	color: #98DBDF; 
	text-align: left;
	padding: 0 10px 412px 69px;
	position: relative;
	z-index: 2;
}

h1 {
	font-family: "Courier New", monospace; 
	font-size: 24px; 
	text-transform: uppercase; 
	letter-spacing: 2px; 
	color: #FFD18F;
	font-weight: normal;
	text-align: right;
}

h1:first-letter {
	color: #98DBDF;
	background: #753B50;
	padding: 3px;
}

h2 {
	font-family: "Courier New", monospace; 
	font-size: 16px; 
	line-height: 12px;
	color: #C89578; 
	text-align: right; 
	letter-spacing: 2px; 
	text-transform: uppercase; 
	font-weight: bold; 
	margin: 15px 0 15px 0;
	border-bottom: #461106 solid 5px;
}


/* SIDEBAR */

#sidebar {
	background: url('images/bg_side.jpg') no-repeat top left;
	float: right;
	clear: right;
	width: 160px;
	font-family: Arial, sans-serif; 
	font-size: 11px; 
	color: #042E43; 
	text-align: left;
	padding: 10px 80px 473px 10px;
	position: relative;
	z-index: 2;
}

#sidebar h2 {
	font-family: "Courier New", monospace; 
	font-size: 16px; 
	line-height: 12px;
	text-transform: uppercase;
	color: #A30101; 
	text-align: left; 
	font-weight: bold; 
	margin-bottom: 10px;
	border-bottom: #913028 solid 5px;
}

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

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

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

#sidebar ul li {
	font-family: "Courier New", monospace;
	color: #042E43; 
	background: #B25851;
	text-decoration: none;
	line-height: 14px;
	letter-spacing: 1px;
	display: block;
	width: 140px;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
	margin: 3px 0 3px 0;
}

#sidebar ul li A {
	color: #FFDC9B; 
	background: #B25851;
	text-decoration: none;
	display: block;
	width: 140px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 -10px 0 -10px;
}

#sidebar ul li A:hover {
	color: #B25851; 
	background: #FFE9A4;
}


/* LINKS */

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

A:hover	{
	color: #FFE9A4; 
}
