body,div,span,table,tr,td,ul,ol,h1,h2,h3,h4,h5,h6,input,select,pre {
	font:inherit;
	font-family: Arial, Helvetica, Sans-Serif;
	letter-spacing:1px;
}

p {
	font:inherit;
	font-family: Arial, Helvetica, Sans-Serif;
	letter-spacing:0;
}

br {
	letter-spacing:0;
}

form {
	border:0;
	display:inline;
	margin:0;
	padding:0;
}

ul,ol {
	margin:5px 20px;
	padding:0;
}

html {
	margin:0;
	padding:0;
}

a {
	color:#660099;
	text-decoration:underline;
	font-weight: bold;
}

a:hover {
	color:#333;
	font-weight: bold;
	text-decoration:none;
}

p {
	line-height: 24px;
	margin:0;
}

body {
	background:url(/img/background.png) top repeat-x #111;
	font-size:16px;
}

h1,h2,h3,h4 { font-weight:bold; }

#container {
	background:url(/img/header-bg.png) top center no-repeat;
	margin:0 auto;
	width:960px;
}

#header {
	width:960px;
	height:98px;
	color:#fff;
	font-weight:bold;
	padding-top:10px;
}

#header .left {
	width:400px;
	height:85px;
	float:left;
}

#header .left a:hover {
	text-decoration:none;
	border:0;
}

#header .left h1 {
	margin: 5px 0 0 0;
	font-size:16px;
}

#header .right {
	width:540px;
	height:85px;
	float:right;
}

#header .right .restaurant-number {
	float:right;
	font-size:34px;
	margin-bottom:21px;
	letter-spacing:2px;
}

#header .right #navigation {
	clear:right;
	float:right;
	color:#999;
}

#navigation a {
	color:#fff;
	text-decoration:underline;
	font-weight: bold;
}

#navigation a:hover {
	color:#009999;
	text-decoration:none;
	font-weight: bold;
}

#content {
	width:100%;
	min-height:800px;
	padding:0;
}

#side {
	float:left;
	padding: 0;
}

#side span {
	font-weight:bold;
}

#side .bucket {
	width:215px;
	background:#fff;
	padding:0px 0px 10px 20px;
}

.side-title {
	background:url(/img/side_ribbon_teal.png) top left no-repeat;
	width:273px;
	height:51px;
	display:block;
	margin:0 0 -15px -38px;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	padding:7px 0 0 38px;
}



#main {
	float:right;
	width: 655px;
}

#main .bucket {
	width:315px;
	height:200px;
	display:block;
	margin:20px 0;
}

#main .bucket h2 {
	color:#fff;
	margin-left:10px;
}

#main .bucket.left { float:left; }
#main .bucket.right { float:right; }

#main .bucket.menu {
	background:url(/img/menu.png) top left no-repeat;
	}
#main .bucket.photo-gallery {
	background:url(/img/photo_gallery.png) top left no-repeat;
}


.gray-bar {
	background:url(/img/gray_bar.png) top left no-repeat;
	width:698px;
	height:51px;
	display:block;
	margin-left: -20px;
	font-weight:bold;
	font-size:18px;
	padding:7px 0 0 18px;
	color:#666;
}

#flashcontent {
	margin-top:-24px;
}

#comment-bucket {
	width:635px;
	background:#fff;
	margin-top:-25px;
	padding:10px;
}

.user-comment {
	background:url(/img/gray-grad.png) top repeat-x;
	padding:10px;
	margin:0 0 20px 0;
}

.user-comment div {
	float:left;
	padding-right:10px;
}

.user-commit div img { width:125px; height:75px;}


#footer {
	color:#fff;
	font-size: 12px;
}

#footer a {
	color:#ffcc00;
}

#footer a:hover {
	color:#fff;
}