html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#b5ad96 url(../siteimg/bkgd.png) repeat;
	
	font-family: Georgia, serif;
	font-size:small;
	color:#666;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:720px;
	background:url(../siteimg/test.png) repeat-y;
	padding-left:10px;
	padding-right:10px;
	
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	float:left;
	width:680px;
	height: 60px;
	background:#FFF url(../siteimg/header.png) repeat-x;

	padding: 20px 10px 20px 10px;

}
	div#header p.right {
		float:right;
		font-size:12px;
		text-align:right;
		margin:0;
		color:#666;
	}
	
	div#header p.left {
		float:left;
		font-size:12px;
		text-align:left;
		margin:0;
		color:#666;
	}

div#nav {
	clear: both;
	height: 20px;
	width:700px;
	background-color:#f0ebe1;

}

#nav ul {
	list-style-type:none;
	margin: 0px;
	padding-left: 10px;
	padding-top: 2px;
}

#nav li {
	display:inline;
	font-size:12px;
	color:#666;
	float:left;
	margin-bottom: 3px;
}

#nav li a.notselected:hover {
	color:#703914;
	border-top: 2px solid #894F1A;
	border-bottom: 2px solid #894F1A;
}

#nav li a.notselected {
	text-decoration:none;
	color:#666;
	padding: 0px 8px 1px 8px;	
}

div#content {
	float:left;
	border-top: 1px solid #666;
	background:url(../siteimg/navshadow.png) repeat-x;
	width:680px;
	padding:10px 10px 40px 10px;
}
	div#content p {
		text-align:justify;
		padding:0 1em;
	}

div#footer {
	float:left;
	width:700px;
	position:absolute;
	bottom:0; /* stick to bottom */
}
	div#footer p {
		padding:5px 10px 5px 2px;
		margin:0;
		font-size:9px;
	}

#left {
float:left;
width:350px;
}

#right {
float:left;
width:300px;
padding: 10px 0px 0px 10px;
}
	div#footer .hours {
	padding-top:2px;
	font-size:11px;
	}

.photo-link img, img {
	border:none;
}

.photo-link	{
	padding: 3px;
	width: 75px;
	display: inline;

	 }

a {
	text-decoration:none;
	color: #703914;
	font-size:13px;
}

.selected {
	border-top: 2px solid #703914;
	border-bottom: 2px solid #703914;
	padding: 0px 4px 1px 4px;	

}

.emphasis {
	color:#703914;
	}
 
.clear {
	clear:both;
	}

br {
margin:0;
padding:0;
}

#order1 {
float:left;
padding-left:80px;
}

#order2 {
float:left;
padding-left:80px;
}

