body {
margin:0;
padding:20px 0 10px 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:250px 0 0 0;
background-image:url(images/newhead1.jpg);
background-repeat:no-repeat;
background-position:left top;
background-color:#ffffff;


}

#mainContent { 
	margin:30px 170px; /* 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:5px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    font:12px Ariel, sans-serif;

} 

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

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

#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;
padding:0 10px 0 20px;
}


#mainContent table{
font:14px Ariel, sans-serif;
color:#000000;
background-color:#FFFFFF;
}


fieldset{
margin: 0 20px 0 20px;
font:14px Ariel, sans-serif;
color:#FFFFFF;
background-color:#FFFFFF;
border:1px solid #FFFFFF;
}


#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;

}


#right {
float: right; /* since this element is floated, a width must be given */
width:118px; /* 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: #FFFFFF; /* 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:50px 16px 0 10px;

}

#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:290px;
left:14px;
width:110px;
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 10px 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/ */

.sexypanels{
list-style-type: none;
margin: 0;
padding: 0;
width:130px; /* 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 14px "Ariel", "Trebuchet MS", Verdana;
display: block;
color: white;
width: auto;
padding: 8px 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: #330066; /*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]-->

