body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#top {
	background-image: url(top-bkg.jpg);
	background-repeat: repeat-x;
	position: relative;
	height: 36px;
	width: 100%;
}

#bottom {
	background-image: url(bottom-bkg.jpg);
	background-repeat: repeat-x;
	position: fixed; 
	bottom: 0;
	height: 36px;
	width: 100%;
}

#maincontainer{
width: 864px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
height: 90px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 500px;
}

#contentcolumn{
margin-left: 25px; /*Set left margin to LeftColumnWidth*/
}

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

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