
/*BODY AND HYPERLINK PROPERTIES*/


body { 	background-color: #ffffe7; 
	font-family: arial, helvetica, verdana, sans-serif;
	font-color: #00008b; 
	font-size: 90%; 
}

a:link { 
	color: #637c88; text-decoration: none; 
}
a:visited { 
	color: #2a347d; text-decoration: none; 
}
a:hover { 
	color: #cd5c5c; text-decoration: underline; 
}
a:active { 
	color: #7bc59b; text-decoration: none; 
}

#wrapper { 
	position: relative;
	width: 750px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	border: 5px solid #779bb7;
	border-style: double; 
}




/*HEADER PROPERTIES*/

h1 {	font-size: 150%;
	font-weight: 100;
	margin: 5px;
}	


h2 { 	font-size: 125%;
	font-weight: 100;
	margin: 10px;
}


h3 { 
	color: #0000c0; 
	padding-top: 5px; 
	padding-bottom: 8px; 
	padding-right: 5px; 
	padding-left: 5px;
	background-color: #fcff83; 
	text-align: center;
	font-weight: 100 
}



p {	margin-left: 10px;
	margin-right: 10px;
}
	

/*CLASS PROPERTIES*/



/*ID PROPERTIES AND HARD RULE*/


hr { 	
	height: 3px;
    	width: 70%;
    	background: #ffff00; 
    	margin-top: 10px;
    	margin-bottom: 10px; 
}

#footer { 
	font-size: 70%; 
}

#orderbox {
	color: black; 
	padding-top: 5px; 
	padding-bottom: 8px; 
	padding-right: 5px; 
	padding-left: 5px; 
	font-weight: 100;
	text-align: left;
	border-color:  #695329; 
	border-style: inset;
	border-width: 1px  
}

#greeting { 
	border: none;
	width: 50%;
        text-align: center;
        font-size: large;
	margin-left: auto;
	margin-right: auto; 
}



#pixleft { 
	float: left;
	width: 186px; 
} 


#pixright { 
	position: absolute;
        top: 0px;
        left: 594px; 
}


#nav { 
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 60px;
	color: #0000c0; 
	font-color: #000292;
	border-bottom: #779bb7 5px  double;
} 

#homead {
	height: 600px;
      	padding-left: 10px;
      	padding-top: 5px;
      	padding-bottom: 5px;
      	float: left; 
}


#boat { 
	position: fixed;
	top: 300px;
	left: 40px;
	width: 115px;
	height: 64px;
}
 	

#logo { 
	width: 600px;
	position: absolute;
	top: 53px;
	left: 325px;
        background: url(blueback.jpg);
        text-align: center;
	margin-right: -300px; 
}


#menu { 
	font-size: large;
	font-color: #000292;
	background: url(blueback.jpg);
	text-align: center; 
}


#content {
	margin-right: 20px;
	margin-left: 20px;
}

#adboxhome
	{
	position: relative;
	border-top: 1px solid #779bb7;
	border-bottom: 1px solid #779bb7;
	width: 472px;
	padding: 10px;
	display: inline-block;
}

#adskyscraper
	{
	position: relative;
	border-top: 3px solid #502727;
	border-bottom: 3px solid #502727;
	border-right: 4px double #502727;
	width: 160px;
	height: 600px;
	float: left;
	margin: 30px 0px 0px 10px;
	content-align: center;
	padding: 2px;
	display: block;
}

#adsmallsquare
	{
	position: relative;
	border: 1px solid #779bb7;
	width: 202px;
	height: 202px;
	display: block;
	float: right;
	margin: 10px;
	content-align: center;
	padding: 2px;
}

.admegaunit
	{
	position: relative;
	border-top: 1px solid #779bb7;
	border-bottom: 1px solid #779bb7;
	width: 550px;
	content-align: center;
	display: inline-block;
}



	
	
