* {
    padding: 0;
    margin: 0;
} 

body {
background: url(images/madina.jpg);
font-family: "Trebuchet MS" Verdana, Arial, sans-serif;
font-size: 12px;
color: #333333;
line-height: 24px;
}

a {
text-decoration: none;
color: #0171AF;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
width: 800px;
margin: 40px auto;
}

#header {
height: 100px;
background: #eee url(images/header.gif) no-repeat;
}
#header h1 {
font-size: 34px;
font-weight: 100;
letter-spacing: -3px;
padding: 30px 0 0 30px;
}
#header h1 a {
text-decoration: none;
color: #EC8714;
}
#header h1 a:hover {
text-decoration: none;
color: #000;
}
#header h2 {
color: #89A537;
font-size: 20px;
font-weight: 100;
padding: 0 0 0 31px;
}

/* menu */

#templatemo_menu {
	float: left;
	width: 960px;
	height: 25px;
	background: url(images/templatemo_menu_bg.jpg);
	padding:0;
	margin: 0 0 25px 0;
}

#templatemo_menu ul {
	float: left;
	margin: 0 0 0 30px;
	padding: 0 0 0 0;
	width: 960px;
	list-style: none;
}

#templatemo_menu ul li {
	display: inline;
}

#templatemo_menu ul li a {
	float: left;
	padding: 5px 40px 0 40px;

	height: 20px;
	text-align: center;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
	color: #b0b0b0;	
	font-family:, Arial;
	font-size: 13px;
	outline: none;
}

#templatemo_menu li a:hover, #templatemo_menu li .current {
	color:#ffd800;
}

#templatemo_menu li .last {
	background: none;
}

/* end of menu*/

#content {
background: #eee url(images/content.gif) repeat-y;
padding: 20px;
}

.main {
border-top: 1px solid #aaa;
background: 
padding: 10px;
}
.main h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.main h2 a {
text-decoration: none;
}
.left h2 a:hover {
color: #111;
}

#bottom {
background: #eee url(images/bottom.gif) no-repeat;
padding: 10px 0;
}

#footer {
font-size: 11px;
color: #999;
text-align: center;
}