body{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    background:#d5d6d7 url(images/background.jpg);
	color:#333;
	text-align: center;
}

#wrapper { 
	width: 760px;
	height: 963px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background: url(images/header.jpg) no-repeat bottom center;
	float: left;
	width:760px;
	padding-left: 10px;
	padding-right: 10px;
	min-height:200px;
	clear: left;
}

#content {
	background:url(images/contentbg.jpg) no-repeat bottom center;
	background-repeat: repeat-y;
	float: left;
	width:760px;
	padding-left: 10px;
	padding-right: 10px;
	min-height:250px;
	clear: left;
}

#footer {
	background: #eee url(images/footer.jpg) no-repeat top;
	border: none;
    	float: left;
	width:760px;
    padding-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
	min-height:63px;
	clear: left;
	}

img{border:none;}

.cushycms {
	padding-left: 15px;
	padding-right: 15px;
}

.footer {
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
    font-variant: normal;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
}

#footerImage {
	float: left;
}