* {
	margin: 0;
	padding: 0;
}

body {
	margin-bottom: 10px;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-repeat: repeat-x;
}

h1 {
	color: #A88C4B;
	font-size: x-large;
	font-style: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	letter-spacing: 0.2em;
	text-align: center;
	margin-top: 20px;
}

h2 {
	color: #A88C4B;
	font-size: large;
	text-transform: capitalize;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

h3 {
	font-size: small;
	text-transform: none;
	color: #3797BF;
	padding-bottom: 5px;
	font-weight: bold;
}

h4 {
	font-size: small;
	text-transform: none;
	color: #A88C4B;
	padding-bottom: 5px;
	font-weight: bold;
}

p, blockquote, ul, ol {
}

p {
	text-align: justify;
	font-size: small;
	color: #FFF;
}

blockquote {
}

ul {
}

ul li {
}

ol {
}

ol li {
}

a {
	color: #A8A8A8;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #AD893F;
}

#amenu/* Menu */

 {
	width: 900px;
	height: 27px;
	background-image: url(images/ab.jpg);
	background-color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	letter-spacing: 0.2em;
	padding-bottom: 5px;
}
#amenu  ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#amenu  li {
	display: inline;
}
#amenu  a {
	display: block;
	float: left;
	text-transform: none;
	text-decoration: none;
	color: #A8A8A8;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bolder;
	background-image: url(images/img03.gif);
	background-repeat: no-repeat;
}
#amenu  a:hover {
	color: #AD893F;
}
#amenu  .first  a {
	background: none;
}


img {
	border: 1px solid #3B3B3B;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	padding: 10px 15px;
	background: #3B3B3B;
	text-transform: uppercase;
	font: bold .77em Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

.boxed .content {
	padding: 15px;
}

.boxed ul {
	list-style: none;
}

/* Post */

.post {
	padding-top: 2px;
	padding-bottom: 10px;
	background-image: none;
	background-position: bottom;
	background-repeat: no-repeat;
	margin-top: 2px;
}

.post .title {
}

.post .content {
	line-height: 1.6em;
}

.post .title {
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.post p, .post blockquote, .post ul, .post ol {
	margin-bottom: 1em;
}

.post blockquote, .post ul, .post ol {
	margin-left: 3em;
}


/* Header */

#header {
	width: 900px;
	height: 184px;
	margin: 0 auto;
	background-color: #000000;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left;
}


#header h1, #header h2 {
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}

img
{  border-style: none;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
}


#content {
	float: right;
	width: 900px;
	padding-right: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}


#sidebar {
	float: left;
	width: 187px;
	padding-left: 1px;
	background-color: #000000;
	background-image: url(images/bg.jpg);
	padding-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: ridge;
	border-bottom-color: #E61313;
}


/* Menu */

#menu {
	background-color: #333333;
	background-image: url(images/bg.jpg);

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	text-decoration: none;
	color: #FDD264;
	font-size: small;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #090909;
	padding-top: 9px;
	padding-right: 7px;
	padding-bottom: 9px;
	padding-left: 5px;
	letter-spacing: 0.2em;
}

#menu a:hover {
	color: #FFFF91;
	font-size: small;
	font-weight: normal;
	background-image: none;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#menu .active a {
	color: #F00;
	background-color: #000000;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/active.jpg);
}

.tablediv {
	border: 1px double #141414;
	font-size: small;
	text-align: center;
	margin-bottom: 8px;
	vertical-align: top;
	font-weight: normal;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 8px;
}

#dubai {
	float: left;
	height: 55px;
	width: 220px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#google {
	float: right;
	height: 55px;
	width: 222px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


/* Footer */

#footer {
	width: 870px;
	height: 55px;
	font-size: 0.77em;
	color: #FFFFFF;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: bottom;
	background-image: url(images/footer.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
	text-align: center;
	color: #404040;
	letter-spacing: 0.2em;
	margin-top: 18px;
}


#links a:hover {
	color: #A6883F;
	text-decoration: none;
}

.copyrighttext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #404040;
	text-decoration: none;
	letter-spacing: 0.2em;
	text-align: center;
	margin-top: 25px;
}
.black {
	color: #000;
	padding-left: 5px;
	text-align: justify;
	padding-right: 5px;
	font-size: small;
}
.style4 {
	color: #999;
	letter-spacing: 0.5em;
}



.style1 {
	color: #666;
	font-weight: bold;
	font-size: small;
	background-color: #CFE7F1;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #C8C8C8;
	font-size: small;
	text-align: center;
}

.style3:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #AD893F;
	font-size: small;
	text-align: center;
}
