body {
	font-family: "Lucida Grande", Tahoma, Arial;
	font-size: 0.75em;
	color: #333;
	text-align: center;
	background: url(../images/page_bg.gif) repeat-x;
	background-color: #CCC;
	padding: 0px;
	margin: 0px;
	line-height: 1.4em;
}

#main {
	width: 800px;
	margin: 0px auto;
	text-align: left;
}

#top {
	padding: 10px;
	background-color: #333;
	border-bottom: 2px solid #666;
}

#top-left {
	width: 218px;
	float: left;
}

#top-right {
	text-align: right;
	width: 562px;
	float: left;
}

#nav {
	color: #FFF;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#nav li {
	display: inline;
	list-style: none;
	border-right: solid 1px #404040;
	padding: 0 15px 0 15px;
	margin: 0;
}

#nav a {
	color: #FFF;
	text-decoration: none;
}

#nav a:hover {
	color: #CCC;
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom: 3px solid #999;
}

#content {
	margin-top: 10px;
}

#content-left {
	width: 250px;
	margin-right: 20px;
	float: left;
}

#content-right {
	width: 530px;
	float: left;
}

#title {
	color: #036;
	font-weight: bold;
	padding: 0 0 2px 2px;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #FFF;
	background: url(../images/title_bg.gif) no-repeat 100% 100%;
}

#section {
	margin-bottom: 20px;
}

#calendar-left {
	width: 200px;
	float: left;
	padding-bottom: 5px;
}

#calendar-right {
	width: 50px;
	float: left;
	text-align: right;
	padding-bottom: 5px;
}

#footer {
	border-top: 1px dotted #999;
	padding-top: 10px;
	font-size: 10px;
	color: #666;
	text-align: center;
}

#clear {
	clear: both;
}

p {
	padding: 0;
	margin: 0 0 15px 0;
}

.content-date {
	color: #666;
	font-weight: bold;
}

#footer a,
#footer a:link,
#footer a:visited,
#footer a:active {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #EEE;
}