html,body{
	height:100%;
	margin:0;
	padding:0;
	}
body, td, p{
	font-family:Verdana;
	font-size:16px;
	color:#593c1e;
	}
a{
	color:#ff6900;
	text-decoration:none;	
	}
a:hover{
	text-decoration:underline;
	}
p{
	margin:0;
	padding:0;
	line-height:1.5;
	text-align:justify;
	}
li{
	line-height:1.5;
	text-align:justify;	
	}
img{
	border:none;
	}
img.border{
	border:3px solid #e46b1c;
	margin:10px;
	}
#header{
	height:188px;
	background:url('/images/bg_header.png') repeat-x;
	}
#container{
	background:url('/images/bg_left.jpg') repeat-y #ffcc99;
	height:auto;
	min-height:100%;
	min-width:1000px;
	}
#inner{
	padding-bottom:30px;
	}
#col_menu{
	padding-top:8px;
	}
#col_main{
	padding:8px 50px 20px 20px;
	}
.m1, .m1_t, .m1:hover, .m1_t:hover{
	color:#3B1500;
	display:block;
	font-family:Tahoma;
	font-size:17px;
	margin-left:8px;
	margin-right:25px;	
	padding-left:27px;
	text-decoration:none;
	height:33px;
	line-height:33px;
	background:url("/images/m1.jpg") no-repeat scroll 0 0 transparent;	
	}
.m1:hover{
	background:url("/images/m1_h.jpg") no-repeat scroll 0 0 transparent;	
	}
.m1_t, .m1_t:hover{
	height:34px;
	line-height:34px;
	background:url('/images/m1_t.jpg') no-repeat;
	}
.m1_t:hover{
	background:url("/images/m1_t_h.jpg") no-repeat scroll 0 0 transparent;	
	}
ul{
	margin-top:5px;
	margin-bottom:5px;
	}
h1,h2,h3{
	font-family:Tahoma;
	font-weight:bold;
	color:#593C1E;	
	}
h1{
	background:url("/images/bg_h1.jpg") no-repeat scroll 0 0 transparent;
	font-size:20px;
	height:42px;
	line-height:47px;
	margin:4px 0 20px 0;
	padding:0 0 0 19px;
	}
h2{
	font-size:18px;
	}
h3{
	font-size:16px;
	}
#footer{
	height:30px;
	margin-top:-30px;
	line-height:30px;
	text-align:center;
	font-size:11px;
	background:#673301;
	color:#e7e5e5;
	}
#footer a{
	text-decoration:none;
	color:#e7e5e5;
	}
#footer a:hover{
	text-decoration:underline;
	}
#request_form{
	margin-left:-250px;
	}
.inp_text, .inp_textarea{
	width:200px;
	font-family:Tahoma;
	font-size:14px;
	}
.inp_text{
	height:20px;
	}
.inp_textarea{
	height:100px;
	font-family:Tahoma;
	}
.submit_button{
	text-align:center;
	height:30px;
	width:132px;
	background:url('/images/button.jpg') no-repeat;
	border:none;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	}
#request_form p{
	text-align:center;
	}

