@charset "utf-8";
/* CSS Document */

html, body
{
	margin: 0px;
	height: 100%;
}

p
{
	margin: 0 10px 10px 10px;
}
#mainArea
{
	width: 750px ;
	margin:auto;
}

.nav
{
	padding-bottom: 70px;
	width:750px;
	margin:auto;
	position:relative;
}

.navText
{
	width:100px;
	margin:0 0 0 -50px;
	position:absolute;
	left:50%;
}

p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #EE3136;
}