body {
	margin: 20px 0;
	padding: 0;
	background: #CECECE url(images/img1.gif);
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1{
	color: #730000;
}

h2 {
  color: #a56d34;
	font-size: 200%;
	 font-weight: lighter;
  font-family: times New Roman, "serif";
}

h3 {
  color: #cb6f5c;
	margin: 0;
	font-size: 1.2em;
	font-weight: bolder;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	color: #730000;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 700px;
	height: 200px;
	margin: 0 auto;
	background: url(images/img25.jpg);
}

#header * {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #f7e51f;
}

#header h1 {
  float: right;
  padding: 3px 10px 0px 0px;
  font-size: 1.8em;
  font-weight: lighter;
  font-family: comic Sans MS, "cursive";
}

#header h2 {
	float: left;
	padding: 20px 0 0 0;
	font-size: 1em;
}

/* Menu */

#menu {
	width: 700px;
	height: 41px;
	margin: 0 auto;
	background: #2E2E2E url(images/img3.gif)
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	color: #FBF391;
}

#menu a:hover, #menu .active a {
	background: url(images/img4.gif);
	color: #FFFFFF;
}
/* this is the restaurant menu section ;) */

.men_title{
  font-size: 1.2em;
  font-weight: normal;
  display: inline-block;
  color: #3366FF;
  padding-top: 10px;
 }
.men_desc{
  font-size: 0.9em;
  display: inline;
  font-style: italic;
}
.men_price{
  display: inline;
  font-size: 0.8em;
  font-weight:bold;
  padding-left: 15px;
}
.men_footer{
  margin-top: 20px;
  font-size: 0.8em;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	background: url(images/img5.gif);
}

#colOne {
	float: left;
	width: 160px;
	padding: 20px 10px 0 10px;
}

#colTwo {
	float: left;
	width: 360px;
	padding: 20px 10px 0 10px;
}

#colTwo textarea {
  border: 0px none ;
  background: transparent none repeat scroll 0%;
  width: 100%; 
  height: 60%;
}

#colTwo input {
  background: transparent none repeat scroll 0%;
  margin-right: 10px;
}

#colTwoBig {
	float: left;
	width: 480px;
	padding: 20px 10px 0 10px;
}

#colThree {
	float: left;
	width: 120px;
	padding: 10px;
	background: transparent url(images/rightcol.gif) repeat scroll 0% 50%;
}

.telnum {
  display: inline;
  font-size: 0.9em;
  font-weight: bold;
}

.rimg {
  display: inline-block;
  float: right;
  border: 0px none;
  padding-left: 2px;
  padding-right: 5px;
}

.rlink{
  text-decoration: none;
  float: right;
  padding-right: 5px;
}

.imglink{
  border: 0px none ;
  background: none;
}

.rev_desc{
  font-size: 110%;
  display:inline;
  font-style: italic;
}

/* Footer */

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/img6.gif) repeat-x;
	font-size: smaller;
}

#footer * {
	color: #000000;
}