*
{
	margin:0;
	padding:0;
}

body, html
{
	color: #666666;
	font : 13px Arial, Helvetica, sans-serif;
	background-color : #01304B;
}

a
{
	color : #0066FF;
	text-decoration : none;
}

a:hover
{
	color : #0066FF;
	text-decoration : underline;
}

.bold
{
	font-weight : bold;
}

.center
{
	text-align : center;
}

p
{
	padding : 0 0 12px 0;
}

.right
{
	float : right;
}

.left
{
	float : left;
}

.clear
{
	clear : both;
}

.just
{
	text-align : justify;
}

.textRight
{
	text-align : right;
}

.border
{
	border : 1px none #00395A;
}

/* START CONTAINERS */

.Container
{
	width : 955px;
	margin : 0 auto;
}

#top
{
	background-color : #999999;
}

#content
{
	background-color : white;
	padding-bottom : 20px;
}

#bottom
{
	padding : 50px 0;
}

/* END CONTAINERS */

/* START LOGO */

#Logo
{
	width : 854px;
	height : 41px;
	color : Black;
	background : url(../images/logo.gif) no-repeat;
	padding : 73px 0 0 96px;
}

/* END LOGO */

/* START HOME */

#banner
{
	width : 950px;
	height : 300px;
	background : url(../images/photo.jpg) no-repeat;
	color : White;
	font-size : 16px;
}

#banner h1
{
	font-size : 20px;
	padding : 70px 0 0 25px;
	font-weight : normal;
}

#banner p
{
	padding : 0 0 0 25px;
	width : 350px;
}

#leftColumn, #rightColumn
{
	float : left;
}

#leftColumn
{
	width : 615px;
	padding : 20px 15px 8px 0;
	text-align : justify;
}

#rightColumn
{
	width : 320px;
	padding : 20px 0 8px 0;
}

#singleColumn
{
	width : 935px;
	padding : 20px 15px 8px 2px;
}

#leftColumn h1, #singleColumn h1
{
	font-size : 20px;
	padding : 0 0 20px 30px;
	font-weight : normal;
	background : url(../images/arrow.gif) no-repeat 0px 1px;
}

#leftColumn ul
{
	padding : 6px 15px 12px 35px;
}

.box
{
	width : 315px;
	background : url(../images/box_background_bottom.gif) no-repeat bottom left;
	float : left;
	padding-bottom : 18px;
}

.box p
{
	width : 280px;
	background : #003859 url(../images/box_background_top.gif) no-repeat top left;
	padding : 10px 10px 10px 10px;
	color : White;
}

.officeBox
{
	width : 287px;
	float : left;
	margin-right : 20px;
}

/* END HOME */

/* START GALLERY */

#gallery
{
	width : 360px;
	float : left;
}

#shipDescription
{
	width : 200px;
	float : left;
}

.gallery
{
	width : 90px;
	float : left;
}

/* AND GALLERY */

/* START ADMIN */

#admin
{
	padding : 20px 0;
}

#admin h1
{
	font-size : 20px;
	font-weight : normal;
	padding-bottom : 20px;
}

#Table td
{
	padding : 5px;
}

.input
{
	background-color : White;
	border : 1px solid #999999;
	color: #666666;
	padding : 2px 5px;
}

.but
{
	background-color : #01304B;
	border : 1px solid #012032;
	color: White;
	padding : 2px 5px;
}

/* END ADMIN */

/* START BOTTOM MENU */

#bottomMenu
{
	background : url(../images/logo_bottom.gif) no-repeat center right;
	border-left : 2px solid #999999;
	color : #999999;
	font-size : 11px;
	padding : 22px 20px;
	width : 903px;
	margin-left : 2px;
}

#bottomMenu a
{
	font-size : 11px;
	color : #999999;
	text-decoration : underline;
}

#bottomMenu a:hover
{
	text-decoration : none;
}

#bottom .webdesign
{
	text-decoration : none;
}

#bottom .webdesign:hover
{
	text-decoration : underline;
}

/* END BOTTOM MENU */

/* START MENU */

#menu ul
{
	list-style-type : none;
}

#menu ul li
{
	background : #828282 url(../images/menu_background.gif) no-repeat top right;
	float : left;
	padding : 0 2px 0 0;
}

#menu ul li a
{
	display : block;
	padding : 10px 0;
	color : White;
	text-align : center;
	background-color : #828282;
	text-decoration : none;
	font : 13px Arial, Helvetica, sans-serif;
}

#menu ul li a:hover
{
	text-decoration : none;
	background-color : #A3C8DA;
}

#menu ul li #selected
{
	text-decoration : underline;
}

#menu ul #menu01 a
{
	width : 100px;
	background : #828282 url(../images/menu_background_left_1.gif) no-repeat top left;
}

#menu ul #menu01 a:hover
{
	width : 100px;
	background : #A3C8DA url(../images/menu_background_left_2.gif) no-repeat top left;
}

#menu ul #menu02 a
{
	width : 268px;
}

#menu ul #menu03 a
{
	width : 165px;
}

#menu ul #menu04 a
{
	width : 135px;
}

#menu ul #menu05 a
{
	width : 60px;
}

#menu ul #menu06 a
{
	width : 110px;
}

#menu ul #menu07 a
{
	width : 100px;
	background : #828282 url(../images/menu_background_right_1.gif) no-repeat top right;
}

#menu ul #menu07 a:hover
{
	width : 100px;
	background : #A3C8DA url(../images/menu_background_right_2.gif) no-repeat top right;
}

#menu ul #menu07
{
	background : url(../images/spacer.gif) no-repeat top right;
}

#menu ul .adminMenuTab a
{
	width : 230px;
}

/* END MENU */