body, html {
	background-image: url(/images/site/menu-bg.jpg);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
div#Outer {}

div#MainSpaceContent {
	position: relative; /* required */
	width: 960px; /* width of div */
	margin-left: -480px; /* half of width */
	left: 50%;	/* sits center */
}

p {
	padding:0px;
	margin:0px 0px 10px 0px;
	line-height:16px;
	text-align:justify;
}

.red {color: #E12032;}
.redBold {color: #E12032; font-weight:bold;}
.yellow {color: #FFCC33;}

/* Default Links */

a {
	font-weight:bold;
	color: #E12032;
}
a:hover {
	color: #000000;
}
div#MenuContainer {
	width:960px;
	height:200px;
}
/* Left */

div#LeftContainer {
	width:200px;
	margin: 10px 15px 10px 0px;
	float:left;
}
.WeeklyEventsContainer {
	width:200px;
}
.WeekDay {
	width:200px;
	background-color: #E12032;
}
.WeekDescription {
	width:190px;
	background-color: #000000;
	padding: 5px;
}
.WeekDescription p {
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	line-height: 12px;
	text-align:left;
	margin-bottom: 5px;
}
/* Middle */

div#MiddleContainer {
	width:530px;
	min-height: 600px;
	margin: 10px 15px 0px 0px;
	padding: 0px 15px;
	border-width: 0px 1px;
	border-style:solid;
	border-color: #E12032;
	float:left;
}

/* Home Page Articles */

div#ArticleContainer {
	width: 530px;
	float:left;
	padding: 10px 0px;
	border-width: 1px 0px 0px 0px;
	border-style:solid;
	border-color: #CCCCCC;
}
div#ArticleText, div#ArticleTextEvents {
width:	370px;
float:left;
padding-right: 10px;
}
div#ArticleTextEvents p {
margin-right: 10px;
}
div#ArticleImage {
width: 150px;
float:right;
}

/* Food and Drink Menu */

div#FoodDrinkMenuContainer {
	width: 530px;
	float:left;
	padding: 5px 0px;
	border-width: 1px 0px 0px 0px;
	border-style:solid;
	border-color: #CCCCCC;
}
div#FoodDrinkMenuText {
width:	470px;
float:left;
padding-right: 10px;
}
div#FoodDrinkMenuPrice {
width: 50px;
float:left;
text-align:right;
}

div#FoodDrinkMenuPrice p {
text-align:right;
}

/* Wine List */

.WineListContainer {
	width: 530px;
	float:left;
	padding: 5px 0px;
	border-width: 1px 0px 0px 0px;
	border-style:solid;
	border-color: #CCCCCC;
}
.WineType {
width:	200px;
float:left;
padding-right: 10px;
}
.WineRegion {
width:	200px;
float:left;
padding-right: 10px;
}
.WineGlass {
width:	50px;
float:left;
padding-right: 10px;
}
.WineBottle {
width:	50px;
float:left;
}

.WineGlass p, .WineBottle p {
text-align:right;
}





div#FoodDrinkMenuPrice {
width: 50px;
float:left;
text-align:right;
}

div#FoodDrinkMenuPrice p {
text-align:right;
}
	
/* Right */
div#RightContainer {
	width:160px;
	margin-top: 10px;
	float:left;
}

.BlockRight {
	width: 160px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
/* Footer */
div#Footer {
	position: relative;
	width:100%;
	height: 75px;
}

div#FooterTop {
height: 19px;
padding-top: 6px;
background-color: #E12032;
}

div#FooterBottom {
height: 39px;
padding-top: 11px;
background-color: #000000;
}

div#FooterBottom, div#FooterTop {
color:#FFFFFF;
font-size:10px;
font-weight:bold;
text-align:center;
}

div#FooterTop a {
	color: #FFFFFF;
}
div#FooterBottom a {
	color: #E12032;
}
div#FooterBottom a:hover, div#FooterTop a:hover {
	color: #FFCC00;
}

