/* ================ */
/* = The 1Kb Grid = */     /* 12 columns, 60 pixels each, with 20 pixel gutter */
/* ================ */

.grid_1 { width:60px; }
.grid_2 { width:140px; }
.grid_2photos { width:140px; padding-top:10px; margin-bottom:10px; }
.grid_3 { width:220px; color:#FFF; }
.grid_4 { width:300px; }
.grid_4news { width:300px; height:auto;}
.grid_5 { width:380px; }
.grid_6 { width:460px; }
.grid_6foodmenu { width:460px; height:auto; }
.grid_7 { width:540px; padding-left=10px; padding-top:10px; }
.grid_8 { width:620px; }
.grid_8welcome { width:620px; background-image:url(bluebg.jpg); background-repeat:no-repeat;  }
.grid_9 { width:700px; height:300px;}
.grid_10 { width:780px; }
.grid_11 { width:860px; }
.grid_12 {
	width:940px;
	text-align: left;
	
}

.column {
	margin: 0 10px;
	overflow: hidden;
	float: left;
	display: inline;
	text-align: center;
}

.rowtop {
	width: 960px;
	height:auto;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom:20px;
	text-align:center;
}

.row {
	width: 960px;
	height:auto;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom:20px;
	text-align:left;
}

.row2 {
	width: 960px;
	height:auto;
	margin: 0 auto;
	overflow: hidden;
	background-color: #eaeade;
	padding-bottom:10px;
}

.row .row {
	margin: 0 -10px;
	width: auto;
	display: inline-block;
}


.twitterlist { list-style-type:none; list-style-type: none;
padding: 0;
margin: 0;
font:12px/13px Helvetica;
	color: #000;
	text-align: left;
	margin: 0 0 20px 0;
}

li
{
background-image: url(newsdivider.png);
background-repeat: repeat-x;
background-position:bottom;
padding-bottom:15px;
padding-top:15px; }
