body{
	width:auto;
	height:auto;
	background-color:#827BCA;
}
#header{
	position:absolute;
	margin-left:160px;
	width:960px;
	border-bottom:solid white 8px;
	border-top:solid white 8px;
	background-color:white;
}
.logo{
	float:left;
	clear:both;
}
.ld{
	position:inherit;
	float:left;
	clear:both;
	width:16%;
	padding-left:380px;
}
.wd{
	position:inherit;
	float:left;
	clear:both;
	width:14%;
	padding-left:520px;
}
.border{
	position:relative;
	margin-left:160px;
	width:960px;
	top:210px;
	border-top:double #5146AE 10px;;
}
.menu{
	position:absolute;
	top:220px;
	margin-left:100px;
	list-style:none;
}
li{
	font-family:"Comic Sans MS", cursive;
	font-size:14px;
	color:black;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow:white;
	font-weight:bold;
	float:left;
	padding-left:30px;
}
li a{
	color:black;
	text-decoration:none;
	
}
li a:hover{
	color:red;
	text-decoration:none;
	
}