/*
TITLE:	simpleGreen Design Stylesheet
AUTHOR:	Khaled Maiwand, HighCo Technology
CREATED:	Oct. 2007
*/
* {margin: 0; padding: 0; }
body{
	font: 11px/18px "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Helvetica;
	border-top: 5px solid #c0db5a;
	color: #333; background: #333 url( images/block.gif);
	}

#wrapper{ 
	width: 700px; 
	margin: 0 auto;
	}

#header{
	width: 192px;
	height: 150px;
	margin-top: 30px;
	background: url( images/header.gif) no-repeat;
	}
ul#navmenu{	/* MENU NAVIGATION */
	float: right;
	margin-top: -20px;
	}
	ul#navmenu li{ float: right; }
	ul#navmenu a{
		text-decoration: none;
		font-weight: bold;
		margin-right: 10px;
		border-top: 3px solid #454545;
		color: #777777;
		}
		ul#navmenu a:hover{ border-top: 3px solid #c0db5a; }

#content{ 
	width: 700px;
	padding: 5px 10px; 
	border: 3px solid #454545; 
	background: white; 
	}
#footer{
	margin: 4px;
	text-align: center;
	font-size: 1.0em;
	color: #E0E0E0; background: #333;
	}
/* --------------------------------- Common Styles --------------------------------- */
h1{ 
	font: 2.2em/2em Georgia, tahoma, verdana, arial;
	color: #404040; background: white;
	}
a{ color: #8E9915; }
	a:hover{ text-decoration: none; }
p{ margin-bottom: 5px;}
ul{ margin-left: 20px; color: #ccc;}
li{ color: #333;}
hr{ margin: 10px;}
blockquote {
	margin: 15px;
 	padding: 0 0 0 40px;  	
	border: 1px solid #f2f2f2; 
  	background: #FAFAFA url( images/quote.gif) no-repeat; 
	}
img.right{ float: right; margin: 3px;}
