div {
/*border: 1px solid white;*/
margin: 0px;
}

body {
margin: 0px;
padding: 0px;	
}


#container {
background-color: #A19EEE;
height: 1000px;
font-family: Arial;
}


.contentmain {
background-color:#A19EEE;
font-size: 20pt;
height: 540px;
width: 65%;
float: left;
}


.titlehead {
font-size: 25px;
background-color: black;
text-align: center;
padding: 5%;
width: 90%;
color:#A19EEE;
border: 2px solid white;
/*height:10%;*/
}


#sidebar {
/*background-color:black ;*/
height: 440px;
width: 25%;
margin-right: 5%;
float: left;
}

.submenu {
width: 88%;
padding-left: 5%;
padding-right: 5%;
/* padding and width left/right affect each other*/

padding-top: 4px;
padding-bottom: 10px;
font-size: 28pt;
color: #A19EEE;
/*words are purple above */
background-color: black;
/*height:150px;*/
/*margin-bottom: 5px;*/
border: 2px solid white;
text-align: center;
}
