@charset "utf-8";

body {
	text-align: center;
	margin: 0;
	padding: 0;
}

.footer     {
	font-size: 12px;
	height: 100px;
	background-image: url(mainimages/footer.gif);
	background-repeat: no-repeat;
	clear: both;
}
.footer-l {
	float: left;
	margin-top: 45px;
	border-right: 1px solid maroon;
	width: 120px;
}
.footer-r {
	float: left;
	margin-top: 45px;
	width: 150px;
	padding-left: 15px;
	text-align: center;
}
.sidebar {
	float: left;
	width: 180px;
	line-height: 3px;
}
.wrapper {
	width: 800px;
}
.maincontaint {
	float: right;
	width: 580px;
	text-align: left;
	margin-left: 10px;
}

.photo {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	clear: left;
}
.titleimg {
	clear: both;
}
.text {
	font-size: small;
	height: 1%;
	margin-left: 1em;
	line-height: 1.5em;
}

.date {
	font-size: large;
	color: #CC3300;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-right: 2px;
}
.table-1 {
	font-size: small;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CC0000;
	padding: 5px;
	width: 120px;
	height: 10px;
}
.event {
	color: #FFFFFF;
	background-color: #FF9900;
	background-position: center;
	letter-spacing: 0.2em;
	font-size: large;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 25px;
	font-weight: bolder;
}
