html,body,h1,h2,h3,p,ul,li,a,img {
	margin:0;
	padding:0;
}

body {	

	background-color:#003366;
}

#wrapper {			
	position:relative;
	width:533px;			
	margin:0 auto;
	text-align:left;
	padding:0px;
	}	

a {
	text-decoration: underline;
	font-weight: bold;
	color:#ff852c; 
	}	
a:hover {
	text-decoration: underline;
	font-weight: bold;
	}	
a:active, a:focus {
	font-weight: bold;
	}



h1
{
	display:none;
	margin:0;
	padding:0;
}

h2
{
	color:#000033; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:normal;
}

h3
{
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0;
	margin:0;
	font-weight: normal;	
}

h4
{
	display:none;
	margin:0;
	padding:0;
}

p
{
	color:#000; 
	font-family: Arial, Helvetica,  sans-serif;
	font-size:11px;
	margin-top: 10px;
	margin-right:0px;
	margin-bottom: 10px;
	margin-left:0px;
	text-decoration:none;
}

ul
{
	list-style-type:none;

}

#top{
	position:relative;
	width:533px;
	left:0px;
	top:5px;
}

#header{
	position:relative;
	width:521px;
	left:4px;
	top:20px;
}

#heading{
	position:relative;
	width:450px;
	left:4px;
	top:40px;
}

#main {
	position:relative;
	background-image:url(images/bg_shadow.gif);
	width: 533px;
	min-height:530px;
	left:0px;
	top:0px;
}

#mainoct {
	position:relative;
	background-image:url(images/bg_shadow.gif);
	width: 533px;
	height:890px;
	left:0px;
	top:0px;
}

#mainabout {
	position:relative;
	background-image:url(images/bg_shadow.gif);
	width: 533px;
	height:620px;
	left:0px;
	top:0px;
}

#mainnews {
	position:relative;
	background-image:url(images/bg_shadow.gif);
	width: 533px;
	height:100%;
	left:0px;
	top:0px;
}

#maincontact {
	position:relative;
	background-image:url(images/bg_shadow.gif);
	width: 533px;
	height:780px;
	left:0px;
	top:0px;
}

#content {
	position:relative;
	width:500px;
	left:4px;
	top:50px;
}

#copy {
	position:relative;
	background-color:#FFF;
	width:350px;
	left:18px;
	top:5px;
}


#menu{
	position:absolute;
	width:100px;
	left:400px;
	top:0px;
}


#menu li{
	color:#000; 
	font-family:impact, sans-serif;
	font-size:20%;
	margin-bottom:1px;
	text-indent:-9999px;
}

#menu a {
	display: block;	
	height: 11px;
	text-decoration: none;	
	}	
	
#menu a:hover {
	background-position: 0 -11px;
}	

#home #menu a#homenav {background-position: 0 -11px;}	
#octopush #menu a#octopushnav {background-position: 0 -11px;}
#about #menu a#aboutnav {background-position: 0 -11px;}
#news #menu a#newsnav {background-position: 0 -11px;}
#contact #menu a#contactnav {background-position: 0 -11px;}
#link #menu a#linknav {background-position: 0 -11px;}

#homenav {		
	background:  url(images/home.gif) top left no-repeat;
	width: 100px;	
	}
	
#octopushnav {		
	background:  url(images/whatisoctopush.gif) top left no-repeat;
	width: 100px;	
	}	
#aboutnav {		
	background:  url(images/about_us.gif) top left no-repeat;
	width: 100px;	
	}	
#newsnav {		
	background:  url(images/news.gif) top left no-repeat;
	width: 100px;	
	}	
#contactnav {		
	background:  url(images/contact_us.gif) top left no-repeat;
	width: 100px;	
	}	

#linknav {		
	background:  url(images/link.gif) top left no-repeat;
	width: 100px;	
	}	