#container {
	margin: 0px;
	padding: 0px;
	width: 890px;
}
body {
	background-image: url(images/ala_bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-position: 0px 574px;
	background-repeat: no-repeat;
}
#logo-nav {
	background-image: url(images/ala_logo.gif);
	background-repeat: no-repeat;
	float: left;
	height: 374px;
	width: 355px;
	padding-top: 200px;
	padding-left: 20px;
}

NAVIGATION
-----------------------------------------------------------------------------*/
.navigation {
	position: absolute;
	top: 134px;
	left: 44px;
	}
.navigation ul {
	list-style: none;
	width: 200px;
	margin-top: 35px;
	}
.navigation ul li {
	background-image: none;
	line-height: 1.7em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 0.7em;
	padding-top: 2;
	padding-right: 0;
	padding-bottom: 2;
	padding-left: 0;
	}
#main-content {
	float: right;
	width: 510px;
	height: 540px;
	margin-top: 30px;
}
.navigation a {
	display: block;
	text-align: left;
	text-transform: uppercase;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-top: 2;
	padding-right: 3px;
	padding-bottom: 2;
	padding-left: 3px;
	text-decoration: none;
	color: #FFFFFF;
	}
.navigation a.active {
	cursor: default;
	color: #FFF;
	background-color: #C1272D;
	}
#footer {
	clear: both;
	float: left;
	font-family: Tahoma, Arial;
	font-size: 0.6em;
	padding-left: 60px;
	width: 830px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
}
.navigation  a:hover {
	cursor: default;
	color: #FFF;
	background-color: #C1272D;
}
.navigation a:active {
	cursor: default;
	color: #FFF;
	background-color: #C1272D;
}
