﻿body 
{
	margin: 0;
	padding: 0;
	background-image: url(img/bg_sten.jpg) ;
}

body, td, th, input, select
{
	font-family: Trebuchet MS,Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	line-height:130%;
}

#wrapper
{
	border:solid 1px #ccc;
	margin: 30px auto  0 auto;
	width: 820px;
	background-color:#fff;
/*	background: url(img/bg_content.jpg)repeat-y;*/
}

#head 
{
	margin: 10px 0 0 15px;
	width: 790px;
	height: 100px;
	background: url(/Images/head-bg.jpg) repeat-x top;
}

#menu 
{
	margin: 0 0 0 15px;
	width: 790px;
	height: 54px;
	background: url(img/bg_menu.jpg) repeat-x top;
}

#content 
{
	clear: both;
	margin: 0 0 10px 10px;
}

#foot
{
	clear: both;
	margin: 0px;
	padding: 0px 0 0 0;
	width: 820px;
	height: 20px;
	background-color:#fff;
	/*background: url(img/bg_foot.jpg)no-repeat;*/
	text-align: center;
	font-size: 10px;
	color: #666;
	
}

.rss
{
	background: transparent url(img/rss.gif) no-repeat;
	height: 16px;
	padding-left: 20px;
}
.white
{
	color:#fff;
	display:inline;
}