/*  the css file has selectors for container and menus */

body {
background-color: darkgrey;
margin: 0px;
}


/* selects all div elemnts */
div {
float: left;
color: white;
}

/* select images and control  */
img {
	float: left;
	clear: both;
	width: 60%;
	margin-left: 10%;
}



#container {
width: 90%;
margin-left: 5%;
background-color: darkgrey;
clear: both;
}


.sidebar {
width: 19%;
margin-left: 1%;
height: 900px;
background-color: black;
clear: none;
border-radius: 20px;
margin-top: 10px;
font-size: 30pt;
}

.pageheader {
width: 73%;
padding-left: 2%;
padding-top: 20px;

margin-left: 2%;
height: 200px;
margin-bottom: 30px;
background-color: grey;
clear: none;
font-size: 50pt;
font-family: courier new;
}


.contentframe {
width: 75%;
margin-left: 2%;
height: 700px;
background-color: black;
clear: none;
font-size: 15pt;
}





.menubox {
width: 85%;
background-color: #262626;
clear: both;
margin-top: 30px;
}

