body{
font-family: Arial, Helvetica, sans-serif;
margin:0;
padding:4px;
background-color: #cfc3a8;
}

#maincontainer{
width: 900px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-color: black;
}

#contentwrapper{
float: left;
width: 100%;
background-color: White;
}

#contentcolumn{
margin-left: 444px; /*Margin for content column. Should be (RightColumnWidth + LeftColumnWidth)*/
width: 420px;
height: 3453px;
margin-top: 80px;
background-color: White;
}

#leftcolumn{
float: left;
width: 342px; /*Width of left column in pixel*/
margin-left: -900px; /*Set left margin to -(MainContainerWidth)*/
background: #020100;
height: 3135px;
}

#rightcolumn{
float: left;
width: 63px; /*Width of right column in pixels*/
margin-left: -558px; /*Set right margin to -(MainContainerWidth - LeftColumnWidth)*/
background: white;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 0px 0;
height: 100%
}

#footer a{
color: #FFFF80;
}

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

.innertube_left2{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
background: #020100;
padding: 8px;
height: 3135px;
}


H1 {
font-size: 16px;
font-weight: bold;
}

H2 {
font-size: 14px;
font-weight: bold;
margin-top: 16px;
margin-bottom: 10px;
}

H3 {
font-size: 13px;
font-weight: bold;
}

UL,LI {
	font-size: 13px;
color: #565759;
line-height: 19px;

}

P {
font-size: 13px;
color: #565759;
line-height: 19px;
margin-top: 0px;
}

A {
font-size: 13px;
color: #565759;
line-height: 19px;
text-decoration: underline;
}

A.menu {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: white;	
text-decoration: none;
font-weight: bold;
}

A.menu:active {
color: #91abd5;	
text-decoration: none;
}

A.menu:hover {
color: #91abd5;	
text-decoration: none;
}


