/*************************************************************************************
Tutorial CSS Stylesheet
Title: Where are the Lincoln Cabs
Stylesheet 2
Author: Ken Johnson
Created 1/13/2011

**************************************************************************************/


*{margin:0; padding:0;} /* clear all default CSS */


body {
	background-color: #2b2b2b;
	text-align:center;
}

.page{
	width: 600px;
	margin: auto;
	background-color: #fff;
	text-align: left;
}

.header{
 width:600px;
 height: 176px;
 background-color: #f5c44b;
}

.menu{
 height: 30px;
 margin: 10px 0;
 background-color: #6666cc;
}

.left-column{
	float:left;
	width: 390px;
	margin-right: 10px;
	min-height:300px;
	background-color: #ff9933;
}

.right-column{
	float:left;
	width: 200px;
	min-height:200px;
	background-color: #669933;
}

.footer{
	width: 600px;
	height: 150px;
	background-color:#585858;
	margin-top: 10px;
}
