body 
{
      font-family: trebuchet MS,arial ;
	  	margin-top : 0.5em;
	background-image : url(star5.gif);

	background-repeat : no-repeat;
background-position: bottom right;
         background-color:#b5a3d4;
}


#container { 
width: 100%;
left: 0%;
position : absolute;


	}

#bot
{
position : absolute;

	top:355%;
	color: white;
	background-color: #cfa3d4;

}
#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: #4f317f;

}
#nav
{
	position : absolute;
	top: 29%;
	left : 15%;
}


#right
	
	{	

	top: 28%;
		position: absolute;
		left : 49%;
		width : 38%;
		margin : 1%;
background-color: #002443;
color: white;
		padding-left: 40px;
	
		padding-top :2%;
		padding-bottom :2%;
		border : 3px black solid;
	}

	#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;
}


