div#container {
	width: 750px;
	height: 1085px;
	top: 25px;
	left: 50px;
	position: absolute;
	background-image: url(../images/transccc.gif);
}
div#branding {
	width: 735px;
	height: 165px;
	top: 5px;
	left: 5px;
	border: solid #000066 2px;
	position: absolute;
	background-color: #b5b5b5;
}
div#nav_main {
	width: 385px;
	height: 100px;
	top: 24px;
	left: 309px;
	position: absolute;
	font-weight: bold;
}
#nav_main ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}
#nav_main li {
	display: inline;
}
#nav_main a:link, #nav_main a:visited {
	color: #030282;
	text-decoration: none;
	background-color: #999999;
	border: solid #FFFFFF 1px;
	padding: 3px 10px 3px 10px;
	margin-right: 1px;
	margin-left: 5px;
}
#nav_main a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003366;
}
div#billboard {
	position: absolute;
	width: 350px;
	height: 20px;
	left: 340px;
	top: 140px;
	background-color: #b5b5b5;
	padding-right: 7px;
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #030282;
}
div#content {
	width: 750px;
	height: 894px;
	top: 180px;
	left: 0;
	position: absolute;
}
div#content_main {
	position: absolute;
	width: 670px;
	height: 365px;
	top: 15px;
	left: 0px;
	margin-left: 45px;
	margin-right: 25px;
}
div#content_supp {
	position: absolute;
	width: 607px;
	height: 376px;
	top: 390px;
	left: 0px;
	margin-left: 85px;
	margin-right: 25px;
}
div#nav_supp {
	width: 725px;
	height: 110px;
	top: 770px;
	left: 5px;
	border: solid #000066 2px;
	position: absolute;
	background-color: #b5b5b5;
	padding: 5px;
}
