
body {
	margin: 25px 0;
	text-align: center;
	background: #253c01 url("images/zigzag_light.png") top left; color: #020;
}

#wrapper-outer {
	margin: 0 auto;
	text-align: left; 
	width: 81%;
	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") repeat-x top left;
	line-height: 2em;
	font-size: 0.9em;
	padding-left: 5px;
	padding-right: 5px;
	color: #8bb206
}

#header {
	border-bottom: solid 2px #685; 
}

#header .rightSpan {
	float: right;
	padding: 2px 0 0 0; 
}

#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.jpg") top left no-repeat;
	height: 148px;
	line-height: 148px;
	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: #8bb206;
	text-decoration: none;
	padding: 0 10px;
	
}

#menu a:hover {
	text-decoration: underline;
}

#rightbar {
	float: right;
	margin: 30px 20px 10px 0;
	width: 160px;
}

* html #rightbar { margin-right: 12px; }  

#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;
	
}

#content {
	padding: 25px;
	background: transparent;
	margin: 25px 20% 25px 25px;
	border: 1px dashed green;
}

* html #content {height:1%}
* > html #content {height:auto}

#footer {
	border-top: solid 1px gray;
	clear: both; 
}

h2 { font-size: 1.3em; }

h3 { font-size: 1em; }