body {
margin:0;
padding:20px 0 20px 0;
font-family: sans-serif;
text-align:center;
background-color:#000000;

}


#wrapper {
width:790px;
position:relative;
text-align:left;
margin-right:auto;
margin-left:auto;
padding:120px 0 0 0;
background-image:url(images/head2.jpg);
background-repeat:no-repeat;
background-position:left top;
background-color:#ffffff;


}

#mainContent { 
	margin:20px 160px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding:20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    font:12px Ariel, sans-serif;
background-image:url(images/smallgradient.jpg);
background-repeat:repeat-x;
background-position:left top;
border-top:1px solid #CCCCCC;
border-left:1px solid #CCCCCC;
border-right:1px solid #666666;
border-bottom:1px solid #666666;
background-color:#CCCCCC;
} 

#mainContent h1{
font:14px Ariel, sans-serif;
color:#CC0000;
padding:0 0 0 6px;
background-color:transparent;
font-weight:bold;
}

#mainContent h2{
font:14px Ariel, sans-serif;
background-color:transparent;
color:#000000;
padding:0 0 0 8px;
}

#mainContent h3{
font:14px Ariel, sans-serif;
background-color:#ffffff;
color:#000000;
padding:0 10px 0 0px;
}

#mainContent h4{
font:14px Ariel, sans-serif;
background-color:#ffffff;
color:#000000;
padding:0px 0 0 0px;
}

#mainContent p{
font:12px Ariel, sans-serif;
color:#000000;
padding:0 10px 0 20px;

}



#mainContent tr,td{
font:12px Ariel, sans-serif;
padding:4px;
}



#mainContent a:link, #mainContent a:visited {
margin-right:0px;
color:#666666;
text-decoration:none;
line-height:1.5em;
border-bottom:1px solid #666666;
}


#mainContent a:hover{
line-height:1.5em;
background-color:#ffffff;
color:#cc0000;
border-bottom:1px solid #666666;

}


#mainContent table{
font:12px Ariel, sans-serif;
padding:0px;
background-color:#ffffff;
background-image:url(images/bgl.jpg);
background-repeat:no-repeat;
background-position:left top;

border-top:1px solid #CCCCCC;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;

}


#right {
float: right; /* since this element is floated, a width must be given */
width:122px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
background: #cccccc; /* the background color will be displayed for the length of the content in the column, but no further */
padding:6px; /* padding keeps the content of the div away from the edges */
margin:20px 20px 0 0;
border-top:1px solid #cccccc;
border-left:1px solid #cccccc;
border-right:1px solid #666666;
border-bottom:1px solid #666666;
background-image:url(images/smallgradient.jpg);
background-repeat:repeat-x;
background-position:left top;
}

#right h1{
font:14px  Ariel, sans-serif;
color:#000000;
}

#right h2{
font:12px Ariel, sans-serif;
color:#666666;
padding:0px 0 0 10px;
}

#right h3{
font:12px Ariel, sans-serif;
color:#666666;
padding:0px 0 0 8px;
}



#right p{
font-size:12px;
color:#000000;
}

#right a:link, #right a:visited {
color:#;
text-decoration:none;
line-height:2em;
}

#right a:hover{
color:#ffgg77;
}


#left{
position:absolute;
top:257px;
left:20px;
width:100px;
padding:10px;
font-size:14px;

}


#left h1{
font:14px Ariel, sans-serif;
color:#006600;

}


#left h2{
font:14px Ariel, sans-serif;
color:#FFFFFF;

}

#left p{
font-size:12px;
color:#000000;
}





#navtop{
font-family:Ariel, sans-serif;
font-size:14px;
}

#navtop ul{
list-style: none;
margin:0;
padding-top:90px;
padding-left:350px;
}




#footer{
font-size:12px;
color:#666666;
background-color:#ffffff;
margin:4px 0 6px 6px;

}

#footer a:link, #footer a:visited {
color: #666666;
}

#footer a:hover{
background-color:#ffffff;
color:#666666;
}


 





 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #2d2000;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font:13px Ariel, sans-serif;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #666666;
padding: 5px;
z-index: 5;
}




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.ubercolortabs{
padding: 0;
width: 100%;
overflow: hidden;
background: transparent;
}

.ubercolortabs ul{
font:13px Arial, Verdana, sans-serif;
margin: 0;
padding: 0;
list-style: none;
}

.ubercolortabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0;

}


.ubercolortabs a{
float: left;
color: white;
background: #cc0000 url(images/roundleft.gif) no-repeat left top; /*default background color of tabs, left corner image*/
margin: 0 2px 0 0;
padding: 0 0 1px 3px;
text-decoration: none;
letter-spacing: 1px;
}

.ubercolortabs a span{
float: left;
display: block;
background: transparent url(images/roundright.gif) no-repeat right top; /*right corner image*/
padding: 7px 9px 3px 6px;
cursor: pointer;
}

.ubercolortabs a span{
float: none;
}


.ubercolortabs a:hover, .ubercolortabs li.selected a{
background-color: #666666; /*background color of tabs onMouseover*/
color: white;
}

.ubercolortabs a:hover span{
background-color: transparent;
}


.ubercolordivider{ /*CSS for horizontal line.*/
clear: both;
padding: 0;
width: 100%;
height:1px;
line-height: 2px;
background: #CC0000; /*background color of horizontal line*/
border-top:; /*Remove this to remove border between bar and tabs*/
}




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

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

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

.sexypanels li a{
background: #CC0000 url(images/sexypanelright.gif) no-repeat right top; /*color of menu by default*/
font: normal 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: #666666; /*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%;
}
</style>
<![endif]-->
