/* MAIN */

html, body {
	width: 100%;
}

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

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

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

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

#footer01 {
	background: url('images/footer_01.jpg') no-repeat bottom left;
	float: left;
}

#footer02 {
	background: url('images/footer_02.jpg') no-repeat;
	width: 427px;
	height: 211px;
	clear: both;
	color: #000000;
	font-size: 11px;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 22px 218px 0px 105px;
}


/* CONTENT SECTION */

#main {
	background: url('images/bg_main.jpg') no-repeat;
	float: left;
	clear: left;
	width: 413px;
	min-height: 303px;
	color: #D6B1B1; 
	text-align: justify;
	padding: 107px 10px 15px 115px;
}

h1 {
	font-family: Arial, sans-serif; 
	font-size: 20px; 
	color: #AD8681; 
	text-align: right; 
	letter-spacing: 1px;
	line-height: 35px;
	background: url('images/h1.gif');
	text-transform: uppercase; 
	font-weight: bold; 
	padding-right: 8px;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-family: Georgia, serif; 
	font-size: 16px; 
	color: #FF8E87; 
	text-align: left; 
	font-weight: bold; 
	letter-spacing: 1px;
	margin: 15px 0 15px 0;
	padding-left: 10px;
	border-bottom: solid #6B1C1B 5px;
}

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

A:hover	{
	color: #6B1C1B; 
	background: #C55A64;
	text-decoration: none;
}

ul {
	list-style-type: square;
}

.center {
	text-align: center;
}


/* SIDEBAR */

#sidebar {
	background: url('images/bg_side.jpg') no-repeat;
	float: right;
	clear: right;
	width: 146px;
	min-height: 400px;
	color: #28250B; 
	text-align: justify;
	padding: 10px 46px 0px 20px;
}

#sidebar h2 {
	font-family: Georgia, sans-serif; 
	font-size: 14px; 
	color: #DAC8C8; 
	text-align: right; 
	font-weight: bold; 
	letter-spacing: 1px;
	margin-bottom: 10px;
	border-bottom: dotted #6A4149 3px;
}

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

#sidebar ul li A {
	font-family: Georgia, serif;
	font-size: 10px;
	color: #744045; 
	background: #AE8C90;
	text-decoration: none;
	line-height: 13px;
	letter-spacing: 1px;
	display: block;
	text-transform: uppercase;
	width: 125px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 4px 0 4px -7px;
}

#sidebar ul li A:hover {
	color: #AE8C90; 
	background: #744045;
}


/* FORMS */

form p {
	width: 410px;
	margin: 5px auto;
	text-align: right;
}

form label {
	background: #6B1C1B;
	display: block;
	float: left;
	width: 70px;
	padding: 2px 5px;
	margin: 2px 0 0 0;
	text-align: left;
}

form input, form select, form textarea {
	background: #C55A64;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #52170D;
	border: solid #811A22 1px;
	width: 310px;
	padding: 2px 5px;
	margin: 0;
	text-align: left;
}

p.formbuttons input {
	width: 80px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
}

