body {
	margin: 15px 0;
	text-align: center;
	background: #253c01 url("images/zigzag_light.png") top left;
	color: #020;
}

#wrapper-outer {
	margin: 0 auto;
	text-align: left;
	width: 890px;
	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: #8bb206;
	text-align: center;
}

#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: #8bb206;
	text-decoration: none;
	background-color: transparent;
}

#header a:hover, #footer a:hover {
	text-decoration: underline;
}


#banner {
	background: #4b7902 url("images/banner_large.jpg") 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;
	/* float: left is used for all browsers. Makes the #menu li's display as they should. Remove it to see what happens */
}

#menu a:link, #menu a:visited {
	color: #8bb206;
	text-decoration: none;
	padding: 0 10px;
	
}

#menu a:hover {
	text-decoration: underline;
	color: yellow;
}

#rightbar {
	float: right;
	margin: 15px 20px 10px 0;
	width: 140px;
}

* html #rightbar { margin-right: 10px; } /*correct IE right margin*/ 

#rightbar dl {
	float: right;
	margin: 0;
	padding: 0;
}

#rightbar dt {
	margin: 0;
	padding: 0;
	text-align: right;
}

#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;
}
#wrapper-content a:link, #wrapper-content a:visited {
	color: #8bb206;
	text-decoration: none;
	padding: 0 10px;
	
}
#content {
	padding: 15px;
	background: transparent;
	/* You can put a transparent gif/png of something above, that will be on top of the gradient. I thought an embossed grayscale
		lemon or something would look all right, but I couldn't get it to look any good with my (lack of) design skills. */

	border: 1px dashed green;
}

* html #content {height:1%}
/* The above line fixes a problem in IE. All other browsers ignore this, except IE5 Mac. If you remove it, then set
	the font size to small in IE (so that the #rightbar is taller than #content), the content in #content vanishes! Oh joy.
	This hack has to be used with the one below if you care about IE Mac */
* > html #content {height:auto}
/* Fixes the problem that height: 1% does in IE Mac. */

/* The above 2 hacks can also be used to fix the IE 3 Pixel Jog. (see http://www.positioniseverything.net/explorer/threepxtest.html) */

#footer {
	border-top: solid 1px gray;
	clear: both; /* Pushes the footer below the #content and #rightbar */
}

h2 { font-size: 1.3em; }

h3 { font-size: 1em; }
