@charset "UTF-8";
/* CSS Document */

.head {width:700px;
       height:175px;
	   background-image:url(images/header.gif);
	   position:absolute;
	   azimuth:center;
	   
	   
}

.topnav {
         position:absolute;
		 width:90px;
		 height:47px;
		 top:183px;
		 z-index:10;
		
}

.body {
	position:absolute;
	width:570px;
	height:555px;
	overflow:auto;
	top:224px;
	left:137px;
	background-image:url(images/distrobox.gif);
	background-repeat:repeat;
	background-position:left;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	text-shadow:#000000;
	
	
	
	
	
	
	   
}

.sidebar {position:absolute;
          width:126px;
		  height:555px;
		 
		  top:223px;
		  background-image:url(images/distrobutton3.gif);
		  background-repeat:repeat-y;
		  
}
.spacer {position:absolute;
         width:126px;
		 height:43px;
		 top:735px;
		 background-image:url(images/distrobutton6.gif);
		 }
		 
.botadd {position:absolute;
         width:700px;
		 height:100px;
		 top:780px;
		 background-image:url(images/banner.gif);
		 background-position:center;
		 background-color:#000000;
		 
		 }
		 
#botnav {
	position:absolute;
	width:700px;
	height:25px;
	z-index:31;
	left: 10px;
	top: 882px;
	color:#FFFFFF;
	border:1px #FF0000 thin;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	
	
}

.email {width:60px;
        height:24px;
		position:absolute;
		left:655px;
		top:5px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		font-size:12px;
		z-index:30;
		}
		
.sidenav {
	position:absolute;
	z-index:10;
	width:126px;
	height:400px;
	left:5px;
	top:327px;
		  }
		  

h2 {font:"Times New Roman", Times, serif;
    color:#FF0000;
	text-decoration:line-through;
	font-size:14px;
	}
	
h3 {font:"Times New Roman", Times, serif;
    color:#FF0000;
	text-decoration:line-through;
	font-size:16px;
	}
h4 {font:"Times New Roman", Times, serif;
    text-decoration:underline;
	text-decoration:blink;
	font-size:18px;
	}
h1 {font-family:"Times New Roman", Times, serif;
    font-weight:100;
	font-size:14px;
	color:#660000;
	}
	
h8 {font:"Times New Roman", Times, serif;
    color:#08088a;
	text-decoration:underline;
	font-size:16px;
	}	
	
	
a:link {
	color: 	#C11B17;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660033;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
color:#FFFFFF;
	text-decoration: none;
}


	

	
    
	
	