html {
    color: #000;
    background: #eec888;
}

* {margin:0; padding:0;}


body{
	margin: 25px;
	margin-left: 10px;
	margin-right: 10px;
}

td{	padding:5px;}
th{	background-color:#f1dbbb;}


#header {
	position: relative;
	height: 182px;
	width: 896px;
	left: 50%;
	margin-left: -448px;

	background: #f5e1c1;
}

#banner {
	position: relative;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	height: 138px;
	top: 5px;

	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;
	background: #dca359;

	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;

	background: #dca359;
}

#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: auto;
}

#banners {
	position: relative;
	margin-left: expression("15px");
	float: right;

	text-align: center;
	background: #dca359;
}

#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: #ffe79d;
	background: #dca359;

	text-align: center;
	font-size: 16px;
	font: bold;
}


a {text-decoration: none; color:#7c4300;}
a:hover {font:bold; color:#ffe79d;}



input, textarea{
	background: #eec888;
}

#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:#651111;
	background: url('Btn_Bg.jpg') repeat-x;

	cursor:pointer;

 	text-align:center;
	font-size: 14px;
}

.Btn_Main:hover
{
	background: #f5e1c1; 
	color:#dca359;
}

.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:#651111;
	background: url('Btn_Bg.jpg') repeat-x;

	cursor:pointer;

 	text-align:center;
	font-size: 14px;
}

.Btn_Sub:hover
{
	background: #eec888;
	color: #dca359;
}

