﻿
/* MAIN SHEETS */
@import "../base/1.base.css";

/* MODULES */
@import "../modules/branding.css";
@import "../modules/content.css";
@import "../modules/home.css";
@import "../modules/site-search.css";


/****** GENERAL LAYOUT **/

body {
	background-color:#F3F0EF;
	padding-top:20px;
}

div#wrapper {
	margin:0 auto;
	text-align:left;
	width:950px;
	background-image:url(/images/BG_page.gif);
	background-position:left top;
	background-repeat:repeat-y;
}

div#branding,
div#page-content {
	padding-left:25px;
	padding-right:25px;
	overflow:hidden;
}