html
{
	width: 100%;
}

body
{
	background: #FFFFFF url('../images/body-bg.png') repeat-x 0 0;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 100%;
	font-family: "Trebuchet MS", Verdana, Arial, "Times New Roman", serif;
	font-size: 90%;
	color: #000000;
}

p
{
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 140%;
}

img	
{
	border: 0;
}

a
{
	color: #FFFFFF;
}

a:hover
{
	text-decoration: none;
}

h4
{
	margin: 0 0 0;
	padding: 0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 160%;
}

#all
{
	padding-top: 9px;
	text-align: center;
	width: 100%;
}

#alert
{
	margin: 0 auto;
	width: 745px;
	text-align: left;
}

#top
{
	background: url('../images/header.png') 0 0 no-repeat;
	margin: 0 auto;
	text-align: left;
	width: 745px;
	padding: 10px 17px 22px 32px;
}

#footer
{
	background: url('../images/footer.png') 0 0 no-repeat;
	margin: 0 auto;
	text-align: left;
	width: 745px;
	padding: 0 17px 2px 32px;
	height: 50px;
}

#logo
{
	background: url('../images/fleet.jpg') no-repeat 309px 0px;
	height: 210px;
}

#container
{
	background: url('../images/content-bg.png') repeat-y;
	margin: 0 auto;
	text-align: left;
	width: 760px;
	padding: 0 17px 17px 17px;
}

#container h1
{
	font-size: 130%;
	margin: 0 0 20px 0;
	font-weight: normal;
}

#container h2
{
	font-size: 160%;
	margin: 20px 0;
	font-weight: normal;
	padding: 3px;
	/*background: #B92F2F*/;
}

#left
{
	float: left;
	width: 280px;
	padding-left: 15px;
}

#left ul
{
	margin: 0;
	padding: 0;
	text-align: center;
}

#left li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#left li a
{
	background: #B92F2F;
	padding: 3px 8px 3px 3px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin: 0 0 2px 0;
}

#left li a:hover
{
	background: #3C4043;
}

#left-footer
{
	margin: 50px 0 0 0;
}

#left-footer a
{
	color: #B92F2F;
	text-decoration: none;
}

#left-footer a:hover
{
	color: #B92F2F;
	text-decoration: none;
}

#right
{
	background: #000000;
	color: #FFFFFF;
	margin-left: 325px;
	width: 406px;
}

.centerAlign
{
	text-align: center;
}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix 
{
	height: 1%;
}

.clearfix
{
	display: block;
}

/* End hide from IE-mac */
