

p, h1, h2, h3, h4, h5 {
      font-family: verdana, helvetica, sans-serif;
      color: #ffffff;
      font-weight: normal;
      }

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


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

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


#topsection{
background: #EAEAEA;
height: 230px; /*Height of top section*/
background: #ebebe0  ;
}

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

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

#contentcolumn{
margin-left: 185px; /*Set left margin to LeftColumnWidth plus 15px*/
width: 450px;
height: 1250px;
padding: 15px;  
background: #c2c2a3; /*ccccb2 matches end of gradient*/
}

#leftcolumn{
float: left;
width: 170px; /*Width of left column*/
height: 1280px;
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
background: #999966;
}

#rightcolumn{
float: right;
margin-top: -1280px;
width: 205px; /*Width of right column*/
height: 1280px;
background: #c2c2a3;
}

a:link {text-decoration: none;
      color: white;
      
      }

a:visited	{text-decoration: none;
      color: white;
       font-style: italic;
	 }
      
a:hover {font-weight: bold;
	  font-style: italic;
      }


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


#footer a{
color: #FFFF80;
}*/

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

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


.center{
margin:auto;
width: 65%;
}

img.border{
border:1px white solid;
}

.small{
font-size: 80%;
font-style: italic;
}


.paragraph{
font-size: 90%;
}

.justify{
text-align: justify;
}
