body {
	background-attachment: fixed;
	background-image: url(imgs/bg.gif);
}
/*
Colors used:
#0C9
#9F6
*/

#wrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	color: #FFF;
	height: 100px;
	width: 800px;
	position: relative;
	border: 1px solid #9F6;
	background-image: url(imgs/transpheaderbg-grn.png);
	background-repeat: no-repeat;
	cursor: crosshair;
}
#header img {
	margin-top: 25px;
	margin-bottom: 25px;
}


#mainContent {
	color: #9F6;
	width: 490px;
	margin-top: 30px;
	border: 1px solid #9F6;
	padding: 5px;
	float: left;
	text-align: left;
	position: relative;
	background-repeat: no-repeat;
	background-position: left top;
}
#sideBar {
	color: #0C9;
	width: 210px;
	padding: 0px;
	margin-top: 30px;
	float: right;
}



#footer {
	color: #CCC;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 1em;
	height: 40px;
	padding: 0px;
}
.clearFloat {
    clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}
