body {
	margin:0;
	padding:0;
	text-align:center;
	background:url(../images/bkgd_body.jpg) repeat-x #232e12;
	font-family:"trebuchet ms", arial;
	font-size:100%;
	color:#FFFFFF;
}

/*------------------------------
a, a:visited {
	text-decoration:underline;
	color:#faf9c9;
}
----------------------------*/

#container {
	margin:auto;
	width:680px;
}

#header {
	width:461px;
	height:243px;
	float:right;
	text-align:left;
}

#logo {
	width:219px;
	height:275px;
	float:left;
}

#contentMain {
	width:461px;
	height:295px;
	background:url(../images/bkgd_main.jpg) no-repeat;
	float:right;
	clear:right;
	text-align:left;
	font-size:120%;
	line-height:28px;
}

#contentMain p {
	padding: 8px;
}

#randomMain {
	float:left;
	width:219px;
	height:262px;
}

#footer {
	width:680px;
	height:166px;
	background-image:url(../images/bkgd_footer.jpg);
	background-repeat:no-repeat;
	text-align:center;
	font-size:75%;
	color:#faf9c9;
	clear:both;
}

#footer a, a:visited {
	color:#faf9c9;
	text-decoration:underline;
}

#footer a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

/*  The following settings are for the Content page  */

#logoContent {
	width:219px;
	height:243px;
	float:left;
}

#contentContent {
	width:660px;
	background-image:url(../images/bkgd_content.jpg);
	background-repeat:no-repeat;
	clear:both;
	text-align:left;
	font-size:90%;
	line-height:22px;
	padding:10px;
}

#contentContent a, a:visited {
	color:#faf9c9;
	text-decoration:underline;
}

#contentContent a:hover {
	color:#fff;
	text-decoration:none;
}

#contentContent h1 {
	font-size:150%;
	font-weight:normal;
	padding: 0 0 8px 0;
	margin: 0 0 8px 0;
}

#contentContent h2 {
	font-size:110%;
	font-weight:normal;
	font-style:italic;
	padding: 0 0 2px 0;
	margin: 0 0 2px 0;
	color:#faf9c9;
}

.calendar {
	width:520px;
	margin-left:80px;
	padding:0;
}

#date {
	background-image:url(../images/pattern_098.gif);
	background-color:#f0efd9;
	width:73px;
	height:60px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	padding:15px 0 15px 0;
	margin:0;
	text-align:center;
	color:#faf9c9;
	font-weight:normal;
	border-top:3px solid #faf9c9;
	border-bottom:3px solid #faf9c9;
}

.datetableLeft {
	font-size:110%;
	font-weight:normal;
	font-style:italic;
	padding: 0 0 2px 0;
	margin: 0 0 2px 0;
	color:#faf9c9;
}

.dateBorder {
		border-bottom:1px solid #526a29;
}

.tableBorder {
	border-bottom:1px solid #faf9c9;
	border-top:3px solid #faf9c9;
	
}

#date span {
	font-size:16px;
}

#date br {
	padding-bottom:20px;
}

.smalltextCalendar {
	font-size:85%;
	color:#faf9c9;
	padding:0;
	margin:0;
}

#packages {
	padding:8px;
	background-color:#323f1b;
	background:url(../images/bkgd_packages.jpg) repeat-x #232e12;
}

.accToggler{
	margin: 2px auto;
	padding: 2px;
	width: 660px;
	background: #283414;
	color: #faf9c9;
	border: 1px solid #2c3917;
	cursor: pointer;
	display:block;
}

.accToggler h2 {
	padding:0;
	margin:0;
}

.accContent{
	margin: 0px auto;
	width: 660px;
}
