
.title {
float: left;
clear: both;
height: 10%;
width: 50%;
margin-left: 25%;
background-color: lightblue;
margin-bottom: 5px;
text-align: center;
}

.textbox {
height: 600px;
float: left;
clear: both;
margin-left: 15%;
width: 70%;
background-color: white;
margin-top: 18px;
}

.submenu {
background-color: lightblue;
height: 30px;
width: 70px;
margin: 5px;
padding: 10px;
border-radius: 5px;
float: left;
padding-top: 5px;
margin-left: 55px;
}

body {
	background-color: white;
}

#container { 
height: 950px;
width: 80%;
margin-left:10%;
float:left;
clear: both;
background-color: grey;
}

div {
	border-radius: 10px;
}

#header {
float: left;
clear: both;
width: 70%;
margin-left: 16%;
background-color: lightgrey;
padding-bottom: 5px;
}








