@charset "utf-8";
/* CSS Document */

html {
	height:102.02%;
}
body {
	background-color:#000;
	background-image: url(../images/bgwash.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 0;
	margin:0;
	padding-left:20px;
}

label, input {
	display:block;
	clear:right;
}
input, textarea {
	margin-bottom:5px;
}
label {
	color: #333;
	font-style: italic;
	font-size: 11px;
}



#wrapper {
	width: 880px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	height: 260px;
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
}
#logo {
	text-align:center;
}
#main {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #999;
	margin-top:-90px;
}
#side {
	float: left;
	width: 145px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #909090;
	padding-top: 10px;
	padding-left:20px;
}
#side ul, #side li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#side a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #874947;
	display: block;
	text-decoration: none;
	padding-bottom: 10px;
	letter-spacing: -1px;
}
#side a:hover {
	color: #963434;
}
#content {
	width: 665px;
	min-height:350px;
	margin-left: 190px;
	padding-bottom:5px;
	padding-top: 5px;
	margin-bottom: 20px;
	padding-right: 10px;
}
#content h1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 22px;
	font-weight: bold;
	color: #666;
}
#content h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #999;
	padding-top: 10px;
}
#content p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 13px;
}
#content a {
	color: #723434;
}
#content img {
	border: 1px solid #999999;
}
#footer {
	height: 20px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	text-align: center;
	margin: 0px;
	padding: 0px;
}


.quote {
	font-size: 18px !important;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 25px !important;
}
.clear {
	clear: both;
}
