body
{
	background-image: url(../images/Frame_boxes/bkgrnd-whiteunder-longer.jpg);
	background-repeat: repeat-x;
}

/*	#####	[LAYOUT WRAPS]	#####	*/

#body-wrap {
	margin:0 auto 0 auto;
	width:800px;
}

#header {
	margin:0 0 0 0;
	width: 800px;
	height:125px;
	background-image:url(../images/header-The_Boat.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#header-blank {
	margin:0 0 0 0;
	width: 800px;
	height:125px;
	background-image:url(../images/header-blank.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#content {
	margin:0px 29px 0px 29px; 		/*top right bottom left*/ 
	width:742px;
	height: 195px;
	background-image:url(../images/Frame_boxes/box-top5.png);
	background-repeat: no-repeat;
}

#content2 {
	margin:0px 29px 0; 		/*top right/left bottom*/
	background-image:url(../images/Frame_boxes/large_content_box.png);
	width:742px;
	height:460px;
	background-repeat: no-repeat;
}

#photogallery {
	margin:8px 10%; 		/*top right*/
	width:600px;
	height:430px;
	float:right;
}  

#textbox-bottom_left 
{
	background-image:url(../images/Frame_boxes/box-bottom-left.png);
	width: 464px;
	height: 263px;
	margin:5px 0px 0px 29px;  	/*top right bottom left*/
	float:left;
	display: inline;
/*	left: 0px;
	top: 10px;
	right: 0px;
	bottom: 10px;*/
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-left: 8px;
}

#textbox-bottom_right 
{
	background-image:url(../images/Frame_boxes/box-bottom-right.png);
	width: 270px;
	height: 263px;
	margin:5px 28px 0px 0px;  	/*top right bottom left*/
	float:left;
	display: inline;
	background-repeat: no-repeat;
}

#footer {
	margin:2px 0px 0 34px;  	/*top right bottom left*/
	width:742px;
/*	height:10px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5px;
	letter-spacing: normal;
/*	text-align:justify;*/	
	color: #003399;
}

/*	#####	[TEXT STYLES]	#####	*/

/*#title {
	font-family: Impact;
	font-size: 36px;
	font-weight: 900;
	color: #C0C0C0;
	float: right;
	margin:25px 35px 0 0;  	
}*/

#title 
{
	float:right; 
	margin:25px 35px 0 0;  	/*top right bottom left*/
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: normal;
	text-align:justify;	
	color: #003399;
	margin: 5px;
	padding: 5px;
}

/*#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: normal;
	text-align:justify;	
	color: #003399;
	margin-left:25px;
	padding: 5px;
}*/

.style2 {
	color: #003399;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;	
}

.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: normal;
	text-align:center;
	color: #003399;
/*	margin: 5px;*/
/*	padding: 5px;*/
}

/*	#####	[NAVIGATION]	#####	*/

ul#navlist
{
	padding: 0;
	list-style-type: none;
	float: right;
	/*	color: #fff;*/
	margin:40px 0px 0px 0px;  	/*top right bottom left*/
	/*	background-image: url(../images/blank_nav_bar.gif);
	background-repeat: repeat-x;*/
	width:375px;
/*	height:30;*/
}

ul#navlist li { display: inline; }

ul#navlist li a
{
	/*	float: left;*/
/*	width: 7.4em;*/  			/*controls width of navbar*/
	color: #fff;
	/*	background-color: #666666;*/
	padding: 0 5px;  		/*1st value controls height of navbar padding and 2nd one controls width padding*/
	text-decoration: none;  	/*removes link underline*/
	font-size: 11px;
	/*	font-weight: bold;*/
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
/*	background-image: url(../images/blank_nav_bar.gif);
	background-repeat: repeat-x;*/
/*	border-top: 1px solid #000000;*/
/*	margin:4px 8px 0px 0px;  	/*top right bottom left*/
}

ul#navlist li a:hover
{
background-color: #CCCCCC;
color: #000000;
}

/*	#####	[MISCELLANEOUS]	#####	*/

ul#videolist
{
	padding: 0;
	list-style-type: none;
	float:right;
	text-decoration: none;  	/*removes link underline*/
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: normal;
	text-align:justify;
	color: #003399;
	margin-top:-200px;
	margin-right:12px;
	line-height: 20px;
}

ul#videolist li a:hover
{
color: #003399;
}

/*#videoLayer 
{
	position:absolute;
	width:293px;
	height:240px;
	z-index:1;
	top: 314px;
	left: 125px;
}*/

/* ---------- IE PNG FIX ---------- */

img, div { behavior: url(js/iepngfix.htc) }
/*
  USAGE: All you have to do is include this one line in your CSS file, with the
  tag names to which you want the script applied:


 img, div { behavior: url(iepngfix.htc) }

 /*
  Alternatively, you can specify that this will apply to all tags like so:
   * { behavior: url(iepngfix.htc) }
 */

