body {  
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	text-align: center;
	background: #ffffff url(images/background.jpg) no-repeat center top;

}
#container
{
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	text-align: left;
}
#header {
	height:159px;
	padding-top: 20px;
}

/* =navigation */

#nav {
	clear:both;
}
#nav ul {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	background:#d3b5cc;
}
#nav li {
	display:inline;
	margin:0;
	padding:0;
}
#nav a {
	display:block;
	float:left;
	width:auto;
	margin:0;
	padding:0 16px;
	border-bottom:none;
	background:#d3b5cc;
	text-decoration:none;
	color:#000000;
	font-size: 0.87em;
	line-height: 2.0em;
}
#nav a:hover,
#nav a:focus,
#nav a:active, #sel {
	background:#c560ae;
	display:block;
}

/* =content home */

#content1 {
	width:690px;
	padding-left:10px;
	padding-right:10px;
	background:#FFFFFF;
	height:auto;
	min-height:700px;
	float:left;
}
#content1 a {
	color: #000000;
	text-decoration: underline;
}
#content1 a:hover {
	text-decoration: none;
}
#content h1 {
	font-size: 1.4em;
	font-weight: normal;
	padding-top: 6px;
	color: #6c3441;
}
#content1 h2 {
	font-size: 1.3em;
	font-weight: normal;
	padding-top: 6px;
	color: #6c3441;
}
#content1 h3 {
	font-size: 1.2em;
	font-weight: normal;
	padding-top: 6px;
}
#content1 p {
	font-size: 0.91em;
	line-height: 1.6em;
}
#content2 {
	width:240px;
	background:#FFFFFF;
	height:auto;
	float:right;
	min-height:700px;
}
	
/* =content */

#content {
	width:930px;
	padding-left:10px;
	padding-right:10px;
	background:#FFFFFF;
	clear:both;
	height:auto;
	min-height:700px;
}
#content a {
	color: #000000;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}
#content h1 {
	font-size: 1.4em;
	font-weight: normal;
	padding-top: 6px;
	color: #6c3441;
}
#content h2 {
	font-size: 1.3em;
	font-weight: normal;
	padding-top: 6px;
	color: #6c3441;
}
#content h3 {
	font-size: 1.2em;
	font-weight: normal;
	padding-top: 6px;
}
#content p {
	font-size: 0.91em;
	line-height: 1.6em;
}#content li {
	font-size: 0.91em;
	line-height: 2.0em;
}
#contentleft {
	float: left;
	width: 300px;
}
#contentright {
	float: right;
	width: 300px;
}

/* Menu items */
#starters {
	float: left;
	width: 450px;
	padding:5px;
	background-image: url(images/starters.jpg);
	background-repeat: repeat-x;
}
#starters h2 {
	text-align: center;
}
#comfort {
	float: right;
	width: 450px;
	padding:5px;
	background-image: url(images/comfort2.jpg);
	background-repeat: repeat-x;
}
#comfort h2 {
	text-align: center;
}
#mains {
	float: left;
	width: 450px;
	padding:5px;
	background-image: url(images/mains2.jpg);
	background-repeat: repeat-x;
	clear: left;
}
#mains h2 {
	text-align: center;
}
#brunch {
	float: right;
	width: 450px;
	padding:5px;
	background-image: url(images/brunch2.jpg);
	background-repeat: repeat-x;
	clear: right;
}
#brunch h2 {
	text-align: center;
}
#afters {
	float: right;
	width: 450px;
	padding:5px;
	background-image: url(images/afters2.jpg);
	background-repeat: repeat-x;
}
#afters h2 {
	text-align: center;
}

/* =footer */

#footer p {
	font-size: 0.81em;
	color: #FFFFFF;
	vertical-align: middle;
}
#footer {
	background-color: #6c3441;
	height: 2.5em;
	color: #FFFFFF;
	font-size:0.95em;
	clear:both;
   }
#footer #rightfoot a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer #rightfoot a:hover {
	text-decoration: underline;
}
#leftfoot {
	float:left;
	margin-left: 10px;
}
#leftfoot a {
	color: #FFFFFF;
	text-decoration: none;
}
#leftfoot a:hover {
	text-decoration: underline;
}
#rightfoot {
	float:right;
	margin-right: 10px;
}
/* control image alignment */

.imageleft {
	font-size: small;
	color: #999999;
	float: left;
	margin-right: 10px;
}
.imageright {
	font-size: small;
	color: #999999;
	margin-right: 6px;
	margin-left:10px;
	float: right;
}
/* miscellaneous */
#download {	
    list-style-position: outside;
	list-style-image: url(images/icons/pdf.png);
}
#download li {
	line-height: 2.5em;
}
#floatright {
	float: right;
	width: 48%;
}
small {
	font-size: 0.81em;
	text-align: center;
}
#strike {
	text-decoration: line-through;
}
