/*---------------------------------------
Title: Dive Tech main css
Version: 1.0
Author: Derek Humble 
Contact: derekhumble@yahoo.com
----------------------------------------*/
body {
    margin: 0px;
    padding: 0px;
    scrollbar-face-color: #ff0000;
    scrollbar-arrow-color: #FF0000;
    scrollbar-track-color: #000099;
    scrollbar-shadow-color: #000000;
    scrollbar-highlight-color: #ffffff;
    scrollbar-3dlight-color: #ff3300;
    scrollbar-darkshadow-color: #990000;
    cursor:url("fry.cur"); 
    
}

div#headerindex {
	clear: both;
	position: relative;
	width: 100%;
	height: 80px;
	float: left;
	overflow: hidden;
	visibility: visible;
	top: -3px;
}
	

div#middlepic{
	position: relative;
	width: 250px;
	height: 58px;
	visibility: visible;
	background-image: ;
	top: 5px;
	left: 0px;



}	
	
	
div#section { font-weight: bold; font-size: 14px ! important; font-align: center;}
div#sectiondetail {font-variant: small-caps;}
	

div#left {
    float: left;
    width: 25%;
	padding: 4px 4px 4px 4px;
	
    background-color: white;
	color: #000099;
}
div#right {
    float: right;
    width: 25%;
	padding: 4px 4px 4px 4px;
	
    background-color: white;
	color: #000099;
}
div#middle {
    padding: 4px 4px 4px 4px;
    width: 100%;
    background-color: #000099;
	color: white;
}
div#footer {
    padding: 4px 4px 4px 4px;
	clear: both;
    background-color: white;
	 width: 100%;
	color: #000099;
	font-align: center;
	font-variant: small-caps;
	font-size: 11px;
	width: 100%;
}


/*----------------------
GENERAL STYLING
----------------------------------------*/

p { 							margin: 10px 0 0 0; line-height: 1.0; }
h1,h2,h3,h4,h5,h6 { 			margin: 0 0 15px 0; }
html, body, div { 				font-family: "Geneva", Arial, Verdana, Helvetica, sans-serif; 
								font-size: 95%; }
blockquote {					padding: 2%; 
								border: 1px solid #ccc; text-indent: 20px; }

/*---------------------------------------
DEFAULT LINK STYLES
----------------------------------------*/
a:link {color: #00ccff; font-weight: bold; text-decoration: none}
a:visited {color: #00ccff; font-weight: bold; text-decoration: none}
a:active {color: #00ccff; font-weight: bold; text-decoration: none}
a:hover {text-decoration: underline overline; color: red;}
a:hover {cursor:url("frysqueeze.cur"), pointer}

