/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #392314 url(bg.gif) top center repeat-y;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, h3, h4, h5, a, ul, li, lo, td, div {
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

p, td, div {
	font-size: 12px;
	line-height: 18px;
}
h1 {
}
h2 {
}

a:link {
}
a:visited {
}
a:hover {
}
a:active {
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#contain {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0px;
	width: 768px;
	background: #f0e9e1;
	border-left: 1px solid #9b6947;
	border-right: 1px solid #9b6947;
}

div#header1 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 768px;
	height: 125px;
	background: #b5caeb url(1.jpg) no-repeat;
}

div#header2 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 768px;
	height: 150px;
	background: #f0e9e1 url(2.jpg) no-repeat;
	clear: both;
}

div#contentcontain {
	position: relative;
	top: 0px;
	left: 0px;
	width: 768px;
	background: url(3.jpg) no-repeat;
}
	div#sidebar {
		position: absolute;
		top: 100px;
		left: 15px;
		width: 200px;
	}
		div#sidebar p {
			font-size: 11px;
			line-height: 15px;
			color: #9d6f3a;
			margin: 0px;
			padding: 15px 0px 0px 0px;
		}
		div#sidebar form {
			margin-top: 0px;
		}
		div#sidebar a:link {
			color: #c99152;
			text-decoration: none;
		}
		div#sidebar a:visited {
			color: #daab74;
			text-decoration: none;
		}
		div#sidebar a:hover {
			color: #c99152;
			text-decoration: underline;
		}
		div#sidebar a:active {
			color: #c99152;
			text-decoration: none;
		}
	div#content {
		position: relative;
		top: 60px;
		left: 250px;
		width: 500px;
	}
		div#content h1 {
			margin: 0px 0px 10px 0px;
			padding: 0px 0px 5px 0px;
			font-size: 18px;
			font-weight: normal;
			border-bottom: 1px solid #d6b185;
		}
		div#content h2 {
			margin: -10px 0px 0px 0px;
			padding: 0px;
			font-size: 11px;
			text-align: right;
			font-weight: normal;
			color: #d8a872;
		}
		div#content h3{
			margin: 25px 0px 50px 0px;
			padding: 0px;
			border-top: 1px solid #d6b185;
			font-size: 10px;
			font-weight: normal;
			color: #d8a872;
		}
		div#content p {
			margin: 0px 0px 0px 0px;
			padding: 15px 0px 0px 0px;
			color: #7f501a;
		}
		div#content a:link {
			color: #c99152;
			text-decoration: none;
		}
		div#content a:visited {
			color: #daab74;
			text-decoration: none;
		}
		div#content a:hover {
			color: #c99152;
			text-decoration: underline;
		}
		div#content a:active {
			color: #c99152;
			text-decoration: none;
		}



/* ---------------------- FORM ---------------------- */

input {
        width: 100px;
        margin-bottom: 10px;
}

textarea {
        width: 200px;
        margin-bottom: 10px;
}

label{
        display: block;
        text-align: right;
        float: left;
        width: 150px;
        padding-right: 20px;
}



/* ----------------- IMAGE ELEMENTS ----------------- */

.left {
	float: left;
}
.right {
	float: right;
}
clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */