body {
	padding: 5px;
	background-color: #CCCCCC;
}
#container {
	background-color: #CCCCCC;
	width: 100%;
	height: 100%;
}

h1 {
	font-family: Tahoma;
	font-size: x-large;
	font-style: normal;
	color: #FFFFFF;
	letter-spacing: 0.5em;
	text-align: center;
	vertical-align: middle;
}
h2 {
	font-family: "Gill Sans MT";
	font-size: 16px;
	color: #003399;
	letter-spacing: normal;
	vertical-align: top;
}
h3 {
	font-family: "Script MT Bold";
	font-size: large;
	color: #000000;
	vertical-align: text-bottom;
}
#top {
	background-color:#003399;
	width: 590px;
	height: 65px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;

}
#left	{
	background-color: #66ccff;
	display: block;
	position: absolute;
	top: 75px;
	left: 0px;
	width: 190px;
	border: 0;
	height: 315px;
	padding: 5px;
}
#lefttext {
	background-color: #66ccff;
	padding: 0px;
	height: 20px;
	width: 190px;
	left: 5px;
	text-align: right;
	background-position: bottom;
	display: block;
	position: absolute;
	top: 372px;
}
a {
	font-family: "Script MT Bold";
	text-decoration: none;
	font-weight: bold;
	color: #CC0000;
	font-size: x-large;
}
a:hover {
	font-family: "Script MT Bold";
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
	color: #CC0000;
	font-size: x-large;
}



#right	{
	background-color: #FFFFFF;
	top: 76px;
	position: absolute;
	left: 201px;
	height: 315px;
	width: 390px;
	padding: 5px;
}
#righttext {
	top: 170px;
	position: absolute;
	padding-right: 5px;
	width: 385px;
}
