#masthead {
	clear: both;
	width: auto;
}



#container {
	width: auto;
	background-color: #660099;
}

#content {
	float: left;
	width: auto;
	margin-right: 5px;
	margin-left: 5px;
}

#sidebar {
	float: right;
	width: 160px;
	margin-right: 2px;
	background-color: #FFFFFF;
}

#bottom {clear: both; width: 100%;}

#footer {
	clear: both;
	width: auto;
	background-color: #FFFFFF;
}


 
h1 {	font-family: "Comic Sans MS"; 
	color: white;
	background-color: #660099;
	font-size: 36px;
	font-style: italic;
}
h2 {
	font-family: "Comic Sans MS";
	color: white;
	background-color: #FFFFFF;
	font-size: 30px;
	text-align: center;
	font-style: italic;
}
h3 {	font-family: "Comic Sans MS";
	color: black;
	background-color: #660099;
	font-size: 36px;
	text-align: center;
}
h4 {	font-family: "Comic Sans MS";
	color: #660099;
	font-size: 13px;
	text-align: center;
}
h5 {
	font-family: Arial, san-serif;
	font-size: 13px;
	color: black;
	background-color: #FFFFFF;
	text-align: left;
	border: 2px solid black;
	padding: 9px;
	left: auto;
}
h6 {	font-family: "Comic Sans MS";
	color: white;
	background-color: #660099;
	font-size: 24px;
	text-align: center;
}
h7 {	font-family: "Verdana";
	color: white;
	background-color: #660099;
	font-size: 18px;
	text-align: left;
}
body {
	font-family: Tahoma;
	color: black;
	background-color: #660099;
	text-align: left;
	font-size: 17px;
}
