<style type="text/css" media="screen">

/* General text */
.gen 		{ font-size : 12px; }
.genmed 	{ font-size : 11px; }
.gensmall 	{ font-size : 10px; }
.gen,
.genmed,
.gensmall 	{ color: #5C4700; }
a.gen,
a.genmed,
a.gensmall 	{ color: #8F9FFF; text-decoration: none; }
a.gen:hover,
a.genmed:hover,
a.gensmall:hover { color: #FFD84F; text-decoration: underline; }

.center 	{ text-align: center;}
.left		{ text-align: left;}
.right 		{ text-align: right;}

.menu		{ font-weight: 700; font-size: 12pt; color: #180081 }
.caption	{ font-size: 36pt; color: #180081 }
.heading	{ font-size: 24pt; color: #180081 }
.tabletitle	{ font-size: 16pt; color: #180081 }
.tableheading	{ font-size: 14pt; color: #180081 }
.copyright,
.quote		{ font-size: 10pt; color: #5C4700 }
.smallest	{ font-size: 8pt; color: #5C4700 }

a:link          { font-weight: 700; text-decoration:none; color: #8F9FFF }
a:hover         { font-weight: 700; text-decoration:underline; color: #180081 }
a:visited       { font-weight: 700; text-decoration:none; color: #8F9FFF }
a:active        { font-weight: 700; text-decoration:none; color: #FFD84F }

body { 
	margin: 0; 
	padding: 0; 
	border: none; 
	width: 100%; 
	height: 101%;
	font-family: Arial, sans-serif; 
	font-size: 10pt; 
	color: #5C4700; 
	text-align: center;
}

p {
	margin: 0;
	padding: 0;
	text-align: left;
}

img {
	border: 0;
}

#container {
	width: 810px;
	margin: 0px auto;
}
#brown {
	width: 590px;
	text-align: left;
	z-index: 100;
	border: solid #5C4700 thick;
	padding: 5px;
	margin: 25px 200px 120px 0px;
}
#yellow {
	width: 590px;
	position: relative;
	top: 3px;
	right: 30px;
	bottom: 80px;
	left: 20px;
	margin-bottom: -100px;
	padding: 5px;
	text-align: left;
	border: solid #FFD84F thick;
	z-index: 200;
	margin-right: -30px;
}
#blue {
	position: relative;
	top: 3px;
	left: 20px;
	right: 200px;
	margin: 0px -165px 25px 0px;
	text-align: left;
	z-index: 300;
	border: solid #8F9FFF thick;
	width: 735px;
}
#content {
	margin: 10px 30px 35px 10px;
	width: 500px;
}
#sidebar {
	width: 145px;
	float: right;
	text-align: center;
	margin: 10px 7px;
}
#mp3player {}
#footer {
	clear: both;
	margin-right: 170px;
	padding: 10px 10px 10px 30px;
	height: 35px;
}
</style>
