html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, a, blockquote, pre, fieldset, table, th, td, textarea, input, button { 
	margin: 0; padding: 0; }
a img {border: none;}


body {
	background:#fff url(images/red-tile.png);
	margin:0;
	padding: 0;
	font-family:serif;
	color:#323232;
}

#outer-wrapper {
background:url(images/wrap-top-repeat.png) top repeat-x;
width:100%;
margin:0;
padding:0;
}	

#wrapper{
width:960px;
margin:0 auto;
padding:0;
}

#header{
background:url(images/header.png) no-repeat top;
margin:0;
height:185px;
}

#header h1{
font-size:0;
}

#sidebar{
	width:180px;
}
#nav{
font-family:Georgia, Times New Roman, Serif;
font-size:12px;
padding-top:34px;
}

.innernav ul{
padding-bottom:30px;
background:url(images/nav-bottom.png) no-repeat bottom left;
}

.brunchmenu {
	float:left;
}

#content{
width:680px;
background:white url(images/cream-tile.png);
float:right;
margin-right:93px;
min-height:400px;
font-family:Georgia, Times New Roman, Serif;
font-size:13px;
line-height:1.5em;
padding-bottom:30px;
border-right:1px solid #222;
border-bottom:1px solid #222;

}

#content .container{
margin-left:50px;
margin-top:30px;
margin-right:70px;
}

.right{
float:right;
padding:7px 7px 10px 7px;
margin:0 10px 10px 10px;
background:white;
border:1px solid #BFA38A;
}

.left{
float:relative;
padding:7px 7px 10px 7px;
margin:0 10px 10px 10px;
background:white;
border:1px solid #BFA38A;
clear:both;
}

#content h2{
padding-bottom:10px;
margin-bottom:15px;
margin-top:20px;
border-bottom:1px solid #BFA38A;
}

#content p {
padding-bottom:15px;
}

#footer{
font-family:Georgia, Times New Roman, Serif;
	font-size:12px;
	background:#323232;
	margin-left:187px;
	margin-top:20px;
	width:680px;
color:white;
float:left;
padding-bottom:20px;
line-height:1.5em;
}
#footer .footer-inner{
	margin-left:50px;
}
#footer p{
	float:left;
width:160px;
margin-right:17px;
margin-top:15px;
}

.callout{
	background:yellow;
	margin-bottom:15px;
}

