div{
	background-color: #3e4fd1;
	border-color: white;
	border: 5px solid;
	margin-top: 10px;
	border-radius: 15px;
	float: left;
}

body{
	background-color: black;
	color:white;
	text-align: center;
}

#container {
	width: 90%;
	margin-left: 5%;
	background-color: grey;
}
/*  watch the video for assignmetn 4.  */



.menu{
	margin-right:auto;
	margin-left:auto;
	height:100px;
	color:black;
	width: 70%;
	text-align: center;
}

.menubox{
	background-color: white;
	height: 500px;
	width: 18%;
	float :right;
	
}

.textbox{
	background-color: white;
	height: 600px;
	width: 60%;
	margin-left: 3%;
	color:black;
}

#sidebox
{
	height:500px;
	width: 20%;
	text-align: center;
	float: right;
	/* this is not like the others, only this one goes right... */
}

#headbox
{
	padding-top: 10px;
	height:40px;
	width: 90%;
	margin-left: 5%;
	text-align: center;
}


a
{
	color:black;
}