@charset "utf-8";

body {
	background:url(../images/bg.jpg) top repeat-x #fff;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
}

#site {
	background:#fff;
	width:728px;
}

#site_container {
	text-align:left;
	width:728px;
}


/* Site header */

#header {
	background:url(../images/header_bg.jpg) top no-repeat;
	height:auto;
	margin-bottom:27px;
	width:950px;
}

#header_logo {
	float:left;
	padding:10px 0px 0px 27px;
}

#header_right {
	display:none;
}

#header_banner {
	display:none;
}

#header_newsletter {
	display:none;
}

#header_sections {
	display:none;
}


/* Left column menu */

#menu {
	display:none;
}


/* Main content colum */

#content {
	float:right;
	padding-bottom:40px;
	width:728px;
}


/* Footer */

#footer {
	background:url(../images/footer_bg.gif) top repeat-x;
	height:110px;
	padding:32px 0px 0px 44px;
	width:728px;
}

#footer a {
	color:#da2128;
	text-decoration:underline;
}

#footer_address {
	float:left;
	width:242px;
}

#footer_copyright {
	float:left;
	width:394px;
}

#footer_partner {
	display:none;
}


