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

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

#maincontainer{
/* padding-top: 15px; */
/* width: 100%; /*Width of main container*/
width: 1040px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: white;
height: 135px; /*Height of top section*/
border-bottom: 2px solid black;
}

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

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

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

#contentcolumn h1{
color: #000000;
font-weight: normal;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 16px;
text-decoration: none;
}

#contentcolumn h2{
color: #CC9900;
font-weight: normal;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 13px;
text-decoration: none;
}

#contentcolumn h3, h4, td{
color: #5A302B;
font-weight: normal;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 12px;
text-decoration: none;
}

#contentcolumn a{
color: #5A302B;
font-weight: none;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 12px;
text-decoration: none
}
 
#contentcolumn a:hover{
color: #CC9900;
}


#leftcolumn{
float: left;
text-align: left;
width: 180px; /*Width of left column in pixel*/
height: 505px;
margin-left: -1040px; /*Set margin to that of -(MainContainerWidth)*/
/* margin-left: -100%; /*Set margin to that of -(MainContainerWidth)*/
/* background: #C8FC98; */
}

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

#footer{
clear: left;
width: 100%;
/* height: 50px;*/
/* background: black; */
color: #FFF;
text-align: center;
padding: 4px 0;
border-top: 3px solid #c49627;
}

#footer a{
color: #000000;
font-weight: none;
font-family: Georgia, Verdana, Arial;
font-size: 12px;
text-decoration: none
}

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

#floating_logo{
margin: 0;
position:absolute; 
z-index:100; 
margin-left:60px; 
margin-top:-86px; 
}

#floating_search{
position:absolute; 
margin-left: 844px;
margin-top: -30px;
text-align: center;
width: 200px;
}

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

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