body {
	margin: 15px 0;
	text-align: center;
	background: #ccff99 url("images/test2.png") top left;
	color: #020;
}

#wrapper-outer {
	margin: 0 auto;
	text-align: left; 
	width: 90%;
	border-right: solid 3px #444;
	border-bottom: solid 3px #444;
	border-left: solid 2px #aaa;
	border-top: solid 2px #aaa;
	background-color: #ccc;
}

#header, #footer {
	background: #253c01 url("images/gradient_vert_light_dark.png") top left repeat-x;
	line-height: 2em;
	font-size: 0.9em;
	padding-left: 5px;
	padding-right: 5px;
	color: Maroon;
}

#header {
	border-bottom: solid 2px #685; 
}

#header .rightSpan {
	float: right;
	padding: 2px 0 0 0; 
}

#header #btnSearch {
	color: #e80;
	border: 1px solid #797;
	background-color: transparent;
	padding: 1px;
	font-size: 0.7em;
}

#header #txtSearch {
	background-color: white;
	border: 1px solid #8a8;
	margin-left: 10px;
	font-size: 0.9em;
}

#header a, #footer a {
	color: Maroon;
	text-decoration: none;
	background-color: transparent;
}

#header a:hover, #footer a:hover {
	text-decoration: underline;
}


#banner {
	background: #4b7902 url("images/banner1.png") top left no-repeat;
	height: 75px;
	line-height: 75px;
	padding-left: 160px;
}

#banner h1 {
	margin: 0;
	padding: 0;
	font-size: 1.6em;
	font-weight: normal;
}

#menu {
	background: #253c01 url("images/gradient_vert_dark_light.png") bottom left repeat-x;
	border-top: 1px solid #8bb206;
	border-bottom: 1px solid #8bb206;
	height: 2em;
	line-height: 2em;
	font-size: 0.9em;
	font-weight: bold;
	overflow: hidden;
	
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0.1em 0 0 0;
}

#menu li {
	display: inline;
	border-left: 1px solid #253c01;
	border-right: 1px solid #4b7902;
	padding: 0;
	margin: 0;
	float: left;
}

#menu a:link, #menu a:visited {
	color: Maroon;
	text-decoration: none;
	padding: 0 10px;
	
}

#menu a:hover {
	text-decoration: underline;
	color: Maroon;
}

#rightbar {
	float: right;
	margin: 15px 20px 10px 0;
	width: 25%;
}

* html #rightbar { margin-right: 10px; } 

#rightbar dl {
	float: right;
	margin: 0;
	padding: 0;
}

#rightbar dt {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 0.7em;
}

#rightbar dd {
	margin: 0;
	padding: 0;
	
}

#rightbar a {
	float: right;
	clear: both;
	border: 1px dashed green;
	margin: 2px 0;
	padding: 3px;
	background-color: #ac8;
}

#rightbar a:hover {
	border: 1px solid green;
}

#rightbar img {
	border :0;
}

#wrapper-content {
	border-top: 1px solid #898;
	background: #f4f4f4 url("images/bg_light_dark.png") bottom left repeat-x;
}	
	
#content {
	padding: 15px;
	background: transparent;
	margin: 15px 20% 15px 15px;
	border: 1px dashed green;
	width: 65%;
}

* html #content {height:1%}

* > html #content {height:auto}

#footer {
	border-top: solid 1px gray;
	clear: both; 
	}

h2 { font-size: 1.3em;
     color: Maroon }

h3 { font-size: 1em; 
     color: Maroon;}