#container {
	margin: 0px;
	padding: 0px;
	width: 890px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-repeat: no-repeat;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #ae1f24;
}
#logo-nav {
	background-image: url(images/achosi-logo.gif);
	background-repeat: no-repeat;
	float: left;
	height: 374px;
	width: 310px;
	padding-top: 220px;
	padding-left: 60px;
}

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: 490px;
	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: #AE1F24;
}
.navigation  a:hover {
	cursor: default;
	color: #FFF;
	background-color: #C1272D;
}
.navigation a:active {
	cursor: default;
	color: #FFF;
	background-color: #C1272D;
}

NEW NAV
-----------------------------------------------------------------------------*/

#idList {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	text-decoration: none;
	color: #ABABAC;
}

#idList li {
	display: block;
	margin: 0;
	padding: 3px;
	width: 260px;
	text-decoration: none;
	list-style-type: none;
}
.nav {
	margin: 0px;
	padding: 0px;


}
#idList a {
	margin: 0;
	text-decoration: none;
	color: #7D7D7D;
}


