body 
{
      font-family: trebuchet MS,arial ;
	  	margin-top : 0.5em;
	background-image : url(star6.gif);

	background-repeat : no-repeat;
background-position: bottom right;
         background-color:#cfa3d4;
}

   A:link {color: black; text-decoration: none;}   
A:visited { color:#000000; text-decoration: none;}  
A:active { color:#000000; text-decoration: none;}  
A:hover { background-color:white;	text-decoration: none;}

#container { 
width: 100%;
left: 0%;
position : absolute;


	}


#title
{
	margin-top : 0.5em;
	margin-bottom : 0.5em;
	margin-right : 2%;
	margin-left  : 2%;
	padding : 0.5%;
z-index:2;
	position : absolute;
top:6%;
left: 13%;

}


#cont
{
	position : absolute;
	top: 40%;

	left : 15%;
	width: 75%;
	border: 3px groove black;
	color: white;
	background-color: #611a69;

}
#bot
{
position : absolute;
	top: 140%;
	color: white;
	background-color: #cfa3d4;

}
#nav
{
	position : absolute;
	top: 29%;
	left : 20%;
}



#nav
{
	position : absolute;
	top: 29%;
	left : 15%;
}

	#left
	{
	top:30%;
		position: absolute;

	width : 40%;
		
	}

 ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 10px 10px; }

#navlist a:link, #navlist a:visited
{
color: #000;
}

#navlist a:hover
{
color: #fff;
	 background-color:#cfa3d4;
}



