﻿html, body {
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	height: 100% !important;
	background: #000000 url(images/green_grass_light.jpg) no-repeat;
	background-attachment: fixed;
	background-position: center top;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/*
a { background: url(dotlink.gif) repeat-x scroll left bottom; }
a:link, a:visited { color: #5785a4; }
a:hover { color: #1d8fdb; }
*/

#container { position: absolute; width: 100% !important; height: 100% auto !important; margin: 0px; padding: 0px; top: 0px; top: 0px; }
#header {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	height: 190px;
	width: 850px;
	background: #e6e6e6;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: center center;
}
#wrapper {
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 850px;
	background: #e6e6e6 url(images/page-light-bg.png);

}
#contents { float: right; padding-left: 5px; width: 580px; padding: 20px; height: 100%;  margin-bottom: 25px; color: #000; border: 3px solid #EAEAEA;  }
#intro { position: absolute; padding: 2px 10px 2px 10px; }

#sidebar { float: left; width: 210px; height: 100% auto; margin-bottom: 25px; border: 3px solid #EAEAEA; z-index: 1; }

#sidebar .title { display: none; }
#sidebar ul { list-style: none none outside; margin: 0px; padding: 0px; }
#sidebar ul li { display: block; margin: 0px 0; padding: 0px 0 0px; border-bottom: 0px solid #EAEAEA; color: #000;  }
#sidebar ul li:hover { display: block; margin: 0px 0; border-bottom: 1px solid #5FA52B;} /* #001D29 */
#sidebar ul li a { color: #000; display: block; font: bold Arial,Helvetica,sans-serif; font-size: 16px; line-height: 25px;  padding: 5px 10px 5px 13px; text-decoration: none;  }
#sidebar ul li a:visited { color: #000;  }/*#FFE9C6*/
#sidebar ul li a:active { color: #000; }
#sidebar ul li a:hover { color: #5FA52B; }

#footer { clear: both; width: 100%; text-align: center; padding-top: 5px; padding-bottom: 15px; color: #000;}
#footer p { margin: 0; padding-top: 10px; font: 11px Tahoma, Arial, sans-serif; }
#footer p a { color: #6495ed; }
#footer p a:hover { color: #5FA52B; }

#edit-contents { background-color: #ff9; height: 100%; }
