#wrap {
	position: relative;
	width: 952px;
	background: #FFF url(../images/wrap.gif) repeat-y center top;
	margin: 40px auto 30px auto;
	text-align: left;	
}
#content {
	clear: both;
	float: left;
	width: 952px;
	padding: 25px 0 60px 0;
	background-color: #FFF;
}
#header {
	position: relative;
	width: 952px;
	height: 245px;
	background: #B6B6B6 url(../images/header.gif) no-repeat;
	color: #fff;
	padding: 0;
	margin: 0;
}

#main {
	float: left;
	width: 535px;
	padding: 0; margin: 0 0 0 40px;
	display: inline;	
}

#main ul li {
	list-style-image: url(../images/bullet.gif);
}

#footer {
	clear: both;
	width: 952px;
	margin: 0;
	padding: 30px 0 25px 0;
	background: #CCC url(../images/footer-bottom.gif) no-repeat left top;			
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 0.95em;
	color: #777;	
	text-align: center;	
	letter-spacing: .2px;
}

#footer a:link{
	background-color: #CCCCCC;

}

