<style type="text/css">




A:link {text-decoration: underline; color: orange;}
A:visited {text-decoration: none; color: orange;}
A:active {text-decoration: none;}
A:hover {text-decoration: underline; color: blue}

.r:link {text-decoration: none; color: black; font-weight: bold;}
.r:visited {text-decoration: none; color: black; font-weight: bold;}
.r:active {text-decoration: none; font-weight: bold;}
.r:hover {text-decoration: underline; font-weight: bold;}

.intro {     color: blue;
             font: arial;
			 font-weight: bold;
			 font-size: 12px;
			  } 

div#wrapper {
    position:relative;
    margin-left:auto;
    margin-right:auto;
    top: -20px;
    width:800px;
    background-color: #ffffff;
	border-width: 1px;
    border-style: solid;
    border-color: #000000;
}

body{
position:relative;
margin-left:auto;
margin-right:auto;
width: 800px;
    font-family: arial,verdana,helvetica;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.5em;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
}

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

#topsectionhome{
background: #fff;
height: 232px; /*Height of top section*/
}


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

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumnhome{
margin: 0 80px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#contentcolumn{
margin: 0 270px 0 160px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 170px; /*Width of left column in pixel*/
height: 100%;
margin-left: -800px; /*Set margin to that of -(MainContainerWidth)*/
background: #fff;
}

#rightcolumn{
float: left;
width: 272px; /*Width of right column*/
height: 900px;
margin-left: -272px; /*Set left margin to -(RightColumnWidth)*/
background: #333333;
}

#footer{
clear: left;
width: 800;
width: 30;
background: #336699;

text-align: center;
padding: 4px 0;
}

#footer a{
color: #999999;
decoration: underline;
}

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

</style>

