.menubar {
	background-image: url(/newimages/vertical-bar.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 48px;
	text-align: left;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 24px;
}
.main_window {
	background-image:url(/newimages/back1.jpg);
	background-repeat:repeat-y;
	height: 500px;
	vertical-align:top;
}
body {
	background-color:#000000;
	margin: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.footer{
	background-image:url(/newimages/footer.jpg);
	background-repeat: no-repeat;
	height: 35px;
	vertical-align: bottom;
	font-size: 10px;
	text-align: center;
}
.footer a:link, .footer a:visited {
	color:#CCCCCC;
}
.footer a:hover{
	color:#FFFF66;
}
.leftmenu{
	float: left;
	padding-top: 20px;
	width: 230px;
	height: 120%;
}
.content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 20px;
	color: #000000;	
	padding-right: 9px;
}
.content .rightimg{
	float: right;
}
.newsbox2{
	float: right;
	background-image:url(/newimages/news-back.jpg);
	width: 252px;
	clear: right;
	margin-top: 0px;
}
.newsbox2 p, .newshead{
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
.newshead{
	background-image:url(/newimages/news-header.jpg);
	background-repeat:no-repeat;
	height: 30px;
	color: #FFFFFF;
	padding-top: 7px;
	font-weight: bold;
	font-size: 16px;
}
.rightbox{
	 display:table-cell; 
	 width: 550px;
}