*{
margin: 0;
padding:0;
}
#container #logo {
	background-image: url(../Working%20Images/Logo/FastTrack-final-logo-small.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 52px;
	width: 720px;
	position: absolute;
	left: -360px;
	margin-left: 50%;
	top: 0px;
}

#container {
	width: 750px;
	margin-left: 50%;
	position: absolute;
	left: -375px;
	height: 700px;
}

#container #topline {
	background-image: url(../img/line.jpg);
	background-repeat: repeat;
	height: 10px;
	width: 750px;
	position: absolute;
	top: 58px;
}
#container #menu {
	clear: left;
	float: left;
	height: 520px;
	width: 155px;
	background-repeat: repeat-y;
	position: absolute;
	top: 82px;
	background-color: #05294a;
}


#container #over {
	height: auto;
	width: 575px;
	position: absolute;
	left: 160px;
	top: 85px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 5px;
	font-size: 14px;
	color: #000066;
	list-style-position: inside;
	background-image: url(../img/overbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#container #over p {
	color: #000000;
	font-size: .85em;
	font-weight: bold;
}
#container #overbut {
	position: absolute;
	top: 580px;
	left: 640px;
}



#container #over ul {
	font-weight: normal;
	color: #000000;
}

#container #overright {
	position: absolute;
	height: 336px;
	width: 285px;
	top: 79px;
	right: 2px;
	background-image: url(../img/overbg.jpg);
	background-repeat: no-repeat;
}
#container #text {
	width: 150px;
	position: absolute;
	right: 5px;
	top: 379px;
	background-color: #05294A;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-right: 2px;
	padding-left: 2px;
}
#container #over li {
	font-size: .85em;
	font-weight: bold;
}

#container #text h4 {
	text-decoration: underline;
	font-size: 14px;
	color: #FF9900;
	text-align: center;
}
#container #text p {
	font-size: 9px;
	text-align: justify;
}
#container #over hr {
	color: #000066;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 450px;
}





#container #menu a {
	background-image: url(../img/button-bg.gif);
	height: 25px;
	width: 155px;
	background-repeat: no-repeat;
	display: block;
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: italic;
	font-variant: small-caps;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	margin-left: 40px;
}
#container #menu a:hover {
	background-image: url(../img/roll_button.gif);
}

#container #menu li {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -40px;
}
#container #over .break {
	display: block;
	padding: 5px;
}
