html {
    color: #000;
    background: #adcf82;
}

* {margin:0; padding:0;}

body{
	margin: 25px;
	margin-left: 10px;
	margin-right: 10px;
}

td {	padding:5px; }

th {	background-color:#aec501; }


#header {
	position: relative;
	height: 200px;
	width: 896px;
	left: 50%;
	margin-left: -448px;

	background: url(Header_Bg.jpg) repeat-x;
}

#banner {
	position: relative;
	left: 50%;
	margin-left: -270px;
	width: 540px;
	height: 200px;

	background: url(Header_Center.jpg) no-repeat;
}

#bar {
	position: relative;
	margin-top: 0px;
	height: 91px;
	width: 886px;
	width: expression("896px");

	left: 50%;
	margin-left: -448px;

	padding: 0px 5px 0px 5px;

	color: #ffffff;
	background: #005624;

	font-size: 16px;
	font: bold;
}	

#bar-r{
	padding-right: 5px;
	padding-top: 5px;
	padding-top: expression("0px");
	float: right;
}

#bar input{
	height: 18px;
}


#wrapper {
	position: relative;
	margin-top: 15px;
	overflow: hidden;

	width: 896px;
	left: 50%;
	margin-left: -448px;

	background: url(Wrapper_Bg.jpg) repeat-y;
	text-align: left;
}

#leftbar {
	position: relative;
	width: 170px;
	width: expression("200px");
	float: left;

	padding: 15px;
	overflow: hidden;

	color: #ffffff;
	background: #005624;
}

#content {
	position: relative;
	text-align: left;

	margin-left: 15px;
	margin-left: expression("215px");
	padding-left: 15px;
	padding-right: 15px;

	min-width: 360px;
	
	width: expression(document.body.clientWidth < 360 ? "360px": "100%");

	overflow: hidden;
}

#content a
{
    color: #005624;
}
#content a:hover
{
    color: #cd8527;
}



#banners {
	position: relative;
	margin-left: expression("15px");
	float: right;

	text-align: center;
	background: #005624;
}

#banners p{
	margin: 15px;
}

#Footer
{
	position: relative;
	margin-top: 15px;
	height: 20px;
	width: 886px;
	width: expression("896px");

	left: 50%;
	margin-left: -448px;

	padding: 5px;

	color: #adcf82;
	background: #005624;

	text-align: center;
	font-size: 16px;
	font: bold;
}


a {text-decoration: none; color:#dae7ca;}
a:hover {font:bold; color:#879b03;}



input, textarea{
	background: #adcf82;
}

#bar form {
	display: inline;
}

.sipka{
	width: 10px;
	height: 10px;
	border: 0px;
}

.banner_img{
	width: 175px;
}

.warning{
	color: #e00;
}

.info{
	font: italic;
	color: #999;
	font-size: 12px;
}

.Btn_Main
{
	display:block;
	position: relative; 
	height: 23px;
	height: expression("30px");

	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	
	padding-top: 7px;
	overflow: hidden;
	clear:both;

	color:#ffffff;
	background: url('Btn_Bg.jpg') repeat-x;

	cursor:pointer;

 	text-align:center;
	font-size: 14px;
}

.Btn_Main:hover
{
	background: #adcf82; 
	color: #005624;
}

.Btn_Sub
{
	position: relative; 
	height: 23px;
	height: expression("30px");
	width: 130px;

	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	
	padding-top: 7px;
	overflow: hidden;
	float:right;
	clear:both;

	color:#ffffff;
	background: url('Btn_Bg.jpg') repeat-x;

	cursor:pointer;

 	text-align:center;
	font-size: 14px;
}

.Btn_Sub:hover
{
	background: #adcf82; 
	color: #005624;
}

