* {
	margin:0px;
	padding:0px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#202020;
}


h1{
	font-weight:normal;
	margin-bottom:10px;
	margin-top:2px;
	color:#1C719B;
	font-family:"Times New Roman", Times, serif;
}

h2,h3,h4{
	font-weight:normal;
	color:#1C719B;
	font-family:"Times New Roman", Times, serif;
}
a{
	color:#1C719B;
}
#inliner{
	display:inline;
}
#wrapper{
	width:847px;
	margin:0px auto 30px auto;
}
#wrapper #siteName{
	width:847px;
}
#wrapper #header{
	width:847px;
	height:300px;
}
#wrapper #body{
	width:847px;
	display:table;
	margin-top:10px;
}
#body #left{
	width:547px;
	float:left;
	line-height:20px;
}
#body #left #content{
	padding-bottom:15px;
	border-bottom:1px dashed #1C719B;
}
#content #adArticle{
	width:300px;
	height:250px;
	float:left;
	margin:0px 5px 0px 0px;
	border:1px solid #f4f4f4;
}
#body #left #teasers p{
	margin-bottom:10px;
}
#body #right{
	width:290px;
	margin-left:10px;
	float:left;
}
#body #right h3{
	padding:5px;
	margin:0px 0px 5px 0px;
	background-color:#eaeaea;
	font-weight:normal;
	font-size:17px;
}
#body #right ul{
	list-style:none;
}
#body #right ul li{
	
}
#body #right ul li a{
	display:block;
	padding:4px;
	font-size:13px;
}
#body #right ul li a:hover{
	background-color:#f4f4f4;
}
#footerTop{
	width:847px;
	height:29px;
	margin:0px auto;
	background-image:url(/images/dubai_footer.gif);
	background-repeat:no-repeat;
}
#footerBottom{
	width:100%;
	height:100px;
	background-color:#eaeaea;
}
#footerBottom #footerContent{
	width:847px;
	margin:0px auto 0px auto;
	padding-top:10px;
	color:#1C719B;
	display:table;
}
#footerContent p{
	width:264px;
	margin-left:12px;
	float:left;
	border-left:1px solid #1C719B;
	padding-left:5px;
}


/**Comments*/
#commentHeader{
	margin:10px 0px 5px 0px;
}
#comments{
	padding:10px;
	background-color:#eaeaea;
}
#comments #oneComment{
	width:100%;
	margin-bottom:8px;
	background-color:#FFF;
}
#comments #oneComment #top{
	background-color:#f4f4f4;
}
#comments #oneComment #top h4{
	font-size:16px;
	padding:5px;
}
#comments #oneComment #top h4 a{
	text-decoration:none;
}
#comments #oneComment #bottom{
	padding:7px;
}
#comments #formInput{
	background-color:#FFF;
	padding:5px;
}
#comments #formInput #commentFormMessage{
	font-size:14px;
}
#comments #formInput .inputField{
	width:200px;
	height:20px;
	padding:3px;
}
#comments #formInput .inputArea{
	width:200px;
	height:150px;
	padding:3px;
	margin-bottom:2px;
}
#comments #formInput .formButton{
	margin-top:3px;
	padding:3px;
}