*{
	padding: 0px;
	margin: 0px;
	border: none;
	color: #58585a;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #ffffff;
	background-image: url("/images/body.png");
	background-repeat: repeat-x;
	background-position: top left;
	padding-top: 22px; 	
	font-size: 14px;
}
strong{
	color: #cc6336;
}
#wrapper{
	width: 858px;
	margin: 0px auto;
}
#header{
	height: 79px;
}
#logo{
	float: left;
	padding-left: 20px;
}
#tools{
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}
#logo a{
	display: block;
	height: 78px;
	width: 449px;
	background-image: url("/images/logo.jpg");
}
#menubox{
	background-color: #fafafa;
	background-image: url("/images/menubox.png");
	height: 56px;
}
#menudecor{
	background-image: url("/images/menudecor.png");
	height: 56px;
	background-repeat: no-repeat;
}
#menu{
	background-image: url("/images/menu.png");
	height: 39px;
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 17px;
}
#menu ul{
	list-style: none;
	padding: 0px;
	padding-left: 15px;
}
#menu ul li{
	display: inline;
	border-right: 1px #c75a36 solid;
	padding-left: 35px;
	padding-right: 34px;
	font-size: 16px; 
}
#menu ul li.last{
	border-right: none;
}
#menu a{
	padding: 0px 10px;
}
#menu a:hover{
	text-decoration: none;
	color: #ffffff;
	background-color: #a44c31;
}
table{
	width: 100%;
	border-collapse: collapse;
}
table td{
	vertical-align: top;
}
#promobox{
	padding-top: 12px;
}
#promobox table td{
	text-align: center;
	padding: 0px 1px;
}
#promobox table td.first{
	text-align: left;
	padding: 0px;
}
#promobox table td.last{
	text-align: right;
	padding: 0px;
}
#contentbox{
	padding-top: 20px;
}
p{
	padding-bottom: 10px;
}
h1, h2, h3{
	font-weight: normal;
	padding-bottom: 12px;
}
#content{
	margin-right: 209px; 
	padding-right: 20px;
	padding-left: 10px;
}
#rightpart{
	float: right;
	width: 209px;
}
#rightpart h1{
	height: 36px;
	width: 209px;
	background-image: url("/images/righth1.png");
	padding: 0px;
	text-align: center;
	font-size: 20px;
	padding-top: 10px; 
}
#rightcontent{
	width: 196px;
	border-left: 1px #dfdfdf solid;
	border-right: 1px #dfdfdf solid;
	border-bottom: 1px #dfdfdf solid;
	background-color: #f5f5f5;
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
	height: 300px;
}
#footer{
	border-top: 2px #dfdfdf solid;
	padding: 10px;
	text-align: center;
}
br.clear{
	clear: both;
}
ul, ol {
	padding: 15px;
}
ul, ol {
	list-style: outside;
}
li {
	padding-bottom: 7px;
}
td{
	padding: 2px;
	vertical-align: top;
}
table{
	border-collapse: collapse;
	border: 1px gray solid;
}
table td{
	border: 1px gray solid;
}
table.promo, table.promo td{
	border: none;
}
input, textarea, select{
	border: 1px gray solid;
}
#content img{
	border: 1px #aeaeae solid;
}
#promo h1{
	font-size: 16px;
	color: #8e8e8e;
	font-weight: bold;
}
#promo, #promo p, #promo a{
	font-size: 12px;
	color: #8e8e8e;
}
#promo strong{
	color: #5e5e5e;
}
#promo ul{
	list-style: none;
	padding: 0px;
}
#promo ul li{
	display: inline;
}
#promo1{
	text-align: right;
	font-size: 11px;
}
