/*----------------------------------------------------------
/*  Stylesheet for beattheclockmessengers.com
/*----------------------------------------------------------*/



/*-- BASICS --*/

* {
	margin: 0px;
}

body {
	background-color: #525258;
	}                         

a {
	text-decoration: none;
	}

a:hover {
	color: #000000;	
	}

img {
	border: none;
	}

#clear {
	clear: both;
	}
	
#layoutWrapper {
	position: relative;
	width: 944px;
	margin: 0 auto;
	margin-bottom: 60px;
	}

/*-- END BASICS --*/

#colleft {
	position: relative;
	display: table-cell;
	width: 144px;
	vertical-align: top;
	}
	
#colmid {
	position: relative;
	display: table-cell;
	width: 656px;
	vertical-align: top;
	}
	
#colright {
	position: relative;
	display: table-cell;
	width: 144px;
	vertical-align: top;
	}
	
#logo {
	position: relative;
	margin-top: 84px;
	margin-bottom: 26px;
	text-align: center;
	}
	
#nav {
	position: relative;
	width: 656px;
	text-align: center;
	}
	
#contact {
	position: relative;
	width: 656px;
	text-align: center;
	margin-top: 115px;
	}
	
#food {
	position: relative;
	width: 656px;
	text-align: center;
	margin-top: 115px;
	}
	
#food_logo {
	position: relative;
	display: inline-table;
	width: 190px;
	margin: 10px;
	padding: 10px;
	}
	
#rates {
	position: relative;
	width: 656px;
	text-align: center;
	margin-top: 65px;
	}
	
#phone {
	position: relative;
	margin-top: 35px;
	right: 0px;
	}
