html,body {

	height: 100%;

	margin: 0;

	padding: 0;

}



body { /* Body */

	background-image: url('page_bg.jpg');

	background-attachment: fixed;

	font-family: Geneva, Sans-serif, Sans-serif;

	font-size: 15px;

	color: #000000;	

}



#header {

	margin-left: auto;

	margin-right: auto;

	width: 1000px;

	height: 100px;

	padding-top: 8px;

	

}

	

#content { /* Content Div Box */

	background-color: #FFFFFF;

	width: 1000px;

	margin-left: auto;

	margin-right: auto;

	position: relative;

}



.color { /* First Adult info box */

	background-color: #D6FFE7;

}



#footer { /* Footer Div Box */

	background-image: url('footerband.jpg');

	height: 205px;

}



#footercontent { /* FooterConent Div Box */

	width: 1000px;

	padding-top: 15px;

	padding-left: 5px;

	margin-left: auto;

	margin-right: auto;

	position: relative;

}



h2, h3 {

	text-align: center;

}



h3 {

	color: #0000CC;

}



a:link {

	color: #00A850;

}



a:active {

	text-decoration: none;

	color: #2DB569;

}



a:visited {

	color: #00A850;

}



a:hover {

	text-decoration: none;

	color: #2DB569;

}



img {

	border: 0px;

}



td p {

	text-align: left;

	padding-left: 5px;

}

/* Tracker Form */

.tracker {
	background: #D6FFE7;
	width: 100%;
}

.tracker .trackerHead {
	background: #FFFFFF;
	font-size: 10px;
}