* {
    padding: 0;
    margin: 0;
} 

body {
	background: #89957a;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    font-size: .74em;
	    padding: 20px;
    margin: 0;

}


a:link { 
color: #666;
}

a:visited {
color: #4197e3;
}

a:hover {
color: #333;
}


#wrap {
padding: 10px;
width: 700px;
margin: 0px auto;
background: #f7f7f7;

}

#header {
height: 200px;
	background-image: url(header6.jpg);
}

#header h1 {
color : #b9c5ac;
padding: 20px 0 0 160px;
text-transform: capitalize;
	direction: rtl;
	text-align: right;
	letter-spacing: 10px;
	text-indent: 20px;
	font: small-caps 1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#header h2 {
color : #69c;
padding: 0 0 0 160px;
text-transform: capitalize;
	font: 100 1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
	direction: rtl;
	text-indent: 30px;
	letter-spacing: 10px;
}

.menu {position:relative; background: #B9C5AC none no-repeat; height:35px; width: 700px;
	letter-spacing: 5px;
	font: normal .85em "Lucida Grande", Lucida, Verdana, sans-serif;
	word-spacing: 10px;
}

.menu ul {list-style:none; z-index:10; position:absolute; z-index:100;
	padding: 9px 5px;
}

.menu li {float: left;
}

.menu a, .menu a:active, .menu a:visited, .menu a:hover {text-decoration:none; color:#FFF; padding:10px}

#slide {position:absolute; top:6px; height:24px; background:#89957a; z-index:10}

#content {
background: #fff;
text-align: justify;
border: 1px solid #b9c5ac;
text-align: center;
	letter-spacing: 10px;
	word-spacing: 10px;
	color: #89957a;
	font: .90em/2 "Lucida Grande", Lucida, Verdana, sans-serif;
	text-indent: 5px;
	margin: 10px;
	padding: 5px;
}

#footer { 
text-align: center;
font-size: .8em;
background : #fff;
border: 1px solid #aaa;
padding: 5px;
	color: #89957a;
	font-variant: small-caps;
}



