/* MAIN */

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

body {
	background: #d2c988 url('images/background.jpg') repeat-y top left;
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif; 
	font-size: 11px; 
	line-height: 15px;
}

#bottom {
	background: #e1dfb2 url('images/bg_bottom.jpg') repeat-x bottom left;
	width: 100%;
}

#back {
	background: url('images/bg_back.jpg') repeat-y top left;
	width: 750px;
}

#header {
	background: url('images/header.jpg') no-repeat;
	width: 384px;
	height: 38px;
	padding: 142px 91px 80px 275px;
	overflow: hidden;
}

h1 {
	font-family: Impact, Charcoal, sans-serif;
	font-size: 38px;
	color: #d7d1c4;
	text-align: right;
	line-height: 38px;
	text-transform: lowercase;
}

#header h1 {
	margin: 0;
}


#footer {
	background: url('images/footer.jpg') no-repeat bottom center;
	width: 750px;
	float: left;
}

.clear {
	clear: both;
}


/* CONTENT SECTION */

#main {
	background: url('images/bg_main.jpg') no-repeat top left;
	float: right;
	clear: right;
	width: 454px;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	color: #1e1d1b; 
	text-align: justify;
	padding: 0 20px 25px 20px;
}

h2 {
	font-family: Impact, Charcoal, sans-serif;
	font-size: 22px; 
	text-transform: lowercase;
	line-height: 30px;
	color: #645d43; 
	text-align: right; 
	font-weight: normal; 
	border-bottom: 5px solid #888063;
}


/* SIDEBAR */

#sidebar {
	background: url('images/bg_side.jpg') no-repeat top left;
	float: left;
	clear: left;
	width: 148px;
	color: #bac3a1; 
	text-align: justify;
	padding: 20px 10px 65px 98px;
}

#sidebar h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px; 
	color: #1a1411; 
	border: none;
	text-transform: none;
	font-variant: small-caps;
	text-align: right; 
	letter-spacing: 1px; 
	font-weight: bold;
	width: 136px;	
	padding-left: 10px;
}

#sidebar A {
	color: #eee86a;
}

#sidebar A:hover {
	color: #b39c80;
}

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

#sidebar ul li A {
	font-size: 12px;
	line-height: 16px;
	font-variant: small-caps;
	color: #8a8265;
	background: #312620;
	display: block;
	width: 146px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 3px -10px 3px 0;
}

#sidebar ul li A:hover {
	color: #c0b15c; 
	background: #5d1414;
}


/* LINKS */

A {
	color: #9f1c1c; 
	text-decoration: none;
}

A:hover	{
	color: #394c4c; 
}