table#newslist {
	width: 450px;
}
table#newslist td a,table#newslist td a:visited {
	text-decoration: none;
}
table#newslist td a:hover {
	color: red;
}

.newstitle, .newssolotitle {
	font-weight: bold;
	clear:right;
}
.newssolotitle {
	clear:none;
	float:left;
}
.newssoloedit {
	float:right;
}
.newssolotext {
	clear:both;
}
.newsdate, .newssolodate { 
	color: #5B594E;
	font-weight: bold;
	font-family: Arial;
	font-size: 10px;
	float:right;
	clear:both;
}
.newstitle, .newssolotitle {
	color: #5B594E;
	font-weight: bold;
	font-family: Arial;
	font-size: 11px;
	text-align: right;
	padding-bottom: 8px;
}
.newstitle a, .newstitle a:visited,.newssolotitle a, .newssolotitle a:visited {
	color: #5B594E;
}
.newstext, .newssolotext {
	color: #5B594E;
	font-family: Arial;
	font-size: 10px;
	padding-bottom: 8px;
}
.newsimage {
	border: 1px solid black;
	width: 200px;
	float:left;
	clear:left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.newsreadmore, .newsreadmore a, .newsreadmore a:visited {
	text-align:left;
	color: #5B594E;
	font-weight: bold;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	padding-left: 8px;
}

body {
	background: url(images/background.jpg) white;
	text-align:center;
	position:relative;
	margin: 0 auto;
	padding: 0px;
}
#main {
	background-color: white;
	width: 850px;
	min-height: 750px;
	height: auto;
	overflow:auto;
	position:relative;
	margin: 0 auto;
	border-left: 1px solid #5B594E;
	border-bottom: 1px solid #5B594E;
	border-right: 1px solid #5B594E;
}
#topleft {
	background-color: white;
	text-align:left;
	width: 642px;
	height: 225px;
	float:left;
	padding-top: 15px;
	padding-bottom: 35px;
	border-right: 1px solid #5B594E;
	overflow:hidden;
}
#topright {
	width: 207px;
	height:225px;
	float:right;
	overflow:hidden;
}
#navigate { 
	float:left;
	background-color: white;
	width: 600px;
	padding-right: 42px;
	border-bottom: 1px solid #5B594E;
	border-right: 1px solid #5B594E;
	overflow:hidden;
}
.navigateInner {
	float:right;
	width: 580px;
	height: 40px;
	padding-bottom: 14px;
	text-align:right;
	border-left: 1px solid #5B594E;
	overflow:hidden;
}
#content {
	width: 632px;
	height: auto;
	float:left;
	text-align:left;
	padding:5px;
	border-right: 1px solid #5B594E;
}
#rightbanner {
	width:150px;
	float: right;
	margin-top:-35px;
	padding-right:32px;
	overflow:hidden;
}
