@charset "UTF-8";
/* CSS Document */

body {
	font-family: Geneva, Verdana, Futura, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #cc4133;
	text-decoration: none;
	text-align: center;
	background-color: #112251;
}

a:link { 
	color: #CCCC33;
	text-decoration: none
	}
	
a:visited { 
	color: #CCCC33;
	text-decoration: none
	}
	
a:active { 
	color: #CCCC33;
	text-decoration: none
	}

#container {
	height: 460px;
	width: 685px;
	margin: 0 auto;
	text-align: left;
}

#sidebar {
	width: 185px;
	height: 450px;
	float: left;
	}
	
#main {
	width: 500px;
	height: 450px;
	float: right;
}

#banner {
	width: 500px;
	height: 115px;
}

p#heading {
	font-size: 16px;
}

font#schedule {
	font-size: 12px;
}


p#copyright {
	font-size: 10px;
	color: #858622;
}