body{
background: #333333;
margin:0;
padding:0;
line-height: 1.3em;
}

b{font-size: 110%;}
em{color: red;}

#topsection{
background: #333333;
height: 150px; /*Height of top section*/
Padding-left: 0px;}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
background: #333333;
color: #CACACA;
}

a:link { color: cyan; }
a:visited { color: gray; }
a:hover { color: yellow; }
a:active { color: Red; }

#contentcolumn{
margin: 0 200px 0 20px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}
.thumbnail {margin: 0 0 0 3px;position:relative;z-index:9999;border: 0px solid #eee;float:right;width:455px;padding:2px;background:#333333}
.thumbnail_contact {margin: 0 3px 0 0;position:relative;z-index:9999;border: 0px solid #eee;float:left;width:200px;padding:2px;background:#333333}
.thumbnail_contact1 {margin: 0 3px 0 0;position:relative;z-index:9999;border: 0px solid #eee;float:right;width:200px;padding:2px;background:#333333}
.thumbnail_bio {margin: 0 4px 0 0;position:relative;z-index:9999;border: 0px solid #eee;float:left;width:295px;padding:2px;background:#333333}
.thumbnail_smright {margin: 0 3px 0 0;position:relative;z-index:9999;border: 0px solid #eee;float:right;width:170px;padding:2px;background:#333333}
.thumbnail_smleft {margin: 0 3px 0 0;position:relative;z-index:9999;border: 0px solid #eee;float:left;width:170px;padding:2px;background:#333333}

.thumbnail img {border: 0px solid #000}

a:link { color: cyan; }
a:visited { color: gray; }
a:hover { color: yellow; }
a:active { color: Red; }

#leftcolumn{
float: left;
width: 20px; /*Width of left column*/
margin-left: -100%;
color: #CACACA;
}


#rightcolumn{
float: left;
width: 200px; /*Width of right column*/
margin-left: -200px; /*Set left marginto -(RightColumnWidth)*/
background: #4F4E4E;
color: #CACACA;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 5px;
}


