#container {
	margin-left: 10%;
	float: left;
	width: 80%;
	height: 1100px;
	/*Using auto margins so I can use both right and left side of 
	the browser.*/
	background-color: #ac883f;
	border-style: ridge;
	/*Made room to the title "Tenzins Background" so it can look profesional. */
}

div {
	border-radius: 10px;
}
/*for the normal divs to be this style.*/
a {
	font-size: 16px;
	color:#6b369e;
}
/*for the link tag styles*/

body { background-color: #4ac89b;
 }
 /*Made the background this color*/


#topheader {
	font-size: 90px;
	font-style: oblique;
	color: #a7d8e2;
	margin-bottom: 30px;
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	background-color: yellow;
}
/*to modify paragraphs.*/



#sideheader {
	/*height: 850px;*/
	/* disabled height, menu will expand to fit child objects*/
	float: left;
	clear:left;
	margin-left: 30px;
	margin-top: 10px;
	width:150px;
	padding-bottom: 10px;
	background-color: #b5e5b2;
	text-align: center;
	border-style: dotted;
	border-color: #a659c4;
}
/*Coded the heading to be left of the container.*/


.textarea{
	background-color: black;
	text-align: center;
	background-color: #88d6c2;
	color: black;
	font-size: 18px;
	border-style: solid;
	width:70%;
	height: 600px;
	margin-top: 10px;
	margin-right: auto;
	margin-right: 30px;
	margin-left: auto;
	padding-left: auto;
	padding-left: 20px;
	padding-right: auto;
	padding-right: 20px;
	padding-top: 10px;
	float: right;
	float:top;
	clear: left;
	/*made sure this div was parallel to the header.*/

}


.submenu {
 	clear: both; 
	background-color:#82d7d4;
	color:#c84765;
	border-radius: 250px;
	border-color: #b848b4;
	border-style: double;
	text-align: center;
    /* horizontal center above*/
    /* vertical center needs math */
    float: left;
	height: 56px;
	width: 60px;
    padding-top:21px;
    padding-left: 8px;
    padding-right: 8px;
	margin-left: 29px;
	margin-top: 18px;
/*Made sure the text was in the center*/
}
/*Coded so this can be round.*/

