/* CSS Document */
body{
	background:url(../images/body-bg.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	line-height:20px;
}
.taha-theme{
	width:980px;
	margin:auto;
}
.head{
	display:inline;
	display:inline-block;
	width:980px;
	height:90px;
	background:url(../images/head.jpg) repeat-y;
	-webkit-border-radius: 6px 0 0 0;
	-moz-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
}
.head-left{
	width:200px;
	float:left;
}
.head-right{
	width:770px;
	float:right;
}
.banner{
	clear:both;
	display:inline;
	display:inline-block;
	z-index:999;
	margin-top:-20px;
	width:980px;
	background:url(../images/banner.jpg) repeat-y;
	-webkit-border-radius: 6px 0 0 0;
	-moz-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
}
.banner-left{
	width:200px;
	float:left;
}
.banner-right{
	width:770px;
	float:right;
}
.contact{
	clear:both;
	display:inline;
	display:inline-block;
	z-index:999;
	margin-top:-5px;
	width:980px;
	background:url(../images/contact.jpg) repeat-y;
	-webkit-border-radius: 6px 0 0 0;
	-moz-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
}
.contact-left{
	width:200px;
	height:65px;
	float:left;
}
.contact-right{
	width:770px;
	float:right;
	background-color:#8BD903;
}
.content{
	clear:both;
	display:inline;
	display:inline-block;
	z-index:999;
	margin-top:-20px;
	margin-bottom:20px;
	width:980px;
	background-color:#FFFDEC;
	-webkit-border-radius: 6px 0 0 0;
	-moz-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
}
.content-left{
	width:200px;
	float:left;
	padding:12px;
}
.content-right{
	width:725px;
	float:right;
}
.footer{
	clear:both;
	display:inline;
	display:inline-block;
	z-index:999;
	margin-top:-20px;
	width:956px;
	background-color:#EEE7CB;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	padding:12px;
	color:#999999;
	font-size:11px;
}
.footer-left{
	width:360px;
	float:left;
}
.footer-right{
	width:550px;
	float:right;
}
h1{
	margin:0;
	padding:0;
	font-size:23px;
	margin-top:18px;
	color:#FF0000;
	letter-spacing:5px;
	padding-bottom:5px;
	font-family:"Times New Roman", Times, serif;
	border-bottom:1px solid #CCCCCC;
}
h2{
	margin:0;
	padding:0;
	font-size:14px;
	color:#FF0000;
	text-align:center;
	padding-bottom:5px;
	border-bottom:1px solid #CCCCCC;
}
p{
	margin:5px;
	padding:10px 12px 0 0;
	text-align:justify;
}
a{
 text-decoration:none;
 color:#0066CC;
}
a:hover{
	color:#FF0000;
}