body {
	font-size: 62.5%;
	color: #111;
	font-family: "Helvetica", "Calibri", "Lucida Grande", "Trebuchet MS", "Arial", sans-serif;
}
a {
	text-decoration: none;
	color: #792a3a;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3 {
	color: #933749;
	font-weight: bold;
}

h1 {
	font-size: 2em;
}

h2{
	font-size: 1.8em;
	line-height: 1.75em;
}

#header{
	background: url("images/content_bg.png") repeat-y center;
}

#header .wrapper {
	height: 120px;
	background: url("images/header_bg.png") repeat-x center;
}

#content {
	min-height: 60em;
	font-size: 1.5em;
	line-height: 1.5em;
	background: url("images/content_bg.png") repeat-y center;
}

#content .wrapper {
	padding-left: 1em;
}

#content ul {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 15px;
}

#content ul li {
	margin: 10px 0px ;
}
#footer {
	background: url("images/footer_bg.png") no-repeat center bottom;
	height: 34px;
	text-align: center;
	padding:20px 0 10px;
	font-size: 1.3em;
	color: #555;
}

#navmenu {
	font-size: 1.25em;
	height: 40px;
	line-height: 40px;
	background: #933749 url("images/navmenu_bg.png") repeat-x center;
	margin-top: 5px;
	margin-bottom: 10px;
}
#navmenu li {
	float: left;
	height: 24px;
	line-height: 24px;
	margin: 8px 0px;
	border-left: 1px solid  #792a3a;
}
#navmenu li a {
	display: block;
	padding: 0px 10px;
	color: #fff;
	text-decoration: none;
}
#navmenu li a:hover {
	text-decoration: underline;
}

#spotlight {
	height: 300px;
	overflow: hidden;
	border-top: 1px solid  #fff;
	border-bottom: 1px solid  #fff;
	margin-bottom: 10px
}
.spotlight_item {
	display: inline-block;
	width: 720px;
	height: 300px;
	overflow: hidden;
	float: left;
}
.spotlight_caption {
	background: #933749 url("images/spotlight_caption_bg.png") no-repeat center;
	width: 220px;
	height: 300px;
	overflow: hidden;
	display: inline-block;
}

ul.related {
	margin-left: 10px;
	list-style-type: none !important;
	padding: 0 !important;
}
ul.related li {
	margin: 10px 0px;
}
ul.related li a{
	padding: 0px 30px 0px 5px; 
	line-height: 24px;
	display: inline-block;
}
ul.related li a.selected{
	background: #933749 url("images/current_page_bg.png") no-repeat center right;
	color: #fff;
}
.newsbox {
	margin-bottom: 20px;
	}

.newsbox h3 {
	padding-bottom: 5px;
	}
.newsbox > p {
	margin-left: 10px;
	}