body{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #fdfcfa;
}
a{
	text-decoration: none;
	font-weight: bold;
	color: #781008;
}
a:hover{
	text-decoration:  underline;
	font-weight: bold;
	color: #781008;
}
h2{
	font-weight: normal;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	color: #bbbbbb;
}
.container{
	margin: 50px auto;
	margin-bottom: 0px;
	padding: 0px;
	position: relative;
	height: auto;
	width: 792px;
	border-right: #e9ba8c 1px solid;
	border-bottom: #e9ba8c 14px solid;
	background-color: white;
}
.header{
	margin: 0px;
	padding: 0px;
	width:792px;
	height: 127px;
	position: relative;
}
.banner{
	margin: 0px;
	padding: 0px;
	position: absolute;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	border-top: #e6e6dc 1px solid;
	border-bottom: #e6e6dc 1px solid;
	width: 740px;
	height: 68px;
	top:23px;
	left: 0px;
}
.icd_logo{
	margin: 0px;
	padding: 0px;
	position: absolute;
	background-repeat: no-repeat;
	width: 109px;
	height: 174px;
	right: -57px;
	top:-46px;
}
.ab_first-letter{
	font-size: 18px;
	color:#EEDECE;
}
.adressbox{
	margin:0px;
	padding: 7px;
	position: absolute;
	right: 80px;
	top: -25px;
	width: 170px;
	height: 120px;
	background-color: #112131;
	border:3px solid #ffffff;
	font-size: 11px;
	text-align: center;
	z-index: 10;
	color: white;
}
.ab_title1{
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
.ab_title2{
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
.ab_adress{
	margin-top: 15px;
	font-size: 10px;
	font-weight: bold;
}
.wrapper{
	margin: 0px;
	padding: 0px;
	width: 792px;
	height: auto;
	position: relative;
	
}
#left_content{
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 220px;
	height: auto;
	/*border-bottom: #e9ba8c 5px solid;*/
	float: left;
	left: 0px;
}
.inner_lcontent{
	margin-left: -16px;
	padding: 0px;
	position: relative;
	border-bottom: #e9ba8c 5px solid;
	border-right: #e9ba8c 5px solid;
	border-top: #e9ba8c 5px solid;
	width: 231px;
	height: 581px;
}
.bottom_lcontent{
	margin: 0px;
	padding:15px 22px 15px 0px;
	position: relative;
	width: 220px;
	height: auto;
	font-size: 12px;
}
* html .bottom_lcontent{
	padding:15px 0px 15px 0px;
}
#right_content{
	margin: 0px;
	padding: 0px;
	position: relative;
	/*border-left: #e9ba8c 5px solid;
	border-bottom: #e9ba8c 14px solid;*/
	width: 572px;
	height: auto;
	float: right;
	right: 0px;
}
.top_rcontent{
	margin: 0px;
	padding: 0px 0px 5px 0px;
	width: 530px;
	height: 26px;
	position: relative;
	border-bottom: #e9ba8c 2px solid;
}
.topleft_rcontent{
	margin: 0px;
	padding: 0px 0px 0px 15px;
	position: relative;
	left: 0px;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #d3d3d3;
	width: 205px;
	height: auto;
	float: left;
}
.topright_rcontent{
	margin: 0px;
	padding: 15px 0px 0px 0px;
	position: relative;
	right: 0px;
	width: 280px;
	height: auto;
	text-align: right;
	font-size: 11px;
	float: right;
}
.main_content{
	margin: 0px;
	padding: 25px;
	width: 505px;
	height: auto;
	position: relative;
	text-align: justify;
	font-size: 12px;
}
.footer{
	margin: 0px auto;
	padding: 3px;
	position: relative;
	/*left: 225px;*/
	width: 792px;
	height: 30px;
	font-size: 10px;
	color: black;
}
.footer_left{
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 0px;
	float: left;
}
.footer_right{
	margin: 0px;
	padding: 0px;
	position: relative;
	right: 0px;
	float: right;
}
.menu{
	margin: 0px;
	padding: 0px;
	width: auto;
	height: 25px;
	position: absolute;
	top:60px;
	left: 10px;
	z-index: 10;
}
.menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.menu li{
	border: #ffffff 1px solid;
}
.menu li, .menu li a{
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: center;
	width: 80px;
	height: 24px;
	line-height: 24px;
	font-size: 11px;
	background-image: url(images/menu.jpg);
	background-repeat: repeat-x;
	float: left;
}
.menu li a{
	font-weight: bold;
	text-decoration: none;
	color: black;
}
.menu li a:hover{
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/menu_hover.jpg);
	background-repeat: repeat-x;
	color: white;
}
.menu .menu_active{
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/menu_hover.jpg);
	background-repeat: repeat-x;
	color: white;
}
