body { 
		background: #F8F5EE url('../images/logoline.gif') repeat-x;
		margin: 0
}

p {
		font: 95% Arial,Verdana;
		padding: 0px 0px 0px 15px;
}

.content_title {
		font: bold 95% Arial, Verdana;
		color: #800080;		
}

a.link {
		font: 95% Arial, Verdana;
		color: #006;
}

ul.list {font-family: Arial, Verdana;}

#header {
		position: absolute; top: 0; left: 0;
		width: 100%;
		height: 90px;
}


#mainlogo {
		position: relative;
		width: 747px;
		height: 58px;
}

#header_text {
		position: absolute; top: 28px; left: 260px;
		font: bold 85% Arial;
		color: #800080;
}

#navigation {
		position: absolute; top: 58px; left: 180px;
		background: #F8F5EE;
}


#container {
		position: absolute; top: 91px; left: 0;
		overflow: visible;
		width: 100%;
		padding: 0;
		margin: 0;
}

#content {
		position: relative;		
		width: 747px;
		padding: 10px 10px 10px 10px;
		margin: 0;
		background:#F8F5EE;
		color:#000;
}


#footer {
		position: relative;
		background: url('../images/footerline.gif') repeat-x;
		width: 100%
}

#footer_content {
		position: relative;
		width: 747px;
		height: 90px;
}

p#footertxt {
		font: bold 90% Arial;
		color: #800080;
		text-align: center;
}

ul#nav, ul#nav li{list-style-type:none;margin:0;padding:0}
ul#nav li{float:left;margin-right: 1px;text-align: center}
ul#nav a{float:left;width: 6em;padding: 5px 0;background: #006;text-decoration:none;color: #fff}

ul#nav a#longlink{float:left;width: 15em;padding: 5px 0;background: #006;text-decoration:none;color: #fff}
ul#nav a#longlink:hover{background: #ccf;color: #000}

ul#nav a:hover{background: #ccf;color: #000}
ul#nav li.activelink a, ul#nav li.activelink a#longlink, ul#nav li.activelink a:hover{background: #ccf;color: #000}

ul#nav #count a {float:left;width: 9em;padding: 5px 0;text-decoration:none;color: #fff}
ul#nav #count a:hover{background: #ccf;color: #000}

ul#nav a#test{background: #ccf;color: #000}