
body {
	background-color: #F2EF99;
	background-color: #F0F55D;
	background-color: #FBF89D;
	background-color: #F5EE2F;
	background-color: #E2F5F7;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

div#container {
	display: block;
	position: relative;
	background-color: white;
	width: 1000px;
	height: 500px;
	margin: 45px auto;
	border: 1px #39139B solid;
}
	
div#side1 {
	background-color: #8ED8F4;
	width: 250px;
	height: 492px;
	position: absolute;
	right: -1px;
	top: 0;
	border: 4px #39139B solid;
	display: block;
	float: right;
}
	
div#main {
	background-color: #E2F5F7;
	background-color: #8ED8F4;
	margin-left: 25px;
	margin-top: 20px;
	margin-bottom: 5px;
	height: 325px;
	width: 690px;
	border: 4px #39139B solid;
	padding-top: 1ex;
}

div#head {
	height: 50px;
	background-color: white;
	margin 0;
	margin-top: 10px;
	margin-bottom: 5px;
	display: block;
}

#main-text {
	font-size: 18px;
	font-weight: bold; 
	color: #333333;
	text-align: justify;
	margin-left: 5ex;
	display: block;
	margin-right: 5ex;
}

#text-footer {
	font-size: .5em;
	font-weight: bold; 
	color: #39139B;
	text-align: left;
	margin-left: 6ex;
	display: block;	
}

#main-text-head {
	font-size: 22px;
	font-weight: bold; 
	color: #333333;
	margin-left: 4ex;
	display: block;
	margin-right: 3ex;
	text-align: center;
}

#head-text { 
	font-size: 28px;
	font-weight: bold; 
	color: gray;
	text-align: justify;
	margin-left: 5ex;
	display: block;
	margin-right: 3ex;
}

div#side1 ul {
	font-size: 15px;
	font-weight: bold;
	list-style: none;
}
a:visited,
a:link {
	color: black;
	text-decoration: none;
}