/* CSS Document */

body
{
	background:#2F2F2F;
	margin:0px;
	font-family:"Lucida Sans Unicode";
	font-size:12px;
}
.header
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	height:165px;
	background:url('images/banner.jpg') top no-repeat ; 
}
a
{
	color:#FFFFFF;
	font-weight:bolder;
}
.content
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;	
	overflow:auto;
	background:url('images/bg.jpg') repeat-y; 
	margin-top:0px;
}
.menu
{
	height:30px;
	line-height:30px;
	z-index:1000;
	padding-left:50px;
	
	
}
.menuitem
{
	height:30px;
	line-height:30px;
	width:120px;
	text-align:center;
	margin-left:30px;
	font-weight:bolder;
	float:left;
	background:url(images/menu.jpg) repeat-x;
}
.menuitem:hover
{
	background:url(images/menusel.jpg) repeat-x;
}
.menuitem a
{
	color:#000000;
	text-decoration:none;
}
.menuitemsel
{
	background:url(images/menusel.jpg) repeat-x;
	height:30px;
	line-height:30px;
	width:120px;
	text-align:center;
	margin-left:30px;
	font-weight:bolder;
	float:left;
}
.menuitemsel a
{
	color:#000000;
	text-decoration:none;
}
.footer
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;	
	overflow:auto;
	background:url('images/footer.jpg') top no-repeat; 
	margin-top:0px;
	padding-top:15px;
	color:#CCCCCC;
}
.bsub
{
	width:950px;
	margin-left:auto;
	margin-right:auto;
}
.fontwiteead
{
	padding:3px;
	font-size:14px;
	font-weight:bolder;
	color:#000000;
}
.articles
{
	color:#333333;
	padding-left:1px;
}
.lineright
{
	border-right:1px dashed #FFCC66;
}
.smallred
{	
	color:#38271B;
	font-size:11px;
}
.linebtm
{
	border-bottom:1px dashed #FFFF33;
}