body {
	min-width: 630px;        
}

#header {
	height: 143px;
}

#center {
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 150px;
	padding: 10px;
	text-align: justify;
}

img.leftimage {
	float: right;
	margin-left: 20px;
	margin-bottom: 5px;
}

	

#left {
	position: absolute;
	top: 155px;
	left: 10px;
	width: 15%;
	margin-bottom: 10px;
	padding: 10px;
}
		
#right {
	position: absolute;
	top: 155px;
	right: 10px;
	width: 15%;
	margin-bottom: 10px;
	padding: 10px;
}
		
#footer {
	clear: both;
	padding: 10px;
}
	

/*** Just for Looks ***/

body {
	background: #000;
	color: #FFF;
}

#header {
	font-size: large;
	background: #000;
}

		
#footer {
	clear: both;
	text-align: center;
	font-size: 60%;
}

#left {
	background: #000;
}

#center {
	background: #000;
}

#right {
	background: #000;
}

ul.nav {
	list-style-type:	none;
	padding-left:	0;
	margin-left:	0;
	padding-top:	15px;

}

ul.nav li {
	padding-bottom: 15px;
}

ul.nav a {
	border-bottom:	none;
	padding:		15px, 25px, 15px, 25px;
	margin-right:	5px;
	background-color:	#222;
	text-decoration:	none;
	color:		#FFF;
}

ul.clean {
	list-style: none;
}

a:link {
	color: #FFA;
}

a:visited {
	color: #FFA;
}


table.cal {
	width: 100%;
	height: 500px;
}

th.cal, td.cal {
	width: 33%;
	height: 20%;
	border: 1px solid #FFF;
	padding: 3px;
	text-align: center;
}

table.evt {
	text-align: left;
	padding: 3px;
}

th, td {
	padding: 3px;
}