* {
	font-size: 100%;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
}
body {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333333;
	background-color: #4B0519;
	line-height: 150%;
}
img {
	border: none;
}
#wrapper {
	width: 960px;
	margin: 10px auto 0px auto;
}
p {
	padding: 5px 0px 5px 0px;
}
a {
	font-weight: bold;
	color: #4B0519;
	text-decoration: none;
}
h1 {
	font-size: 140%;
	font-weight: normal;
	color: #4B0519;
	margin: 10px 0px 10px 0px;
}
h2 {
	font-size: 120%;
	font-weight: normal;
	color: #4B0519;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
}
#header {
	background: #F3F3F3;
	text-align: center;
	padding: 10px 0px 5px 0px;
}
#mainNav {
	background-color: #E3E3E3;
	text-align: center;
}
#mainNav ul {
	list-style: none;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}
#mainNav ul li {
	display: inline;
	padding: 0px 35px 0px 35px;
}
#mainBody {
	text-align: left;
	min-height: 200px;
	padding: 20px 20px 20px 20px;
	background: #F3F3F3;
}
#baseLine {
	font-size: 90%;
	width: 960px;
	height: 30px;
	color: #999;
}
#baseLine a {
	font-size: 90%;
	color: #999;
	text-decoration: none;
	font-weight: normal;
}
#footer {
	width: 960px;
	margin: 0px auto 0px auto;
	font-size: 70%;
	color: #999;
	line-height: 100%;
	text-align: left;
	text-align: center;
}
#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
.bulletts {
	margin: 5px 0px 5px 50px;
}
ul, ol {
	margin: 0px 0px 0px 20px;
}
.calMonth {
	width: 145px;
	height: 180px;
	margin: 10px;
	float: left;
}
.calTaken {
	background-color: #4B0519;
	width: 100%;
	height: 100%;
	color: #FFF;
	text-align: center;
}
.calFree {
	width: 100%;
	height: 100%;
	text-align: center;
}
.calendar-month {
	background-color: #E3E3E3;
}
