/* CSS Document */
/***********************************************
* © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

body{
margin:0;
padding:0;
}

/* sets the color of links in content area */
#maincontainer a:link, #maincontainer a:visited, #maincontainer a:active {
	color: #009247;	
}

/* sets the style of links in the content area */
#maincontainer a:link {
	text-decoration: underline;
}

/* sets the style and color of links that are being moused over in the content area */
#maincontainer a:hover {
	color:#0000FF;
	text-decoration: none;
}

/* where the main banner is */
#header {
	background-color: #00923f;	
}

#contentwrapper{
float: left;
width: 100%;
	
}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
line-height: 1.8em;
padding: 0px 10px 0px 10px;
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -100%;
background: #eef7f2;
line-height: 1.0em;
}

#footer{
clear: left;
width: 100%;
background: #000;
color: #fff;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

