body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#eff3f6;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom:10px;
}
#site {
	width: 880px;
	margin:auto;
	background-color: #FFF;
	background-image: url(images/site-bottom-cap.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#contentContainer {
	padding: 0px 20px;
}

/*----------------------------------------------------
Footer/Copyright Area
----------------------------------------------------*/
#siteFooter {
	height:73px;
	padding: 0px 20px;
}
#siteFooter .horizontalLine {
	background-image:url(images/g-copyright-hr.gif);
	background-repeat:no-repeat;
	height:3px;
}
#siteFooter .copyright {
	color:#92aec4;
	float:left;
	width:410px;
}
#siteFooter .copyright a {
	color:#92aec4;
	text-decoration:none;
}
#siteFooter .copyright a:hover {
	color:#92aec4;
	text-decoration:underline;
}
#siteFooter .footerLogo {
	float:right;
	height:44px;
	width:114px;
}
#siteFooter .footerLogo a {
	background-image:url(images/g-footer-logo.gif);
	height:44px;
	width:114px;
	text-indent:-9999px;
	display:block;
	text-decoration:none;
}