#wrapper {
	width: 750px;
	height: 1600px;
	margin-right: auto;
	margin-left: auto;
}
div#container {
	width: 750px;
	height: 1560px;
	top: 20px;
	left: 0px;
	position: relative;
	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;
}
.points {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #030282;
}
div#content {
	width: 735px;
	height: 1215px;
	top: 185px;
	left: 7px;
	position: absolute;
	background-color: #b5b5b5;
}
div#content_main {
	position: absolute;
	width: 675px;
	height: 258px;
	top: 15px;
	left: 0px;
	margin-left: 45px;
	margin-right: 25px;
}
div#content_supp {
	position: absolute;
	width: 600px;
	height: 735px;
	top: 280px;
	left: 75px;
}
div#nav_supp {
	width: 720px;
	height: 130px;
	top: 1225px;
	left: 2px;
	border: solid #000066 2px;
	position: absolute;
	background-color: #b5b5b5;
	padding: 5px;
}

