body {  font: 18px "Helvetica Neue", Helvetica, Arial, sans-serif;
		background-color: #fff;
		color: #333;
		background-image: url("../img/body_bg_grad.png");
		background-repeat: repeat-x;
}

#header {
		height: 120px;
		display:block;
		text-align: left;
		background: url("../img/layout/header_bg.png");
		background-repeat: repeat-x;
		overflow: hidden;
		width: 100%;
}

#header-logo {
		padding-top: 20px;
		font-size: large;
		color: white;
}

#content { 
		text-align: center;
		background-image: url("../img/layout/body_bg.png");
		background-repeat: repeat-x;
}

#content-spacer {height:50px;}

#content-top {
		background-image: url("../img/layout/content_bg_top.png");
		background-repeat: no-repeat;
		height: 6px;
		width: 950px;
}

#content-main {
		background-image: url("../img/layout/content_bg.png");
		background-repeat: repeat-y;
		width: 950px;
		min-height: 665px;
}

#footer {
		font-size: small; 
		color: #999999;
		background-image: url("../img/layout/footer_bg.png");
		height: 100px;
		width: 100%;
		background-repeat: repeat-x;
		display: block;
}

#copyright { margin: 45px 0px 0px 0px;font-size: 14px;text-align: left;color: #ccc;}
#footer-nav { margin: 45px 0px 0px 40px;font-size: 14px;text-align: right;}
#footer a { color: #ccc; text-decoration: none; }
#footer a:hover { color: #fff; text-decoration: none; }

