@charset "utf-8";
/* CSS Document */


body{
margin:0;
padding:0;
line-height: 1.5em;
background: #D30092;
}



#maincontainer{
width:984px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background:url(../mainbacking.png) repeat-y;
}

#topsection{
background: url(../header.png) #EAEAEA;
height: 226px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 0px;
}

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

#contentcolumn{
margin-right: 269px; /*Set right margin to RightColumnWidth*/
}

#rightcolumn{
float: left;
width: 269px; /*Width of right column*/
margin-left: -269px; /*Set left margin to -(RightColumnWidth) */
background:url(../rcbacking.png) repeat-y;

}

#footer{
clear: left;
width: 100%;
background: url(../footer.png) no-repeat;
color: #609;
text-align: center;
padding: 0px 0 0px 0;
height:70px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;
}

#footer a{
color:#609;
text-decoration:none;
}

#footer a:hover{
color: #F60;
}

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

.innertube-main{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
margin-left: 40px;

}
#navcontainer ul { list-style-type: none;
margin: 0;
padding: 0;}

#navcontainer ul li { display: inline;
height: 30px;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
color:#FC0;
font-weight:bold;}

#navcontainer ul li a { text-decoration: none;
color: #ffffff;
}

#navcontainer ul li a:hover
{
color: #FC0;;

}

