* {
	padding: 0;
	margin: 0;
	font-size: medium;
	 }
html {
	height: 100%; }
body {
	font-family: Georgia;

	/*background: url('/images/background80.jpg');
	background-repeat: repeat;*/
	background: #603913;
	height: 100%;
	color: #603913; }
h1 {
	font-size: 150%;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #603913;}
h2 {
	font-size: 125%;
	font-variant: small-caps;
	margin-top: 1em;}

#wrapper {
	width: 710px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1.5em;
}
#header {
	background-image: url('/images/header.jpg');
	height: 151px;
}
#nav {
	background: #603913;
	height: 1.5em;
	text-align: center;
	padding: .25em 0 0;
 }
#nav ul {
	 list-style-type: none;  }
#nav ul li {
	display: inline;
	padding: 0 1.5em; }
#nav ul li a {
	color: #fbe8c7;
	text-decoration: none;}
#nav ul li a:hover {
	color: #ffff00;
	text-decoration: underline; }	

#main {
	min-height: 100%;
	background: white;
	text-align: left;
	padding: 1em;
}

#main p {
	margin-bottom: 1em; }

/*---------- HOME PAGE --------------*/

#home {
	padding: 0 300px 0 2em;
}
#home #rightColumn {
	float: right;
	padding-right: 30px;
	padding-left: 50px;
	margin-right: -280px;
}
#home #rightColumn h1 {
	margin-top: 0;
}
#home #firstBox {
	width: 220px;
	height: 150px;
	margin-bottom: 30px;
}
#home #secondBox {
	width: 220px;
	height: 150px;
	margin-bottom: 30px;
	}
#home #thirdBox {
	width: 220px;
	height: 150px;
	background: yellow;
	margin-bottom: 30px;
	}
	
#twitterFeed {
	width: 220px;
	font-size: 10px;
	color: #333;
	padding: 10px;
	font-family: arial,helvetica;
	background: #ff9;
	margin-bottom: 20px;
	}

#twitterFeed h1 {
}

#twitterFeed .item p.description {
	font-size: 100%;
	font-weight: bold;
	color: #603913;
	padding-top: 1em;
}

#twitterFeed .item p.date {
	font-size: 70%;
	color: #900;
}
	
/*---------- MENU PAGE --------------*/

#menu h1 {
	border-top: 1px solid #603913;
	padding-top: 1em;
}

#menu td.price, #menu p.price {
	color: #f00;
}

#menu h2, #menu h3 {
	margin-top: 1em;
}

#menu h3 {
	margin-left: 2em;
}

#menu ul {
	margin-left: 4em;
}

#menu ul li ul {
	margin-left: 2em;
}

#menu table {
	margin: 1em auto;
}

#menu table tr th, #menu table tr td {
	padding: 4px;
}

/*---------- CONTACT PAGE --------------*/	

#contactPage, #contactPage p {
	text-align: left; }
#contactPage form {
	padding: 2em 0 0 0; }
#contactPage p.contactEmailSent {
	margin: 4em 0;
	color: #f00; }
.clearBoth {
	clear: both;
}
