#container_all { margin: auto; }

/* navigation */
#nav_container { padding-top: 46px;	width: 450px; margin: auto; }
#nav_container li {	display: inline; }
#nav_container #nav_space { padding-right: 10px; }

.sub_nav {
	padding-left: 15px;
	height: 20px;
	margin-bottom: 25px;
	background-image: url("../images/subnav_bullet.gif");
	background-repeat: no-repeat;
	background-position: left 4px;
	border-bottom: 1px solid black;
	font-weight: bold;
}

/* Footer */
#footer_container { 
	width: 400px;
	padding-top: 8px;
	margin: auto;
	text-align: center;
	font-size: 8pt;
	color: white;
}
#footer_container a { color: white; }
#footer_container a:hover { color: #ff9c00; }
