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

#wrapper{
width: 910px; /*Width of main container*/
margin:0 auto;
background-image:url(images/djrbackground.jpg);
background-repeat:repeat;
}



.leftbg{
background-image:url(images/djrbackground.jpg);
background-repeat:repeat-y;
background-position:left;
}

.rightbg{
background-image:url(images/djrbackground.jpg);
background-repeat:repeat-y;
background-position:right;
}


b{font-size:14px;}
em{
font-size:12px;
color: red;}

h1{
font-size:18px;
}

 h2{
font-size:18px;
}

h3{
font-size:16px;
color:#336699;
}

h4{
font-size:14px;
font-family:bold;
}

p{
line-height: 1.1em;
font-size:14px;
}

li{
line-height: 1.1em;
font-size:15px;
}

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


}

#topsection{
background: #EAEAEA;
height: 125px; /*Height of top section*/
background: url(images/djrheader.jpg);
margin: 0 auto;
}

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

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

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

#leftcolumn{
float: left;
width: 185px; /*Width of left column in pixel*/
margin-left: -900px; /*Set margin to that of -(MainContainerWidth)*/
margin-top:10px;
margin-bottom:20px;
background:;
}

#rightcolumn{
float: left;
width: 190px; /*Width of right column*/
margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
margin-top:10px;

}

#footer {
	
        background-image:url(images/footer_bg.gif);
        background-repeat:no-repeat;
	clear: both;
	width: 900px;
        height:45px;
	margin-top:15px;
	
	font-family: verdana, arial, tahoma;
	font-size: 7pt;
	}

#footer p{padding-top:13px;margin: 0; color: #eee;font-size:12px;}
#footer a{color: #FFFFFF;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

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

#sidebox{
width:190px;
height:150px;
background-image:url(images/sideadd.jpg);
background-repeat:no-repeat;
}





/* Top Nav Menu */



.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/

}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 15px; /*padding inside each tab*/
border-right: 4px solid white; /*right divider between tabs*/
border-top: 1px solid white;
border-bottom: 2px solid white;
color: white;
background: #414141; /*background of tabs (default state)*/

}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #336699; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}


/* Top Nav Menu End */



/* Left Nav Menu */

.sexypanels{
list-style-type: none;
margin: 0;
padding: 0;
width: 165px; /* width of menu */
}

.sexypanels li{
border-bottom: 1px solid white; /* white border beneath each menu item */
}

.sexypanels li a{
background: #336699 url(images/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*/
}




<!--[if IE]>
<style type="text/css">
.sexypanels li a{ /* Menu link width value for IE */
width: 100%;
}


/* Left Nav Menu End */





a.plink:link { color:blue; text-decoration:none; 
 font-family:arial; font-size:13px;font-weight: bold; }
a.plink:visited { color:blue; text-decoration:none;
 font-family:arial; font-size:13px;font-weight: bold; }
a.plink:hover { color:darkblue; text-decoration:underline;
 font-family:arial; font-size:13px;font-weight: bold; }

a.title:link { color:blue; text-decoration:none; 
 font-family:arial; font-size:18px;font-weight: bold; }
a.title:visited { color:blue; text-decoration:none;
 font-family:arial; font-size:18px;font-weight: bold; }
a.title:hover { color:darkblue; text-decoration:underline;
 font-family:arial; font-size:18px;font-weight: bold; }




.image img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.image:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
-moz-opacity: 0.5;
}

.image img{
border: 0px solid #ccc;
}

.image:hover img{
border: 0px solid navy;
}

.image:hover{
color: red; /* Dummy definition to overcome IE bug */
}



