/* MAIN */

body {
	background: #8F8E97 url('images/back.jpg') repeat-y top left; 
	font-family: Tahoma, sans-serif; 
	font-size: 10px; 
	color: #8F5431; 
	text-align: justify;
	margin: 0; 
	padding: 0;
}

#index01 {
	background: url('images/index_01.jpg') no-repeat;
	width: 770px;
	height: 124px;
}

#index02 {
	background: url('images/index_02.jpg') no-repeat;
	width: 770px;
	height: 124px;
}

#index03 {
	background: url('images/index_03.jpg') no-repeat;
	width: 770px;
	height: 123px;
}

#index04{
	background: url('images/index_04.jpg') no-repeat;
	width: 770px;
	height: 124px;
}

#index05{
	background: url('images/index_05.jpg') no-repeat;
	width: 770px;
	height: 124px;
}

#credit {
	position: absolute;
	top: 409px;
	left: 408px;
	font-size: 12px;
}

#credit A:hover {
	background: none;
}

#credit A i {
	visibility: hidden;
}

#main {
	position: absolute; 
	top: 430px; 
	left: 185px; 
	width: 365px; 
	padding-bottom: 20px;
}

#spacer {
	width: 70px; 
	height: 115px;
	float: right;
	clear: right;
}


/* SIDEBAR */

#lsidebar{
	position: absolute; 
	top: 595px; 
	left: 10px; 
	width: 135px; 
	padding-bottom: 20px;
}

#rsidebar{
	position: absolute; 
	top: 465px; 
	left: 590px; 
	width: 135px; 
	padding-bottom: 20px;
}

.sidebar {
	color: #323235; 
}

.sidebar A {
	color: #CFCED8; 
}

.sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 20px;
}

.sidebar ul li {
	font-family: Arial, sans-serif;
	display: block;
	text-transform: uppercase;
	width: 105px;
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
}

.sidebar ul li A {
	color: #CFCED8;
	display: block;
	width: 105px;
	margin: 0 -5px 0 -5px;
	padding-left: 5px;
	padding-right: 5px;
}

.sidebar ul li A:hover {
	color: #FFFFFF; 
	background: #6E6D73; 
}

/* HEADERS */

h1 {
	font-family: Georgia, serif; 
	font-size: 16px; 
	color: #F7D4A0; 
	text-align: left; 
	letter-spacing: 2px; 
	text-transform: uppercase; 
	font-weight: bold; 
	margin-bottom: 0px;
}

h2 {
	font-family: Arial, sans-serif; 
	font-size: 8px; 
	color: #946A59; 
	text-align: left; 
	text-transform: uppercase; 
	font-weight: normal;
	padding-left: 25px;
	margin-top: -3px;
}

h3 {
	font-family: Georgia, serif; 
	font-size: 14px; 
	color: #3C585C; 
	text-align: left; 
	letter-spacing: 2px; 
	text-transform: uppercase; 
	font-weight: bold; 
	margin-bottom: 0px;
}


/* LINKS */

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

A:hover	{
	color: #FFFFFF; 
}
