#center {
	text-align: center;
	position: absolute;
  	top: 0;
  	width: 100%;
  	background-color: black;
}

p {
	text-align: justify;
}


#entirebody {
	text-align: left;
	width: 760px;
	font-family: Verdana, Helvetica, Arial;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.3;
}

a:link {
	color: black;
	background-color: transparent;
	text-decoration: underline;
}

a:visited {
	color: black;
	background-color: transparent;
	text-decoration: underline;
}

#content {
	background-image: url("images/contentbackground.jpg");
	background-repeat: repeat-y;
}

#leftbody {
	width: 400px;
	padding: 0 15px 15px 35px;
	font-size: 12px;
}

.header {
	font-size: 16px;
	font-weight: bold;
	padding-top: 15px;
	padding-left: 35px;
}


.rightbody {
	float: right;
	width: 300px;
	padding-top: 15px;
}

/*.redbox {
	background-image: url("images/newsletter.gif");
	background-repeat: no repeat;
	color: white;
}*/

#normalbody {
	font-size: 12px;
	width: 700px;
	padding: 15px 15px 15px 35px;
}

#nacaann {
	background-image: url("images/NACAbackground.gif");
	background-repeat: no-repeat;
	background-position: center;
	padding: 10px 130px 5px 130px;
}