

/*  Main4 CSS  */
body { margin: 0; padding: 0 20px 0 20px; width: 90%; background: #000; background-repeat:no-repeat; 
        background-attachment:fixed; background-position:center; }
a {color: #980000;}

/*  Positioning  */
#header { height: 90px; background: #000; border: 0; float: left; padding: 20px 0 0 20px; }
#menu {padding-top: 0; float:right; padding: 0 20px 5px 0;}
#wrapper {text-align: left; margin: 0px auto; border:0; width: 85%;}
#main { width: 100%; height: 375px; float: left; padding: 5px 0 0 0 ;  text-align:center;}
#extra { width: 33.3%; height: 250px;  float: left; padding: 20px 0 15px 0; text-align:left;  }
#mid { width: 33.3%; height: 250px; float: left; padding: 20px 0 15px 0; text-align: left;  }
#other { width: 33.3%; height: 250px;  float: right; padding: 20px 0 15px 0; text-align: left;  }

#footer { width: 100%; float: left; clear: both;}

/* Header */
#header	{ background: #000; border: 0px solid #ccc; }

/* Style */
#main p { padding: 0 40px 0 40px; color: #C0C0C0; font: 16px ; text-align: center;}
#extra p { padding: 0 20px 0 20px; text-align: center; color: darkgray;}
#mid p { padding: 0 20px 0 20px; text-align: center; color: darkgray; }
#other p { padding: 0 20px 0 20px; text-align: center; color: darkgray;}

#main h2 { padding: 30px 40px 0 40px; color: #C0C0C0; }
#main h3 { padding: 20px 40px 0 40px; color: #ccc;} 
#extra h2 { font: 16px arial bold ; padding: 15px 40px 0 40px; color: #980000;} 
#mid h2 { font: 16px arial bold; padding: 15px 40px 0 40px; color: #980000;}
#other h2 { font: 16px arial bold; padding: 15px 40px 0 40px; color: #980000;}

#main a {color: black}
                  
#extra a { color: darkgray; text-decoration:none; }
        #extra a:hover, a:visited { color: #0099FF; }
#mid a { color: #980000; text-decoration:none; }
        #mid a:hover, a:visited { color: #0099FF; }
#other a { color: darkgray; text-decoration:none; }
        #other a:hover, a:visited { color: #0099FF; }
/*  Footer */ 
#footer	{ background: #000; border-bottom: 0px solid #999; text-align: center;}
#footer a  { color: #eee; font: 14px ; text-decoration: none;}
#footer	p  { color: #ccc; margin: 0; padding: 0 10px 20px 10px; font: 15px ; }
#footer ul  { border-bottom: 0px solid #555; margin: 0 18px 6px; padding: 10px 0 6px; }
#footer li { display: inline; padding-right: 5px;  }
#footer li a:link, #footer li a:visited {color: white; background: black; }
#footer li a:hover { color: #980000; background: black;}