@charset "utf-8";
/* CSS Document */

/* this contains everything in the site and controls centering and margins */	
#container{
	width: 700px;
	margin: 0 auto;
	height:auto;
	background-color:#FFFFFF;
	text-align: left;
}

#home-left {
	width:494px; 
	height:229px; 
	background:url(../graphics/home_left_bg.gif) no-repeat;
	float:left;
}

#footer {background:#FFFFFF; height:50px; clear:both;}

.float-left { float:left;}
.float-right { float:right;}
.clear { clear:}