/* MAIN */

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

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

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

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

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


/* CONTENT SECTION */

#main{
	position: absolute; 
	top: 410px; 
	left: 20px; 
	width: 460px; 
	padding-bottom: 20px;
}

h1 {
	font-family: Tahoma, sans-serif; 
	font-size: 26px; 
	color: #355C5C; 
	text-align: right; 
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 3px;
}

h1:first-letter {
	color: #712A27;
}

#main h2 {
	background: #390705 url('images/h2.gif');
	font-family: "Century Gothic", sans-serif; 
	font-size: 16px; 
	color: #77684D; 
	text-align: left; 
	font-weight: normal; 
	border: #0A0000 solid 1px;
	letter-spacing: 1px;
	text-transform: lowercase;
	line-height: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

h2:first-letter {
	color: #355C5C;
}


/* SIDEBAR */

#sidebar {
	position: absolute; 
	top: 380px; 
	left: 500px; 
	width: 170px; 
	padding-bottom: 20px;
	color: #424C35; 
}

#sidebar h2 {
	font-family: "Century Gothic", sans-serif; 
	font-size: 16px; 
	color: #712A27; 
	text-align: right; 
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: lowercase;
	margin-bottom: 10px;
	border-bottom: dotted #420806 3px;
}

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

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

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

#sidebar ul li A:hover {
	color: #87451A;
	background: #1D1A0F;
}


/* LINKS */

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

A:hover	{
	color: #E2C05E; 
}