body {
	text-align: center;
	background: #FF99FD;
	font: 14px 'Century Gothic', 'Avant Garde', Arial, Helvetica, sans-serif; 
}


a { 
	text-decoration: none; 
	color:blue;
}

a:hover {
	text-decoration: underline;
}

	
#header {
	text-align: center;
	top: 4px;
}

#header a { 
	margin-left: 36px; 
	font-weight: bold; 
	color: purple;
}

#header a:hover { 
	text-decoration: none;
}

#header2 { 
	text-align: right; 
	width: 778px; 
	margin: 0 auto; 
	height: 25px; 
	background: url(images/top.png) no-repeat bottom center; 
	position:relative;
}

#content2 { 
	background: url(images/background.png) repeat-y top center; 
	position: relative;
	width: 100%;
	float: left;
}

#content { 
	margin: 0 auto; 
	width: 778px;
}


#footer { 
	margin: 0 auto;
	width: 778px;
}
#footer2 {
	background: url(images/bottom.png) no-repeat top left;
	width: 100%;
	font-size: 10px;
	float: left;
}

#footer2 ul { 
	margin: 25px 0px 10px; 
	font-weight: bold; 
}

#footer2 li { 
	display: inline; 
	margin: 0 24px;
	list-style-type: none;
}

#footer2 li a {
	color: Purple;
}




