/* CSS Document */

a{  FONT: 12px Arial; FONT-WEIGHT: bold; COLOR: #ffffff; text-decoration:none
}
a:hover {  FONT: 12px Arial; FONT-WEIGHT: bold; COLOR: #962020; text-decoration:none
}
.copy_grey { FONT: 12px Arial; FONT-WEIGHT: normal; COLOR: #6C6C6C; text-decoration:none
}
.copy_grey:hover { FONT: 12px Arial; FONT-WEIGHT: normal; COLOR: #962020; text-decoration:none
}
.copy_grey_b { FONT: 12px Arial; FONT-WEIGHT: bold; COLOR: #6C6C6C; text-decoration:none
}
.drop_down { FONT: 12px Arial; FONT-WEIGHT: normal; COLOR: #6C6C6C; text-decoration:none
}
.drop_down:hover { FONT: 12px Arial; FONT-WEIGHT: normal; COLOR: #ffffff; text-decoration:none
}
.page_link { FONT: 12px Arial; FONT-WEIGHT: normal; COLOR: #6C6C6C; text-decoration:none
}
.page_link:hover { FONT: 12px Arial; FONT-WEIGHT: normal; COLOR: #971F21; text-decoration:none
}

.content_table{ 
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 25px;
		padding-top: 25px;							
		background-color:#ffffff;
		overflow:hidden
}

#fleet {
		width:164px;
		height:127px;
		float:right;
		padding-left:20px;
}

#click_to_enlarge {
		float:right;
		padding-left:20px;
		margin-top:127px;
		margin-right:0px;		
		background-color:red
}

ul.about_us {
		list-style: none;
		margin: 0 0 0 10px;
		padding: 0;
}

ul.about_us li {
		background-image: url(../images/ul_image.gif);
		background-repeat: no-repeat;
		margin-bottom: 10px;
		margin-left: 15px;  
		padding-left: 20px;
		padding-top: 0px;
		padding-bottom: 0px;  
}

body {text-align:center
}

#l_wrapper {
		margin: 0 auto 0 auto;
		height:auto;
		width:760px;
		border:solid 1pt #000000;
		overflow:hidden;
}

#wrapper {
		height:auto;
		width:760px;
		overflow:visible;
}

#copyright {
		height: 30px;
		margin: 5px auto 0 auto;
		padding-left:30px;
		z-index: 1;
		visibility: visible;
		line-height: 26px;
}