body {
	margin: 15px;
	padding: 0px;
	font-family: arial;
	font-size: 12px;
	background-image: url("contentimages/bg.gif");
	background-repeat: repeat-x;
	background-color: #000000;
	scrollbar-arrow-color: #0066C8;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #BFBBBB;
	scrollbar-highlight-color: #A0A0A0;
	scrollbar-shadow-color: #4F4F4F;
	scrollbar-track-color: #F2F2F2;
}

a:link 	{color: #8b9dc0;	text-decoration: none;}
a:visited 	{color: #8b9dc0;	text-decoration: none;}
a:hover 	{color: #FFFFFF;	text-decoration: none;}
a:active 	{color: #FFFFFF;	text-decoration: none;}


#topmenu {
	width: 960px;
	height: 35px;
	background-image: url("contentimages/nav.png");
	text-align: center;
	word-spacing: 46px;
	padding: 0;
}

#banner {
	width: 960px;
	height: 150px;
	background: #999999;
	background-image: url("contentimages/repeat.png");
	background-repeat: repeat-x;
}


table.layout {
	width: 960px;
	height: 100%;
      	margin: 0;
      	padding: 0;
      	border: none;
}
table.layout td.td1_2 {
	background-color: #333333;
	width; 170px;
	text-align: left;
}
table.layout td.td2_2 {
	background-color: #999999;
	width: 100%;
	vertical-align: top;
	padding-left: 14px;
	font-size: 14px;
}
table.layout td.td3_2 {
	background-color: #333333;
	width; 170px;
	text-align: left;
}


#copyright {
	width: 960px;
	height: 30px;
	background-image: url("contentimages/nav.gif");
	background-repeat: repeat-x;
	line-height: 28px;
}

#titlebar {
	width: 100%;
	height: 30px;
	background: url(contentimages/nav.png) repeat-x;
	line-height: 28px;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
}

#newsplace {
	width: 169px;
	border: 1px solid #333333;
	background: #5a5a5a;
	padding: 5px 5px;
	font-size:12px;
}

#newssort {
	width: 90%;
	border: 1px solid #cccccc;
	background: #5a5a5a;
	padding: 5px 5px;
	font-size:12px;
}


#sitemenu ul
{
	list-style: none;
	padding: 1 0px;
	margin: 0;
}

#sitemenu li
{
	float: left;
	margin: 0 0;
}

#sitemenu li a
{
	background: url(contentimages/nav.png) bottom left repeat-x;
	border: 1px solid #333333;
	height: 34px;
	line-height: 30px;
	float: left;
	width: 120px;
	display: block;
	text-decoration: none;
	text-align: center;
}

#topmenu ul
{
	list-style: none;
	padding: 1 27px;
	margin: 0;
}

#topmenu li
{
	float: left;
	margin: 0 0;
}

#topmenu li a
{
	background: url(contentimages/button.png) bottom left repeat-x;
	border: 0px;
	height: 34px;
	line-height: 30px;
	float: left;
	width: 90px;
	display: block;
	text-decoration: none;
	text-align: center;
}

#imgfix {
	display:block;
	margin:0;
}

img.floatleft { 
    float: left; 
    margin: 4px; 
}