/* CSS Document */

body 
	{ 
		background: #5D6991;
		color: #FFFFFF;
		font-weight: normal;
		margin-top: 0px;
		margin-bottom: 0px;
	}
		
h1
	{
		font:28pt verdana, arial, sans-serif;
		color: #000000;
		margin:0;
		padding:20px;
		text-align: center;
	}
h2 
	{
		font:20pt verdana, arial, sans-serif;
		color: #FFFFFF;		
		text-align: Left;
		Text-decoration: none;
	}
	
.Iframe
	{
		width: 865px;
		height: 350px;
	}

.bakground1
	{
		background: url('images/SailBowflip.jpg')  no-repeat fixed;
	}

.background2
	{
		background-color: #FFFFFF;  /* the background           */
		filter:alpha(opacity=75);   /* Internet Explorer        */
  	 	-moz-opacity:0.5px;         /* Mozilla 1.6 and below    */
   		opacity: 0.5;               /* newer Mozilla and CSS-3  */
	}
		
.Nav
	{
		padding: 1px;
		font: 12px verdana, sans-serif;
		font-weight: bold;
		text-decoration: none;
	}
