/* CSS Document */

body {
	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
	background-color: #a8a8a8;
	width: 100%;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
}

/*STRUCTURAL ELEMENTS*/

#left_col {
	width:528px;
	float: left;
	}

#right_col {
	float:right;
	width: 252px;
	padding: 30px 0px 0px 0px;
}

#left_col2 {
	width: 390px;
	float: left; 
}

#right_col2 {
	float:right;
	width: 390px;
	padding: 0px 0px 0px 0px;
}

#left_col2 table {
	padding-left: 0px;
}

#right_col2 table {
	padding-left: 0px;
}


#single_col {
	width:
}

#main_content {
	background-color:#FFFFFF;
}

#center {
	width: 780px;
	float:left;
}

#wrapper_all {

}

#wrapper_content {
	width:800px;
	position:absolute;
	left: 115px;
	background-color:#FFFFFF;
}

/*TEXT ELEMENTS*/

p {
	padding: 0px;
	margin: 0px;
	} 

#logo {
	width: 36px;
	height:	25px;
}

#headline {
	width: 470px;
	padding: 10px 0px 0px 22px;
	/*vertical-align:middle;*/
}

h1 {
	font-size:16px;
	background-image:url('../images/logo_small.gif');
	background-repeat:no-repeat;
	padding: 3px 0px 5px 40px;
	height: 25px;
	border-bottom: 1px solid #bfbfbf;
}

h3 {
	line-height:0.5em;
	font-size:14px;
	margin: 5px 0px 5px 0px; 
}

#text {
	padding: 0px 30px 0px 22px;
	text-align:justify;
	}
	
#text_frontpage {
	/*padding: 0px 30px 0px 22px;*/
	margin: 0px 30px 22px 22px;
	/*background-image: url('../images/happy_falcon_front.jpg'); */
	background-repeat: no-repeat;
	background-position:bottom;
	background-position:right;
	width: 735px;
	/*height: 365px;*/
	}
	
img {
	border: 0;
}

a:link, a:visited {
   color: #AA270B;
}

#footer {
	margin-left: 22px;
	padding-top: 5px;
	width: 735px;
	height: 22px;
	float: left;
	color: #bbbbbb;
	border-top: 1px dotted #bbbbbb;
	text-align:center;
}
/* OTHER ELEMENTS */

		
/*#main_content img {
	height: 100%;	
	width: 100%;
}*/

#shade_left_top {
	width: 10px;
	height: 900px;
	float:left;
	background-image: url('../images/shade_left900.gif'); 
	position:relative;
	z-index:100;
}

#shade_left_top_index {
	width: 10px;
	height: 600px;
	float:left;
	background-image: url('../images/shade_left900.gif'); 
	position:relative;
	z-index:100;
}

#shade_left_bottom {
	background:transparent url(../images/bg_shade_left.gif) repeat-y scroll center bottom;
	display:block;
	height:100%;
	position:absolute;
	left:0;
	width:10px;
	z-index: 0;
}

#shade_right_top {
	width: 10px;
	height: 900px;
	float:left;
	background-image: url('../images/shade_right900.gif'); 
	position:relative;
	z-index:100;
}

#shade_right_top_index {
	width: 10px;
	height: 600px;
	float:left;
	background-image: url('../images/shade_right900.gif'); 
	position:relative;
	z-index:100;
}

#shade_right_bottom {
	background:transparent url(../images/bg_shade_right.gif) repeat-y scroll center bottom;
	display:block;
	height:100%;
	position:absolute;
	right:0;
	width:10px;
	z-index: 0;
}



#header {
	height: 98px;
	background-image: url('../images/header.gif'); 
}
	
#othello_image {
	height:	290px;
	background-image: url('../images/splash_big.jpg'); 
}

#othello_image2 {
	height:	290px;
	background-image: url('../images/baltic_gas_bridge.jpg'); 
}

#othello_image3 {
	height:	290px;
	background-image: url('../images/lady_martine_780x290.jpg'); 
}

#othello_image4 {
	height:	290px;
	background-image: url('../images/girl_splash.jpg'); 
}

#othello_image5 {
	height:	290px;
	background-image: url('../images/arctic_gas_780x290.jpg'); 
}

#othello_image6 {
	height:	290px;
	background-image: url('../images/falcon_780x290.jpg'); 
}

#image_wrapper {
	border-left: thin solid #bfbfbf;
}

#right_col img {
	padding: 10px 0px 10px 18px;
}	

/* TABLE */

#text .fleet_table {
	padding: 0px 25px 0px 14px;
	float:left;
}

#text .contact_table {
	padding: 0px 0px 0px 0px;
	float:left;
}


th {
text-align: left;
border-bottom: thin solid black;
}

.fleet_table td {
text-align: center;
}

td.left {
text-align: left;
}



/* MENU */

#menu {
	height: 31px;
	background-image: url('../images/menu_bg.gif');
	background-repeat: repeat-x;
	color:#FFFFFF;
	font-size: 14px;
}

#menu ul {
	margin: 0px;
	padding: 9px 0px 0px 12px;
}

#menu li {
	display:inline;
	list-style-type: none;
	padding: 0px 7px 0px 7px;
}

#menu a:link, #menu a:visited {
	color: #ffffff;
	text-decoration:none;
	}
	
#menu a:hover {
	text-decoration:underline;
}

/* END MENU */