#outerwrapper {
	margin: 0px auto;
	width: 750px;
	height: 600px;
	position: relative;
}
#nav, #footer, #content {
	position: relative;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #555555;
	line-height: 1.3em;
}
body {
	background-color: #8fd2c5;
}
a:link {
	color: #555555;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #555555;
}
a:hover {
	text-decoration: underline;
	color: #e40e62;
}
a:active {
	text-decoration: none;
}
#nav {
	float: left;
	height: 240px;
	width: 40px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#content {
	float: left;
	height: 560px;
	width: 700px;
	position: absolute;
	left: 50px;
	top: 0px;
	background: #FFFFFF;
}
#contentBottom {
	height: 10px;
	width: 700px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#contentTop {
	height: 10px;
	width: 700px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#footer {
	height: 30px;
	width: 700px;
	position: absolute;
	left: 50px;
	top: 570px;
	font-size: 12px;
}
#logo {
	position: absolute;
	height: 60px;
	width: 205px;
	left: 40px;
	top: 50px;
}
#navHome {
	position: absolute;
	height: 224px;
	width: 700px;
	left: 0px;
	top: 150px;
}
#homeText {
	position: absolute;
	height: 60px;
	width: 225px;
	left: 424px;
	top: 50px;
	font-size: 12px;
	color: #e40e62;
	line-height: 1.5em;
}
#homeEvent {
	position: absolute;
	height: 120px;
	width: 230px;
	left: 424px;
	top: 410px;
	line-height: 1.5em;
}

