body{
margin:0;
padding:0;
}

h1{
font-size: 18px;
color: #333333;
}

h2{
font-size: 13px;
color: #333333;
}

#maincontainer{
width: 852px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
border-left : 1px dotted #cccccc ;
border-right : 1px dotted #cccccc ;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 182px 0 182px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 182px; /*Width of left column in pixel*/
height: 550px;
margin-left: -852px; /*Set margin to that of -(MainContainerWidth)*/
}

#rightcolumn{
float: left;
width: 182px; /*Width of right column*/
height: 550px;
margin-left: -182px; /*Set left margin to -(RightColumnWidth)*/

}

#invest{
clear: left;
width: 100%;
background: #fff;
color: #121212;
margin-right: 30px;
padding: 0;
margin: 0;
}

#footer{
clear: left;
width: 100%;
background: #cccccc;
color: #121212;
font-size:11px;
text-align: center;
padding: 10px 0;
margin: 0 0 20px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 0;
}

#content{
margin: 0;
font-family: arial;
color: #666666;
width: 488px;
min-height:400px;
text-align: left;
}

#content p{
font-size: 11px;
padding-bottom: 10px;
}

LI.bullets {
list-style: disc;
font-size: 12px;
} 

#nav{
color: #f10301;
text-align: center;
padding: 20px 0; 20px 0;
font-family: georgia;
font-size: 15px;
}

#nav a{
color: #666666;
text-decoration: none;
}

#nav a:hover{
color: #f10301;
}

#nav a:visited{
color: #666666;
}

