body {
	margin-top: 0px;
	background: url(./../images/bg_repeat.png) top left repeat-x;
	background-color: #000000;
}
#container {
	width: 750px;
	margin: 0px auto;
	margin-bottom: 10px;
}
#header {
	width: 750px;
	height: 232px;
	background: url(./../images/header.png) top center no-repeat;
}
#content {
	width: 750px;
	background: url(./../images/container_bg.gif) top center no-repeat;
	background-color: #0d3766;
}
#footer {
	width: 750px;
	height: 52px;
	background: url(./../images/footer.png) top center no-repeat;
}
#leftCol {
	width: 190px;
	padding: 30px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 24px;
}
#leftCol a {
	text-decoration: none;
	color: #ffffff;
}
#leftCol a:hover {
	color: #ff9900;
}
#rightCol {
	width: 440px;
	padding-right: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 18px;
}
#rightCol a {
	text-decoration: none;
	color: #85b9ff;
}
h2 {
	font-weight: normal;
}
.articleListing {
	width: 100%;
	margin-bottom: 20px;
}
.articleTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff9900;
	margin-bottom: 3px;
}
.articleDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	margin-bottom: 3px;
}
.articleContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 18px;
}
.readMore {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	margin-top: 3px;
}
.readMore a {
	text-decoration: none;
	color: #85b9ff;
}
.hr {
	width: 100%;
	height: 1px;
	background-color: #739ac7;
}
.commentListing {
	width: 100%;
	margin-bottom: 15px;
}
.commentContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 18px;
	margin-bottom: 3px;
}
.commentOwner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	margin-bottom: 3px;
}
.commentDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	padding: 5px;
}
.notification {
	width: 100%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff9900;
	margin-top: 15px;
	margin-bottom: 15px;
}
#copyright {
	width: 750px;
	margin: 0px auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #85b9ff;
}
.paging {
	width: 100%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
.paging a {
	text-decoration: none;
	color: #ffffff;
}
.paging a:hover {
	color: #ff9900;
}
