@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-image: url(../images/mainbg.png);
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-weight: bold;
	color: #900;
	font-size: 1.63em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
h2 {
	font-weight: bold;
	color: #900;
	font-size: 1.09em;
}
a {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.mainCont {
	background-image: url(../images/maincontbg.png);	
	width: 762px;
	margin-right: auto;
	margin-left: auto;
}
#headerCont {
	float: left;
}
#headerLeft {
	float: left;
	width: 194px;
}
#logoCont {
	clear: left;
	width: 194px;
	height: 90px;
}
#naviCont {
	width: 194px;
}
#headerRight {
	float: right;
	width: 568px;
	background-repeat: no-repeat;
	height: 330px;
	background-position: right;
}
#sliderGharavi {
	background-color: #000;
	height: 323px;
	width: 550px;
	margin-left: 6px;
}
#bodyCont {
	float: left;
}
#bodyLeft {
	float: left;
	width: 194px;
}
#bodyRight {
	width: 568px;
	float: right;
}
.contTop {
	float: left;
	height: 20px;
	width: 100%;
}
.contBody {
	width: 100%;
	float: left;
}
.contBottom {
	height: 20px;
	width: 100%;
	float: left;
}
.leftBody {
	background-image: url(../images/cont_left_body.png);
	height: 400px;
	padding-left: 20px;
	padding-right: 20px;
	width: 154px;
	text-align: center;
	font-size: 10px;
	padding-top: 30px;
	line-height: 16px;
}
.leftBody strong{
	display:block;
	color: #900;
	margin-bottom:15px;

}
.rightBody {
	background-image: url(../images/cont_right_body.png);
	padding-right: 100px;
	padding-left: 100px;
	width: 368px;
	font-size: 12px;
	padding-top: 30px;
	line-height: 16px;
	color: #5b2e25;
	min-height:370px;
	padding-bottom: 30px;
}
.break {
	clear: both;
}
.smallTitle {
	font-weight: bold;
	color: #900;
	font-size: 10px;
}
#naviCont ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#naviCont li{
	height: 34px;
	width: 194px;
}
.leftBody ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.leftBody li {
	display: inline;
}
.showBorder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	padding-left: 3px;
}
.leftBody a {
	color: #900;
	text-decoration: none;
}
.leftBody a:hover {
	color: #000;
	text-decoration: underline;
}

