body{
	background-image: url('bg_repeat.jpg');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: verdana;
	font-size: 11px;
	color: #222222;
}

a:link, a:visited, a:active{
	text-decoration: none;
	color: #AA581C;
}

a:hover, a:visited:hover{
	text-decoration: underline;
	color: #AA581C;
}

h1, h2{
	padding: 0px;
	margin: 2em 0em 0.5em 0em;
	font-size: 12px;
	font-family: tahoma;
	font-weight: bold;
	text-align: center;
	color: #AA581C;
}

h1{
	text-align: left;
	padding-left: 20px;
	margin: 1em 0em 1em 0em;
	background-image: url("h1_back.jpg");
}

form{
	padding: 0px;
	margin: 0px;
}

.ikt_form input, .ikt_form select{
	background: #fff;
	border: 1px solid #929292;
	margin: 0px;
	padding: 1px;
	font-size: 11px;
}

.ikt_form .nb{
	border: 0px;
}

.ikt_form .pm{
	margin: 0px;
	padding: 0px;
}

#head{
	width: 782px;
	background: url("top_head.jpg") no-repeat top left;
	height: 165px;
	margin: auto;
}

#topbanner{
	position: relative;
	width: 480px;
	height: 65px;
	overflow: hidden;
	top: 75px;
	left: 290px;
	text-align: center;
}

#content_wrapper{
	width: 780px;
	border-left: 1px solid #C8DDCE;
	border-right: 1px solid #C8DDCE;
	border-bottom: 1px solid #C8DDCE;
	margin: auto;
	overflow: auto;
	background-color: #fff;
}

#content_panel{
	width: 630px;
	background: url("content_back.jpg") repeat-y;
	float: left;
	margin-top: 10px;
}

#content_banners{
	text-align: center;
	float: left;
	width: 140px;
	padding-top: 25px;
}

#inner_menu{
	float: left;
	width: 177px;
	background: url("menu_corner.jpg") no-repeat top right;
}

#inner_content{
	float: left;
	padding-top: 5px;
	width: 453px;
	line-height: 18px;
	background: url("content_corner.jpg") no-repeat top right;
}

#inner_menu ul{
	margin: 14px 0px 0px 0px;
	padding: 0px;
}

#inner_menu li{
	width: 141px;
	height: 19px;
	background: url("menu_back.jpg") no-repeat;
	font-weight: bold;
	font-family: tahoma;
	line-height: 19px;
	margin: 5px 0px 5px 2px;
	padding: 0px 0px 0px 20px;
}

#footer{
	width: 782px;
	margin: auto;
	padding: 10px;
	font-family: tahoma;
	color: #B75435;
	text-align: center;
}
