body {
	margin: 0;
	padding: 0;
	background: #ccc url(/assets/background2.jpg) 0 0 repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333;
}

#eventData td{
	font-size: 10px;

}

#eventData th{
	font-size: 12px;

}
#wrapper {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	position: relative;
}

#banner {
	position: relative;
}

#phone {
	position: absolute;
	top: 210px;
	right: 50px;
	font-size: 16px;
}

	

#sideBar {
	float: right;
	width: 180px;
	padding: 20px;
}

#sideBar a {
	color: #87613D;
	font-weight: bold;
	text-decoration: none;
}

#sideBar a:hover {
	color: #666;
	text-decoration: underline;
}


#content {
	padding: 20px 0 20px 20px;
	float: left;
	width: 680px;
	background: #fff;
}


#content img.border{
	padding: 5px;
	border: 4px solid #ccc;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 24px;
	color: #bf7a2d;
	margin-bottom: 20px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	color: #c0321e;
}

#menu {
	text-align: center;
	line-height: 1.1em;
}

#menu p {
	font-style: italic;
}

#footer {
	height: 160px;
	background: #fff url(/assets/footer.jpg) 0 100% no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	clear: both;
}
#format {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	text-align: right;
	color: #666;
}

#format p {
	padding: 10px;
}

#format a{
		color: #666;
}

.footerCopyright {
	position: absolute;
	left: 20px;
	top: 60px;
	color: #fff;
	font-weight: bold;
}

.footerAddress {
	position: absolute;
	left: 20px;
	top: 80px;
	color: #666;
}

.footerTel {
	position: absolute;
	left: 20px;
	top: 100px;
	color: #666;
}

.footerEmail {
	position: absolute;
	left: 20px;
	top: 120px;
	color: #666;
}

.footerSummary {
	position: absolute;
	right: 20px;
	top: 60px;
	color: #fff;
	font-weight: bold;
}

.footerSummary1 {
	position: absolute;
	right: 20px;
	top: 80px;
	color: #666;
}

.footerSummary2 {
	position: absolute;
	right: 20px;
	top: 100px;
	color: #666;
}

.footerSummary3 {
	position: absolute;
	right: 20px;
	top: 120px;
	color: #666;
}
#eventsTable th {
	text-align: left;
	color: #fff;
}
#eventsTable th {
	background: #131313;
}

#eventsTable {
	background: #ccc;
}


#eventsTable td, #eventsTable th{
		border: 2px solid #fff;
}

form p {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	}
form p label {
	float: left;
	width: 200px;
	font: bold 12px Arial, Helvetica, Sans-serif;
	}
fieldset {
	border: 1px solid #bf2e1b;
	margin-top: 16px;
	margin-bottom: 16px;
	padding: 6px;
	}
legend {
	color: #fff;
	background-color: #bf2e1b;
	border: 1px solid #bf2e1b;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 5px;
	}
.button {
	border: none;
	background: #bf2e1b;
	color: #131313;
	font-size: 12px;
	padding: 5px 8px;
	cursor: pointer;
	cursor: hand;

}

.noBorder {
	border: 0;
}
}

input[type="submit"]:hover{
   background: #ce6052;
}

#content a {
	color: #ea8b21;
	text-decoration: none;
}
#content a:hover {
	color: #999;
	text-decoration: underline;
}
#menusList ul {
	list-style: none;
	font-size: 14px;
	font-weight: bold;
}
