/* css styles */


body{

	background-image: url('http://greenspace.virtualroadside.com/img/bg.jpg');
	
	background-repeat: repeat-y;
	background-position: right; 

	background-color: black;

	color: orange;
	font-family: Arial, sans-serif;
}

#header{
	margin: 0.25em;
	font-family: Verdana, sans-serif;
	font-size: 1.5em;
	border-bottom: 1px solid #bf6c5c;
	width: 75%;
}

#menu{
	
	color: #000000;
	font-family: Verdana, sans-serif;
}

#menu ul{
	list-style-type: none;
	width: 100%;
}

#menu li{
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	display: block;
}

#menu a{
	display: block;
	color: orange;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
	padding: 0.5em;
	margin: 0 0.25em;
	border-left: 0.25em solid yellow;
	border-right: 0.25em solid yellow;
	border-top: 0.25em solid yellow;
	width: 7em;
}

#menu a:hover{
	color: #eff45d;
}

#content{
	clear:both;
	padding: 1em;
	margin: 1em;
	background: #ffffff;
	color: #000000;
}

#updates{
	float: right;
	padding-left: 1em;
	padding-right: 1em;
	margin-left: 1em;
	border: 1px solid orange;
	width: 40%;
}

#footer{
	font-size: 0.75em;
}

h1,h2,h3,h4,h5{
	color: orange;
	border-bottom: 1px solid orange;
	width: 25%;
}

#updates h3{
	width: 50%;
}
