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

* {margin:0; padding:0;}

body {
	background: url(../images/bg.gif) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
#container {
	margin: 0 auto;
	padding-top: 10px;
	text-align: left;
	width: 952px;
	}

#content {
	background: #fff;
	border: 2px #999999 solid;
	clear: both;
	padding: 15px 0;
	margin-bottom: 15px;
	}
	
#content a {
	color: #333333;
	}
	
#content p {
	margin: 10px 0;
	}
	
#contentLeft {
	color: #444444;
	margin-left: 20px;
	width: 362px;
	}
	
#contentLeft a {
	color: #842623;
	font-weight: bold;
	text-decoration: none;
	}
	
#contentLeft h3, #content h3 {
	color: #842623;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	}
	
#contentLeft h4 {
	font-size: 12px;
	font-weight: bold;
	}
	
#contentLeft ul {
	margin: 10px 0 0 15px;
	}
	
#contentLeft ul li {
	margin: 4px 0;
	}
	
#contentLeft p {
	margin: 10px 0;
	}
	
#contentRight {
	color: #660000;
	background-color: #fdeed1;
	float: right;
	width: 514px;
	margin-right: 20px;
	padding: 10px 0 10px 10px;
	}
	
#contentRight h3 {
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 10px;
	}
	
#contentRight h4 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 15px;
	}
	
#contentRight hr {
	margin: 10px auto;
	width: 90%;
	}
	
#contentRight textarea {
	height: 64px;
	margin: 10px 0 0 0;
	width: 424px;
	}
	
#contentRight textarea.smallWidget {
	height: 80px;
	margin: 10px 0 0 0;
	width: 270px;
	}
	
#header a {
	color: #660000;
	font-weight: bold;
	text-decoration: none;
	}
	
#header h1 {
	background: url(../images/header.gif) left no-repeat;
	border-top: 2px #999999 solid;
	border-bottom: 2px #999999 solid;
	height: 55px;
	margin-bottom: 10px;
	padding: 10px 0;
	width: 952px;	
	}
	
#header h2 {
	color: #560001;
	font-family: "Garamond", "Times New Roman", Times, serif;
	font-size: 24px;
	margin: -64px 80px 0 0;
	text-align: right;
	}
	
#header ul li {
	border: none;
	border-right: solid 2px #560001;
	display: inline;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	}
	
#header ul li:last-child {
	border: none;
	}

#gradient {
	min-height: 1080px;
	width: 100%;
	background: url(../images/gradient_bg.gif) top center repeat-x;
	}
	
#image {
	width: 100%;
	background: url(../images/image_bg.gif) repeat-x;
}

#nav1 {
	background: #FCDDA4;
	height: 18px;
	margin: 30px 0 2px 0;
	padding: 6px 0 0 10px;
	}

#nav2 {
	border: #999999 2px solid;
	border-left: none;
	border-right: none;
	height: 18px;
	margin: 2px 0 8px 0;
	padding: 6px 0 0 10px;
	text-align: right;
	}

.centerImage {
	text-align: center;
	}
.hide {
	display: none;
	}
.clear {
	clear: both;
	}
.smallWidget {
	float: right;
	margin: 0 10px 0 0;
	width: 280px;
	}