@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: "Century Gothic";
	color: #FFF;
	font-size: 14px;
}

body {
	background-color: #054378;
	background-image: url(images/BKG.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.floatleft {
	float: left;
}

#container {
	width:590px;
	padding-top: 50px;
	margin:auto;
	background-image:url(images/Header_BKG.jpg);
	background-repeat:no-repeat;
}
#title {
	text-align:right;
	color:#054378;
	text-transform:uppercase;
	font-weight:bold;
	width: 550px;
	padding-right:40px;
	font-size: 20px;
}
