body {
	margin:5px;
	background:#C5C48B url(images/bk_template6.png) left top repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h2, h3, h4 {
color:#B52448;
}

a {
color:#369;
text-decoration:underline;
}

#container {
	width: 800px;
	border: 10px solid #FFFFFF;
	background:url(images/bk2_template6.jpg) center center repeat-y;
	margin:0 auto;
	color: #CEDABE;
	overflow:auto;
}

#header {
	padding:20px 10px;
	width:780px;
	background: url(images/bk_template6.jpg) repeat-x;
    overflow:auto;
}

#header h1 {
    color: #F4F9FA;
}

#header h3 {
	font-style: italic;
	color: #A2376A;
}

#nav {
	font-size: 0.9em;
	height: 32px;
	text-align:center;
	border-bottom-width: 2px;
	width: 100%;
	background:#530E21 url(images/bk_template6.jpg) left bottom repeat-x;
}

#nav ul {
	padding: 0 0 0 50px;
}

#nav li {
	display: inline;
}

#nav li a {
	color: #B52448;
	display: inline-block;
	width: 100px;
	background: url(images/tab6.png) left bottom no-repeat;
	padding:10px 0 16px 0;
	float: left;
	text-decoration:none;
}

#nav a:hover {
	color: #5C1126;
 	background:url(images/tab6.png) left top;
}

#nav #selected {
	color: #55552B;
	background:url(images/tab6.png) left top no-repeat;
}

#content {
	color: #5B1025;
	padding:20px 35px;
	background:url(images/bk2_template6.jpg) repeat y;
	width:100%
	float:left;
}

#main-content {
	line-height: 150%;
	width:700px;
	float:left;
}

#box-content1, #box-content2 {
width:320px;
height:150px;
border: 1px solid #ccc;
}

#box-content1 a, #box-content2 a {
color:#993366;
}

#box-content1 h3, #box-content2 h3 {
	color: #8A103B;
	background:#E6DEC3;
	padding:10px 5px 5px 10px;
	margin-bottom:10px;
}

#box-content1 {
float: left;
background:#FEFFFA;
margin-left:5px;
}

#box-content1 li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}

#box-content1 li a:hover {
text-decoration:underline;
}

#box-content2 {
	float: right;
	margin-right:5px;
}

#box-content2 img {
height:50px;
}

.thumbnail img {
border:1px solid #ccc;
}

.thumbnail img:hover {
border:1px solid #A2376A;
}

#footer {
	text-align: right;
	background:#CECFB0 url(images/bk_template6.jpg) center center repeat-x;
	margin-top:10px;
	height:35px;
	clear:both;
	width:100%;
	float:left;
}

#footer li {
	display: inline;
	padding:0 5px 0 5px;
}

#footer a {
	color: #C1C38B;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

#copyright {
width:100%;
float:left;
padding:0;
}

#copyright p {
	text-align: right;
	color: #E6DEC3;
	background:url(images/bk_template6.jpg) center bottom repeat-x;
}

#copyright p a {
color: #E6DEC3;
}