body {
background-color:#0025A7;
	color: #FFFFFF;
	font-size:16px;
	text-align:center;
	margin:0;
	padding:0;
	line-height:1.5em;
}
h1 {color: #FFFFFF; font-size: 24px}
a:link {color: #0099FF}
a:visited {color: #9966CC}

.newspost
{
background-color: #003300; 
border-style: solid; 
border-width:3px;
border-color:#0000FF;
}

#wrapper 
{ 
margin: 0 auto;
width:1300px;
 text-align: center; 
}

#maincontainer{
width: 1200px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #0025A7;
height: 342px; /*Height of top section*/
width:1280px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 190px 0 150px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
background-color:#336666;
border-left-style:solid;
border-left-color:#00FF00;
border-right-style:solid;
border-right-color:#00FF00;
height: 100%; /*Height of comic section*/
}

#contentcolumnindex{
margin: 0 190px 0 150px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
background-color:#336666;
border-left-style:solid;
border-left-color:#00FF00;
border-right-style:solid;
border-right-color:#00FF00;
height: 1300px; /*Height of comic section*/
}

#leftcolumn{
float: left;
width: 150px; /*Width of left column in pixel*/
margin-left: -1200px; /*Set margin to that of -(MainContainerWidth)*/
background: #3D5DCC;
}

#navlinks{
text-align:left; 
font-size:14px; 
background-color:#000033; 
border:#003300; 
border-style:solid; 
font-family:"CrimeFighter BB";
}

#rightcolumn{
float: left;
width: 190px; /*Width of right column*/
margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
background: #3D5DCC;
}

#footer{
clear: left;
width: 100%;
background-color:#336666;
}

.innertube{
margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
