<style type="text/css">
body{
margin:0;
padding:0;
line-height: 1.2em;
background-image: url('damask.jpg');
background-repeat:repeat-x;
background-color: black;
font-weight:bold;
font-family: Georgia, Century, Serif;
}

div.hr {
  height: 15px;
  background: #fff url(images/hr.jpg) no-repeat scroll center;
}
div.hr hr {
  display: none;
}

b{font-size: 110%;}
em{color: red;}
p {line-height:normal;}

h3 { 
display: inline; 
}

h1 { 
display: inline; 
}

h2
{ 
display: inline; 
}

.info {font-variant:small-caps; font-size:xx-small; line-height:1.0em;}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-color: white;
}

.sexypanels{
list-style-type: none;
margin: 0;
padding: 0;
width: 180px; /* width of menu */
}

.sexypanels li{
border-bottom: 1px solid black; /* white border beneath each menu item */
}

.sexypanels li a{
background: #333 url(--sexypanelright.gif) no-repeat right top; /*color of menu by default*/
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana;
display: block;
color: white;
width: auto;
padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;
border-bottom: 1px solid black; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
}

.sexypanels li a:visited, .sexypanels li a:active{
color: white;
}

.sexypanels li a:hover{
background-color: black; /*color of menu onMouseover*/
color: white;
border-bottom: 1px solid black; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
}




#topsection{
background: #EAEAEA;
height: 187px; /*Height of top section*/
}

#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*/
}

#leftcolumn{
float: left;
width: 180px; /*Width of left column in pixel*/
margin-left: -840px; /*Set margin to that of -(MainContainerWidth)*/
background: #000000;
}

#rightcolumn{
float: left;
width: 190px; /*Width of right column*/
margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
background: black;
font-size: x-small;
color: white;
background-image:url('images/woodpanel.jpg');
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
font-size:x-small;
}

.footer a {color: #008040; }

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

</style>