@charset "utf-8";

body {
	background:#FFFFEC url(images/bk3.jpg) left top repeat;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

#container {
	margin:0 auto;
}

#headerFull {
background: #331A00 url(images/header2.gif) repeat left top;
overflow:auto;
}

#header {
padding:20px 10px;
width:940px;
margin:0 auto;
overflow:auto;
}

#header img#logo {
float:left;
padding:0 5px 0 0;
}

#header h1 {
	color: #FBAE2E;
}

#header h3 {
	font-style: italic;
	color: #F6F7CF;
}

#nav {
	background-color:#331A00;
	padding:5px 0;
}

#nav a {
	text-decoration: none;
	color: #FFFFFF;
}

#nav ul {
	text-align: center;
}

#nav li {
	display: inline;
	padding: 0 40px;
}

#nav li a {
	margin:0;
	color: #FFFFFF;
}

#nav a:hover {
	color: #FECE3E;
	text-decoration: underline;
}

#nav #selected {
	color: #FCAE2F;
}

#content {
	color: #000;
	width: 920px;
 	margin: 0 auto;
	padding:10px;
	background: #FEFAE9 url(images/sidebar_template2.png) no-repeat left top;
	overflow:auto;
	min-height:500px;
}

#main-content {
	color: #000;
	text-align:left;
	width: 610px;
	float: right;
}

#box-content1 {
height: 200px;
width: 205px;
float: left;
text-align:left;
padding:20px;
}

#box-content1 li {
margin:0 0 0.8em 0;
}

#box-content1 a {
color:#000;
text-decoration: underline;
}

#content #box-content1 li {
	list-style-image: url(images/bullet.png);
}

#box-content2 {
	color: #FFF;
	width: 600px;
	height: 150px;
	float: right;
	background:url(images/bk_template2.jpg) left top repeat;
}

#box-content2 a {
color:#fff;
text-decoration:underline;
}

#box-content2 p.more {
	text-align:left;
}

.thumbnail img {
border:2px solid #ccc;
}

.thumbnail img:hover {
border:2px solid #f7b050;
}

#footer {
	text-align:center;
	color: #999;
	background:#250608;
	clear: both;
	margin-top:5px;
	height:20px;
}

#footer li {
	list-style-type: none;
	display: inline;
	padding:0 30px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#copyright p {
	text-align: center;
	color: #FFF;
	overflow: auto;
}

#copyright p a {
color:#999;
}

#main-content a {
	color: #331A00;
	text-decoration: underline;
}

#main-content p {
	line-height: normal;
}

#main-content td {
	text-align: center;
}