body
	{
	margin: 0;
	padding: 0;
	background: #482458 url();
	color: #000;
	text-align: center;
	}
	
a
	{
	color: #990000;
	text-decoration: underline;
	}
	
a:hover
	{
	color: #990000;
	text-decoration: none;
	}
	
/* ________________ containers ________________ */

#container
	{
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 800px;
	height: 1000px;
	background: #fff url('container8001000.jpg') no-repeat;
	padding-bottom: 45px;
	}
	
#pageHeader
	{
	width: 800px;
	height: 120px;
	background: #fff url('logo1.jpg') no-repeat;
	padding-bottom: 0.2em 3px;
	}



#imptlinks
	{
	position: absolute;
	top: 65px;
	left: 580px;
	width: 220px;
	background: #fff;
	font: 13px/1.5em arial, verdana, serif;
	}

#imptlinks ul
	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#imptlinks li
	{
	text-indent: 0;
	background: #ff0000;
	color: #fff;
	line-height: 1.5em;
	padding: 0.2em 10px;
	border-bottom: #fff 5px solid;
	}

#imptlinks li a 
	{
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	}

#imptlinks li a:hover 
	{
	color: #ffe852;
	}



#contentbox
	{
	width: 800px;
	background: #fff;
	}

#navigation
	{
	position: absolute;
	top: 125px;
	left: 0px;
	width: 160px;
        height: 1070px;
	background: #fff;
	font: 13px arial, verdana, serif;
	}

#navigation ul
	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#navigation li
	{
	text-indent: 0;
	color: #330066;
	line-height: 1.8em;
	padding: 0.2em 10px;
	}

#navigation li a 
	{
	text-decoration: none;
	color: #660066;
	}

#navigation li a:hover 
	{
	font-weight: bold;
	color: #660066;
	}

#navigation li.header
	{
	width: 150px;
	height: 25px;
	background: #f67718;
	padding: 0;
	}

#navigation li.title
	{
	font-weight: bold;
	}
	
#navigation li.end
	{
	border-bottom: #ffe852 2px solid;
	}
	
#navigationtitle
	{
	position: absolute;
	top: 125px;
	left: 0px;
	font: 15px arial, verdana, serif;
	font-weight: bold;
	color: #fff;
	margin-left:0px;
	padding: 0.2em 10px;
	}

#content
	{
	position: absolute;
	top: 125px;
	left: 160px;
	width: 640px;
        height: 1070px;
	background: #fff url() no-repeat; 
	font: 13px/1.5em arial, verdana, serif;
	}

#content ul
	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#content li
	{
	text-indent: 0;
	color: #000;
	line-height: 1.5em;
	padding: 0.2em 10px;
	}
	
#content li.header
	{
	background: #00ccff;
	width: 640px;
	height: 25px;
	padding: 0;
	}

#contenttitle
	{
	position: absolute;
	top: 125px;
	left: 160px;
	font: 15px arial, verdana, serif;
	font-weight: bold;
	color: #fff;
	margin-left:0px;
	padding: 0.2em 10px;
	}

#pageFooter
	{
	position: absolute;
	top: 1161px;
	left: 0px;
	height: 35px;
	width: 800px;
	background: #fff;
	color: #000;
	font: 11px/1.5em arial, verdana, serif;
	text-align: center;
	}