* {
	margin: 0;
	padding: 0;
}
body {
	background: url('images/tile.png');
}
div#column {
	width: 750px;
	margin: 0 auto;
	font: 11pt Verdana, Arial, sans-serif;
	background: #FFF;
	border-left: 1px solid #330066;
	border-right: 1px solid #330066;
}
p.nav {
	text-align: center;
	background: #330066;
	padding: 4px;
	color: #CCC;
	font-size: 8pt;
}
p.nav a {
	color: #CCC;
	text-decoration: none;
}
p.nav a:hover {
	color: #FFF;
	text-decoration: underline;
}
div#logo {
	background: url('images/logo.jpg');
	height: 200px;
	border-bottom: 1px solid #330066;
}
div#content {
	float: left;
	width: 550px;
	background: url('images/content.jpg') no-repeat top right;
}
div#sidebar {
	float: right;
	width: 200px;
}
div.padding {
	padding: 8px;
}
div#sidebar_colors {
	border-left: 1px dashed #330066;
	border-bottom: 1px dashed #330066;
	font: 9pt Verdana, Arial, sans-serif;
	text-align: justify;
	margin-bottom: 5px;
}
p {
	padding-bottom: 15px;
}
h2 {
	color: #330066;
	font-size: 16pt;
	padding-bottom: 15px;
}
h3 {
	color: #CCC;
	font-size: 9pt;
	margin-top: -10pt;
	padding-bottom: 15px;
	font-weight: normal
}
img {
	border: none;
}
a {
	color: #996699;
}
a:hover {
	text-decoration: none;
}
div.schedule_bar {
	border-bottom: 1px solid #CCC;
	margin-bottom: 15px;
}
input {
	border: 1px solid #330066;
	background: transparent;
}