body {
	background-image: url(images/tile.jpg);
	background-repeat: repeat;
	text-align: center;
	margin: 0; 
	padding: 0;
}
p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 18px;
}
h1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color:#660;
	font-size: 13px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 16px;
	font-weight:normal;
}

.mainContentBorder {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-top-color: #3D3C1A;
	border-right-color: #3D3C1A;
	border-bottom-color: #3D3C1A;
	border-left-color: #3D3C1A;
}
.eventsContentBorder {
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3D3C1A;
	border-bottom-color: #3D3C1A;
	border-left-color: #3D3C1A;
}
a:link {
	font-weight: bold;
	color: #996600;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #996600;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #666633;
}.pad12Right {
	padding-right: 12px;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 16px;
}
