﻿#leftside {
	width: 365px;
	height: 350px;
	float: left;
	clip: rect(0px, auto, 0px, auto);
	font-family: "Comic Sans MS";
	font-size: medium;
	color: #000000;
	margin-top: auto;
	margin-left: 8px;
	background-color: #F9BA34;
}
#rightside {
	float: right;
	clip: rect(0px, auto, 0px, auto);
	width: 380px;
	height: 350px;
	font-family: "Comic Sans MS";
	font-size: medium;
	color: #000000;
	margin-right: 8px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	background-color: #F9BA34;
}
#Bottom {
	font-family: "Comic Sans MS";
	font-size: small;
	color: #AA6735;
	background-color: #D7A578;
}
#Main {
	width: 795px;
	height: 500px;
	background-color: #F9BA34;
	clip: rect(0px, auto, 0px, auto);
}
#menuline {
	width: 795px;
	height: 20px;
	font-family: "Comic Sans MS";
	font-size: small;
	color: #AA6735;
	background-color: #D7A578;
	text-decoration: none;
}
#Top {
	width: 790px;
	height: 250px;
	background-color: #000000;
}
#container {
	width: 790px;
	height: 650px;
	background-color: #AA6735;
	clip: rect(auto, auto, auto, auto);
	margin-right: auto;
	margin-left: auto;
	font-family: "Comic Sans MS";
}
