﻿
body{
margin:0;
padding:0;
line-height: 1.5em;
}

b{font-size: 110%;}
em{color: red;}


#topsection{
height: 10px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#topSectionContent
{
	margin: 0 20% 0 20%; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/

	height:120px;
	width:800px;
	float:left;	
}

#topSectionContentMenuBar
{
	margin: 0 20% 0 20%;
	height:90px;
	width:800px;
	float:left;	
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 20% 0 20%; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
float:left;
width: 800px;
    }

#leftcolumn{
float: left;
width: 20%; /*Width of left column in percentage*/
margin-left: -100%;

}

#rightcolumn{
float: right;
width: 20%; /*Width of right column in pixels*/
margin-left: -20%; /*Set margin to that of -(RightColumnWidth)*/

}

#footer{
clear: left;
width: 100%;
text-align: center;
padding: 4px 0;
color:Black;
}

#footer a{

color:Black;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 10px;

}

.innertubeTopMenu{

margin-top: 10px;
margin-left:10px;
height:80px;

}
