body {
	background-color: #1D3200;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_solid.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.shadow {
	background-image: url(../images/side_shadow_green.gif);
	background-repeat: repeat-y;
}
.btmshadowred {
	background-image: url(../images/side_btmshadow_green.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a:link, a:visited  {
	color : #1D3200;
}
a:active, a:hover  {
	color : #090F00;
}