@charset "utf-8";
/* CSS Document */

body {
	background-color:#000000;
	background-attachment:fixed;
}


#wrapper { 
 margin: 0 auto;
 width: 965px;
}


#header
{
background-image: url(header_high.jpg);
width:965px;
height:178px;
}


#header1
{
background-image: url(header_mat.jpg);
width:965px;
height:178px;
}

#header2
{
background-image: url(header_family.jpg);
width:965px;
height:178px;
}

#header3
{
background-image: url(header_engage.jpg);
width:965px;
height:178px;
}

#header4
{
background-image: url(header_sitemap.jpg);
width:965px;
height:180px;
}


#content

{
background-image:url(body_back.jpg);
background-repeat:repeat-y;
width:965px;
height:100%;
padding-left:15px;
padding-right:15px;
}


#footer
{
	background-image: url(footer.jpg);
	width:965px;
	height:108px;
	
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

