body		{	margin:0;
			padding:0; 
			background: #39528C url("images/bkgrnd.gif") repeat-y center top;
			text-align:center;
color:#02375F;
    		}

#wrapper	{	width:720px;
			margin-right:auto;
			margin-left:auto;
			background: #cadfff url("images/bkgrnd.gif") repeat-y right top;
			text-align:left;		
		}

#topbar		{	position:fixed;
			top:0;
			z-index:2;
		}

* html #topbar	{	position:absolute;}


#nav		{	position:fixed;
			top:75;
			width:720px;
			color:#39528C;
			text-align:center;
			background:#FFFFFF;
			text-align:left;
			z-index:2;
		}

* html #nav	{ 	position:absolute;}

#main		{	padding-top: 5px;
			z-index:1;
			background:#cadfff;
			margin-top:114px;
		}

#wave		{	position:relative;
			z-index:0;
			height:450px;
			padding-left: 5px;
			margin-top:auto;
			margin-bottom:auto;
			background: #cadfff url("images/wave.jpg") no-repeat center;
		}


#footer		{	width:720px;
			background-color:#cadfff;
			text-align:center;
			position:fixed;
			bottom:0;
			z-index:2;			
		}

			

a 		{	color:#39528C; 
			text-decoration:none
		}

a:visited 	{	color:#39528C; 
			text-decoration:none
		}

hr  {color:#02375F; noshade}