body {
	background: #fff;
	text-align: center;
	margin: 0px;
}

#wrapper {
	margin: 0 auto;
	background: url(../i/bg.png) repeat-y;
	text-align: left;
	width: 1000px;
}

#topsection {
	background: url(../i/topimg.gif) no-repeat left top;
	height: 200px;
	overflow: hidden;
	width: 100%;
}

#menusection {
	height: 25px;
	background: #000;
	padding-top: 5px;
}

#menusection ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menusection li{
	display: inline;
	float: left;
	margin-left: 125px;
}

#contentsection {
	position: relative;
}

#leftcontent {
	z-index: 100;
	width: 200px;
	float: left;
}

#rightcontent {
	position: relative;
	overflow: hidden;
	width: 797px;
	right: -3px;
	background: #fff;
	float: left;
}

#righttopgraybar {
	padding: 7px 10px 10px;
	height: 10px;
	background-color: #878785;
}

#righttopcontent {
	padding: 10px;
	overflow: hidden;
}

img.righttopimg {
	float: left;
	padding-right: 20px;
}

#rightcontentseperator {
	padding: 7px 10px 10px;
	height: 10px;
	background: #ea2003;
	clear: left;
}

img.MainStoryImage {
	float: left;
	padding: 0 10px 10px 0;
}
#newsblock {
	clear: left;
}

#featuredarticles {
	padding: 10px;
	clear: left;
}

#featuredarticles img {
	padding-right: 10px;
	padding-bottom: 5px;
	float: left;
}

#bottomsection {
	background: #878785;
	height: 17px;
	padding: 3px 15px 15px;
	clear: left;
}

#bottomsection ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#bottomsection li{
	display: inline;
	float: left;
	margin-left: 125px;
}

#footer {
	background: #D8D9D1;
	height: 10px;
	padding: 10px 15px 15px;
	clear: left;
}
