@import url("../screen.css");


#page {
	width: 624px;
}



/* ### MENU ### */

#nav {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 159px;
}

#nav ul {
	margin: -3px 0 0 6px;
}

#nav ul,
#nav li {
	display: block;
	padding: 0;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
}

#nav ul a:link,
#nav ul a:visited,
#nav ul a:hover {
	margin: 3px 0 3px 0;
}

#content {
	position: absolute;
	top: 26px;
	left: 173px;
	width: 451px;
	margin-bottom: 50px;
}

#footer {
	position: absolute;
	right: 0px;
	bottom: -47px;
}