
body {
	background-color: #41AEC6;
	padding: 0px;
	margin: 0px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background-color: #FFF;
}
#left,
#content
{
	display:inline;
	float: left;
	position: relative;
	margin-left: 15px;
	margin-right: 15px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #003333;
}
#top  {
	background-color: #FFF;
	color: #003333;
	height: 323px;
	background-image: url(images/insidetop.jpg);
	background-repeat: no-repeat;
}
#content h1   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #3399cc;
	text-transform: uppercase;
}
#left h1   {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3399cc;
}


#left {
	width:300px;
	text-align: center;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #3399cc;
}

#content {
	width:620px;
	position: relative;
}

#events{
	position: absolute;
	top: -130px;
	left: 450px;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
#footer {
	background-image: url(images/homepage-12.jpg);
	background-repeat: no-repeat;
	height: 118px;
	text-align: center;
}
#footer p {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 80px;
	font-weight: bold;
	word-spacing: 15px;
	letter-spacing: 2px;
}
 #footer a {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 80px;
	font-weight: bold;
	word-spacing: 15px;
	letter-spacing: 2px;
	text-decoration: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link { color:#3399cc;}
a:visited { color: #3399cc;}
a:hover { color: #3399cc;}
a:active{ color: #3399cc;}

.left h1 a {
	text-decoration: none;
}
#topmenu {
	width: 485px;
	margin-left: 530px;
	padding-top: 40px;
}
#topmenu a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003333;
	text-transform: capitalize;
	letter-spacing: -1px;
}
.content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #3399cc;
	text-transform: uppercase;
}

