* {
	margin: 0;
}
html, body {
background: #4e6373 url('/images/drk_fade.gif') repeat-x;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
	background-color: #fff;
}
.footer {
	clear: left;
	height: 60px;
}

#contentwrapper{
	float: left;
	width: 100%;
	background-color: #fff;
}

#contentcolumn{
	margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}
#contentcolumn-wide{
	margin-left: 0; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
	float: left;
	width: 200px; /*Width of left column*/
	margin-left: -990px; /*Set left margin to -(MainContainerWidth)*/
	background: #fff;
}

#sitemap {
	clear: left;
	color: #fff;
	background-color: #ccc;
	height: 130px;
}
.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 3px;
}
