
/* ----- Structure and Layout ----- */

body {
	text-align : center;
	background: url(../images/DamaskGreen2.jpg) repeat-y;
	background-position:top center;	
	min-width : 960px ;
	}

#wrapper {
	width : 960px;
	text-align : left ;
	margin-left : auto ;
	margin-right : auto ;
	}
	
#header {
	padding-top: 10px;
	padding-left: 0px;
	
	}

#maincontainer {
	float: left;
	width : 960px;
	background: url(../images/container.png) repeat-y;
	}

#padding {
	clear: both;
	padding: 30px 0 0 0;
	}

#content {
	float: left;
	width: 600px;
	padding: 0px 20px 10px 40px;
	}

#newsbox {
	float: right;
	padding: 5px 0 0 0;
	}
	
#innernews {
	width: 240px;
	margin: 0px 40px 0 0;
	padding: 20px 0px 40px 0px;
	background: #cce2c2;
	border: 1px solid #3e6330;
	}

/* ----- Navigation -----  */

#nav {
	float: left;
	padding: 0 0 0 5px;
	margin: 0;
	}
	
#navinner {
	float: left;
	width: 947px;
	height: 40px;
	background: #37572b;
	border: 2px solid #253d1d;
	}
	
#nav ul {
	margin: 0;
	padding: 0 0 0 27px;
	list-style: none;
	
	}
	
#nav li {
	float: left;
	margin: 0;
	padding: 2px 10px 0 0;
	}
	
#nav li a {
	float: left;
	text-align: center;
	margin: 5px 0 0 0;
	padding: 2px 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ff8000;
	background: #37572b;
	border: 1px solid #37572b;
	
	
	}
	
#nav li a:hover {
	color: #000000;
	background: #ff8000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;	
	
	}
	
#nav li a.active {
	color: #000000;
	background: #86BA72;
	border: 1px solid #000000;	
	}
	

/* ----- Typography ----- */

body {
	font: small Verdana, Sans-serif;
	text-align: justify;
	line-height: 1.6em;
	color: #444444;
	}

h1 {
	padding-top: 0px;
	font-size: 1.8em;
	font-style:italic;	
	color:#422100
	}

h2 {
	font-size: 1.3em;
	font-style:italic;
	color: #422100;
	}

#innernews p {
	padding: 0 10px 0 10px;
	font-size: .9em;
	line-height: 1.5em;
	}

/* ----- Links ----- */

a {
	color: #ff8000;
	}

a:visited {
	color: #422100;
	}

a:hover {
	color: #7d0000;
	}

#footer a {
	color: #333333;
	text-decoration: none;
	}

#footer a:visited {
	color: #333333;
	text-decoration: none;
	}

#footer a:hover {
	color: #422100;
	text-decoration: underline;
	}



/* ------ Footer ----- */

#footer {
	text-align: center;
	clear:both;
	font-size: .8em;
	color: #000000;
	}

	
