@charset "UTF-8";
/* CSS Document */

* {margin:0;padding:0}
body {
	margin:10px;
	padding:10px;
	background:#fff;
	color:#000;
}
#container {/* #809900 is background color of right column and image is bg of left column*/
	background:#fff url(images/sides_900px.jpg) repeat-y 20% 0;
	border:0px solid #fff;
	width: 900px;
	margin: auto;
}
#header {
	height:120px;
	border-bottom:0px solid #fff;
	background:#666666;
	text-align:center;
	color:#000000;
	background-image: url(images/header_900px.jpg);
	background-repeat: no-repeat;
}
#inner{width:100%;float:left;}
#left {
	float:left;
	width:18px;/* note this width is 32% and not 20% */
	margin-left:-54px;/* must be less than width */
	position:relative;
	left:-1px;
	background:#fff;
}
#right {
	margin-right:-34px;/* must be less than width */
	float:right;
	width:18px;/* note this width is 32% and not 20% */
	position:relative;
	left:1px;
}
#middle {
	border-left:0px solid #fff;
	border-right:0px solid #fff;
	background:#fff;
	margin-left:55px;
	margin-right:35px;
 	min-height:0;
 	position:relative;
}
/* mac hie \*/
* html #middle {height:1%;}
/* end hide */
#footer {
	clear:both;
	border-top:0px solid #fff;
	height:50px;
	text-align:center;
	background:#fff;
	color:#000000;
}
.clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}
