body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(image/backgroundTexture.jpg);
}
#wrapper {
	background-color: #f3f4c7;
	text-align: left;
	width: 700px;
	margin: 0 auto;
	border: 4px ridge #4d3906;
}
#logo {
	background-image: url(image/logo.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 150px;
	width: 150px;
	position: fixed;
	left: 40px;
	top: 25px;
	z-index: 10;
}
#header {
	background-color: #fc0;
	margin: 0px;
	padding: 0px;
	height: 200px;
}
#subheader {
	background-color: #f3f4c7;
	margin: 0px;
	height: 50px;
	width: 550px;
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	vertical-align: text-bottom;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#subsubHeader {
	background-color: #f3f4c7;
	margin: 0px;
	padding: 0px;
	height: 60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#mainContent {
	background-color: #f3f4c7;
	margin: 0px;
	height: auto;
	width: 525px;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	text-align: justify;
}
#sideBar {
	background-color: #f3f4c7;
	margin: 0px;
	padding: 0px;
	width: 150px;
	float: left;
	height: 300px;
}
#footer {
	background-color: #f3f4c7;
	margin: 0px;
	padding: 0px;
	height: 50px;
	clear: both;
	font-family: "Times New Roman", Times, serif;
	font-size: 1px;
	color: #000;
	vertical-align: middle;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
#sign {
	background-image: url(image/eventSign.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position: fixed;
	z-index: 10;
	height: 215px;
	width: 200px;
	left: 25px;
	top: 250px;
}
#wrapper #mainContent .style5 strong {
	color: #DE224E;
}
img {
	margin-left: 3px;
}
#wrapper #mainContent p {
	text-align: justify;
}
#wrapper #mainContent p a {
	text-align: justify;
}
.floatleft {
	float:left;
	margin:0 3px 3px 8px
}
.floatright {
	float:right;
	margin:0 8px 3px 3px;
}
.floatcenter {
	float:center;
	margin:3px auto 3px auto;
}
