* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-color: #CCC;
	padding: 0;
}

#mainWrap {
	width: 650px;
	margin: 0px auto 0px auto;
	background-color: #CCC;
}	

#headerWrap {
	height: 160px;
	width: 650px;
	background-color: #FFF;
	margin-top: 0px;
	padding-left: 0px;
}

#headerWrap #logo {
	float: left;
}

#headerWrap #headerMsg {
	float: right;
	font-size: 12px;
	text-align: right;
	color: #999;
	width: 350px; 
}

#headerWrap #headerMsg a {
	font-size: 12px;
	text-decoration: none;
	color: #999;
}

#nav {
	height: 36px;
	border-bottom: 3px solid #7260a0;
	border-top: 3px solid #7260a0;
	background-color: #809368;
	margin-top: 5px;
}

#nav ul {
}

#nav table tr td {
	list-style: none;
	height: 36px;
	line-height: 6px;
	padding: 0px 20px 0px 20px;
	text-align: center;
}

#nav table tr td a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}

#sectionHeader {
	height: 85px;
	background-color: #7260a0;
	padding-left: 30px;
	color: #FFF;
	line-height: 85px;
	font-size: 24px;
	font-weight: bold;
	margin-top: 5px;
}

#mainContentWrap {
	float: right;
	width: 650px;
}

#sectionContents {
	width: 650px;
	text-align: center;
	font-size: 10px;
	color: #666;
	padding: 7px 0px 7px 0px;
}

#sectionContents strong {
	font-size: 10px;
}

#mainContent {
	width: 650px;
}

#mainContent .story {
	margin-bottom: 10px;
	padding: 0px 20px 0px 20px;
}

#mainContent .story h1 {
	font-size: 18px;
	color: #809368;
}

#mainContent .story .storyImage {
	float: right;
	padding: 5px 0px 10px 10px;
}

#mainContent .story .readmore {
	color: #7260A0;
	font-weight: bold;
}

#mainContent .story .readmore * {
	color: #7260A0;
	font-weight: bold;
}