* {
	margin: 0;
	padding: 0;
}

body {
	background: #3e474e;
	font: 62.5% tahoma, verdana, arial, helvetica, sans-serif;
}

#contentwrapper {
	background: #fff;
	border-bottom: 5px solid #99cc21;
	float: left;
	width: 100%;
}

#contentcolumn {
	margin-left: 250px;
	padding: 85px 0 30px 0;
}

.innertube {
	margin: 0 10px 10px 10px;
}


.contentinnertube {
	margin: 0 0 0 30px;
}

#leftcolumn {
	background: #fff url(/images/mark.gif) 15px 30px no-repeat;
	float: left;
	margin-left: -800px;
	width: 85px;
}

#rightcolumn {
	background: #e2e4e5 url(/images/logo.gif) 12px 30px no-repeat;
	float: left;
	margin-left: -715px;
	width: 165px;
}

#footer {
	background: #3e474e;
	clear: left;
	float: left;
	text-align: right;
	width: 238px;
}

#copy {
    padding-left: 260px;
}

#top, #middle, #bottom { 
    width: 100%; 
}

#bottom {
    border-top: 1px solid #fff;
}

#middle {
	background: #fff;
	border-top: 1px solid #fff;
	overflow: hidden;
}

.widesection {
	background: transparent;
	margin: 0 auto;
	width: 800px;
}
