body {
	font-size: 75%; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	margin:0;
	background:url(../images/body.jpg) top repeat-x #121212;
	background-attachment:fixed;
}

#wrapper {
	background: #515151;
	padding:0 10px 10px 10px;
	width:730px;
	margin:0 auto;
}

#wrapper h1 {
	font-size: 160%;
	font-family: Georgia, "Times New Roman", Times, serif; 
	letter-spacing: -1px;
	color: #222;
	padding: 0px;
}

#wrapper a {
	text-decoration: underline;
	color: #003399;
}

#wrapper a:hover {
	text-decoration: none;
	color: #4B4225;
}

#flash {
	margin: 0 auto;
	text-align:center;
}

#footer {
	margin: 20px auto;
	padding: 0;
	text-align:center;
	width: 730px;
}

#footer p {
	font-size: 90%;
	color: #fff;
}

#footer a {
	color: #fff;
	border-bottom: 1px dashed #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #ccc;
	border-bottom: 0px;
	text-decoration: none;
}

.borderBottom {
	border-bottom: 1px dashed silver;
}

.borderBottomDark {
	border-bottom: 1px dashed #4B4225;
}

.borderTop {
	border-top: 1px dashed silver;
}

.borderRight {
	border-right: 1px dashed silver;
}

.borders {
	border: 1px dashed silver;
}

.eventTitle {
	margin: 0 0 -7px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	color: #4B4225;
	font-weight: bold;
}

#header {
  /* float: left; */
  width: 100%;
  background: #fff url("../images/bg.jpg") repeat-x top;
  font-size: 100%;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: normal;
}

#header ul {
  margin: 0;
  padding: 40px 10px 5px 20px; /* was 10px 10px 0 */
  list-style: none;
}

#header li {
  float:left;
  background:url("../images/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
}

#header a {
  float:left;
  display:block;
  background:url("../images/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */

#header a:hover {
  color:#333;
}

#header #current {
  background-image:url("../images/left_on.gif");
  border-bottom: 0px;
}

#header #current a {
  background-image:url("../images/right_on.gif");
  color:#333;
  padding-bottom:4px; /* was 5px */
}

.calDate {
	color: #CC9933;
	font-weight: bold;
	font-size: 110%;
}

.thisDay {
	background: #E2C57F;
}

.blankDay {
	background: #EAEAEA;
}

.numberedDay {
	background: #D3D3D3;
}

.weekDay {
	background: black;
	color: white;
	font-weight: bold;
}

.finePrint {
	font-size: 90%;
}

.faqBox {
	border: 1px solid silver;
}
