
body{
margin:0;
padding:0;
line-height: 1.5em;
background-image: url('bgbg.png'); background-repeat: repeat-y; background-position: top center;
background-color: #ffd43c;}

b{font-size: 110%;}
em{color: red;}

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

#topsection{
background: none;
height: auto; /*Height of top section*/
}

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

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

#contentcolumn{
margin-right: 205px; /*Set right margin to RightColumnWidth*/
border-right: 1px solid #cccccc;
height: auto;
}

#rightcolumn{
float: left;
width: 195px; /*Width of right column*/
margin-left: -196px; /*Set left margin to -(RightColumnWidth) */
background-image: url('mail.png'); background-repeat: no-repeat; background-position: top center;
height: auto;}

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

#headline{
float: left;
width: 750px;
background-image: url('headline.png'); background-repeat: repeat;
height: 7px;
}

#footer a{
color: #FFFF80;
}

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


/*The Menu*/

#underlinemenu{
margin: 0;
padding: 0;
}

#underlinemenu ul{
margin: 0;
margin-bottom: 1em;
padding-left: 0;
float: left;
font-weight: bold;
width: 100%;
border: 1px solid #DFDFDF;
border-width: 1px 0;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
float: left;
color: gray;
font-weight: bold;
padding: 2px 6px 4px 6px;
text-decoration: none;
background: white url(menudivide.gif) top right repeat-y;
}

#underlinemenu ul li a:hover{
color: black;
background-color: #F3F3F3;
border-bottom: 4px solid black;
padding-bottom: 0;
}
