body {

background-color:#000;
font-family: arial;
text-align: center; /*  for IE */
margin-top:0px;
margin-bottom:0px;
}

#wrapper {
	width:800px;
	margin:auto;
	background: url(images/content_bg.jpg) repeat-y;
}

#header{
	width:800px;
	height: 67px;
	background: url(images/header.jpg);
}

#flash_banner{
	width:800px;
	height:171px;
	background: url(images/flash_bg.jpg) no-repeat; */
	background-position: bottom center;
	background-color:#8d0000;
}


#menu{
	width:800px;
	height:52px;
	padding-top: 5px;
	background: url(images/menu_bg2.jpg) no-repeat; */
	color:#fff;	
	
}

#menu a{
	font-size:14px;
	color:#fff;
	letter-spacing: 3px;
	
}


	

a{
	text-decoration:none;
	color:#000;
}
a:hover{
	color:#666;
}

#content{
	
	width:800px;
	min-height:302px;
	
	text-align:left;
	
}

#sidebar{
	width:150px;
	margin-left:36px;
	float:left;

	
}



#content_padding{
	width:500px;
	position:relative;
	float:left;
	margin-left: 65px;
	font-size:12px;
}

#content_padding h1{
	font-size:16px;
	color:#900;
	
}

#footer{
	font-size: 12px;
	padding-top:15px;
	clear:both;
	width:800px;
	height:57px;
	background: url(images/footer_bg.jpg) no-repeat;
	background-color:#000;
	color:#fff;
}

#hugetext{
	font-size: 35px;
	font-weight: bold;
}

#eventtext{
	font-size: 18px;
	
}


h2{
	font-size: 18px;
}

#viplist{
	list-style-image: url(images/lipsBullet.jpg);
	font-weight:bold;
	list-style-type: square;
	line-height: 2em;	
}

#kitchentable{
	width:100%;
	font-weight:bold;
	font-size: 14px;
	overflow:hidden;
}

.dropcap {
	float: left;
	font: bold 20pt/0.8em Helvetica, Verdana, Arial, sans-serif;
	color: #600;
	margin-right: 2px;
	padding-top: 2px;
	
  }
  
.tinytext{
	font-size:3px;
	color:#fff;
}
.tinytext a{
	color:#fff;
}

.kitchentext{
	font-family: impact, arial, "lucida console", sans-serif;
	font-size:16px;
}

.kitchenblue{
	color: #09c;
}

.kitchencomic{
	font-family: 'Comic Sans MS', arial, "lucida console", sans-serif;
	font-size:16px;
}

.enterlink a{
color: #CC0;
}
