/* CSS Document */
body{
	margin: 0px;
	padding: 0px;
	background: #EDE3D9 url(../img/main/body_back.gif);
	font: 11px Tahoma, Verdana, Arial;
	color: #070400;
}
* html img {
	behavior: url(iepngfix.htc)
}
.clearBoth{
	clear:both;
}
.floatL{
	float:left;
}
.floatR{
	float:right;
}
p{
	margin:0;
	padding:0;
}
a:link, a:visited, a:active  {
	text-decoration: underline;
	color: #0b84c9;
}
a:hover {
	text-decoration: none;
}
h2 a, h2 a:link, h2 a:visited, h2 a:active{
	text-decoration: none;
}

h2{
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: normal;
	color: #0b84c9;
	behavior: url(iepngfix.htc);
	display:block;
	float: left;
	width: 25%;
	background: url(../img/main/h2_back_01.png) no-repeat;
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 0px 5px;
	height: 25px;
}
	h2.active{
	color:#635d57;
	}
h3{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	color: #635d57;
	display:block;
	float: left;
	width: 25%;
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 0px 5px;
	height: 63px;
}
h4{
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	display: inline;
}
/*#header start*/
#header{
	height: 244px;
}
	
	#header1{
		behavior: url(iepngfix.htc);
		width: 26%;
		margin: 0% 0% 0% 7%;
		padding: 0px;
		height: 244px;
		background: url(../img/main/header_back_01.png) no-repeat;
		float: left;
	}
		#header1 a{
			color:#FFFFFF;
			display:block;
			padding: 0px 0px 0px 15px;
			background-repeat: no-repeat;
			background-position: left center;
			margin: 10px 0px 0px 50px;
		}
		.link1{
			background-image: url(../img/main/link1_back.gif);
		}
			a.link1:link, a.link1:active, a.link1:visited{
			text-decoration:none !important;
			}
		.link2{
			background-image: url(../img/main/link2_back.gif);
			color: #9c9c9c !important;
		}
		.link3{
			background-image: url(../img/main/link3_back.gif);
			color: #9c9c9c !important;
		}
		.link4{
			background-image: url(../img/main/link1_back.gif);
		}
			a.link4:link, a.link4:active, a.link4:visited{
				text-decoration:none !important;
				}
	#header img{
		margin: 30px 0px 44px;
	}
	#header2{
		float: left;
		width: 340px;
		text-align: center;
		color: #a0978c;
		font-size: 12px;

	}
/*#header end*/	
/*#content start*/
#content{
	width:64%;
	float: left;
}
	#content1{
		width: 38%;
	}
		ul{
			clear:left;
			padding:0;
			margin:0;
		}
		 li{
			list-style-type: none;
			margin: 0px 0px 0px 25px;
		}
			li span{
				color:#a19588;
			}
		#content1 h2, #sidebar h2{
			width:70%;
		}
	#content2{
		behavior: url(iepngfix.htc);
		width:61%;
		float:right;
		background: url(../img/main/content_back_01.png) no-repeat;
		padding: 0px 0px 80px;
	}
		#content2_box{
			margin: 0px 0px 0px 70px;
		}	
	#content3{
	width:61%;
	float:right;
	}
		#content3 p {
			margin: 10px 0px !important;
		}
		#content3 li {
			margin:0;
		}
/*#content end*/
/*#sidebar start*/	
#sidebar{
	float:right;
	width:33%;
}
	#sidebar p {
		float: right;
		width: 80%;
		padding-right: 20px;
	}
	#newsBox{
		float: right;
		width: 92%;
	}
	h5{
		font-size: 18px;
		color: #0b84c9;
		text-align: center;
		display: block;
		margin: 0px;
		padding: 0px;
		float: left;
		width: 40px;
	}
		h5 span{
			font-size: 11px;
		}
		.news1{
			display:block;
			clear:both;
			height: 40px;
		}
/*#sidebar end*/	
/*#footer start*/
#footer{
	clear:both;
	float: left;
	width: 100%;
	margin-top: 80px;
	color: #635d57;
}
	#footer_box1{
		border-top: 1px solid #c7c3bf;
		margin: 0px 20px;
		padding: 20px 0px 0px;
	}
		#footer_box2{
			width: 40%;
			float: left;
		}
		#footer_box3{
			float: left;
		}
		#footer_box4{
			float: right;
			text-align:right;
		}
			#footer_box4 a{
				font-size: 10px;			
		}

/*#footer end*/

