/* --------------------------------------------------------------

	layout.css
	* Sets up the framework of the site

-------------------------------------------------------------- */

html {
	overflow-y: scroll;
	}
body {
	min-width: 1000px;
	background: #fff url('../img/nav_bg.png') repeat-x top center;
	text-align: center;
	}

#container {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;
	}

	#page { text-align: left; }

		#header {
			height: 119px;
			text-align: right;
			overflow: hidden;
			}

		#main {
			padding-bottom: 9px;
			min-height: 452px;
			}

		#footer {
			padding: 13px 0;
			border-top: 1px solid #e1ded7;
			color: #878787;
			overflow: hidden;
			}
