/*CSS Document*/

body {font-family:"Times New Roman", Times, serif; background:#3333FF;}
h3{font-style:italic;}

a {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}

p.drummer {position:absolute; top:965px;}

/* Containers */

#page {background:#FFFFFF; width:800px; margin:0px auto;}

#header{margin:5px; padding:5px;}
#header img{float:left; border:0px;}
#header h1 {text-align:center}
#header h2 {text-align:center}
#header p {text-align:center}

#maincontent {clear:both; float:left; padding:10px; width:780px;}
#leftcontent {width:450px; float:left;}
#rightcontent {width:320px; float:right;}

#login {font-weight:bold; width:200px; padding:5px;}
#login a {color:#FFFF00; background:#3333FF; padding:5px;}
#login a:visited {color:#FFFF00; background:#3333FF; padding:5px;}
#login a:hover {color:#3333FF; background:#FFFF00; padding:5px; text-decoration:none;}

#footer {font-size:11px; color:#666666; padding:3px;}

#calendar {width:300px; float:right; padding:5px;}

/*Classes*/

.heading {font-style:italic; font-weight:bold; font-size:18px;}
.yellowbox {background:#FFFF99; padding:5px;}
.header {font-weight:bold; text-align:center;}
.recent {font-weight:bold;}
.schedule {
	background:#FFFF99;
	padding:5px;
	position:absolute;
	top:680px;
	width: 441px;
}