body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 40px;
	background-color: #ffffff;
	color: #666666;
	font-weight: 600;
	line-height: 17px;
}
a { /* remove unwanted focus outlines from links */
	noFocusLine: expression(this.onFocus=this.blur())
	outline: none;
	}
*:focus { 
	outline: none; 
	}
a 			{ text-decoration: none; color: #666666; }
a:hover 	{ text-decoration: none; color: #000000; }
a:active 	{ text-decoration: none; color: #666666; }
a:visited 	{ text-decoration: none; color: #666666; }
a.active 	{ text-decoration: none; color: #000000; }
h2 			{ font-size: 24px; font-style: normal; font-weight: 300; }
p, .post a 	{ font-size: 12px; font-style: normal; font-weight: 200; margin: 0; padding: 0; }
p#hours 	{ width: 91px; float: left; margin: 0; }

img {
	border: none;
	}
#header {
	padding-bottom: 50px;
	}
#navigation {
	float: left;
	width: 240px;
	margin-right: 20px;
	}
#arrowright, #arrowleft {
	float: left;
	padding-right: 8px;
	}	
#arrowright a, #arrowleft a {
	display: block;
	width: 18px;
	background-position: 0 0;
	}
#arrowleft a { background: url(../images/arrow_lt_black.png) no-repeat left top; }
#arrowright a { background: url(../images/arrow_rt_black.png) no-repeat left top; }
#arrowleft a:hover, #arrowright a:hover {
	background-position: -18px 0;	
	}
#content {
	position: absolute;
	left: 280px; 
	top: 65px;
	width: 600px; 
	height: 480px;
	overflow: hidden;
	}
#contentPost {
	position: absolute;
	left: 280px; 
	top: 75px;
	width: 640px; 
	}
#contentLarge {
	position: absolute;
	left: 280px; 
	top: 65px;
	width: 640px;
	height: 480px; 
	overflow: hidden;
	}
	#contentLarge .page {
	float: left;
	width: 640px;
	margin: 0 200px 0 0
	}
#content li {
	display: inline;
	margin: 0;
	padding: 0;
	}
.post:first-child {
	padding-top: 50px;
	}
.post {
	float: left;
	padding-top: 85px;
	width: 465px;
	}
.post h2 {
	margin: 0 0 20px 0;
	}
.post p  {
	width: 365px;
	margin: 0 0 20px 0;
}
.page {
	float: left;
	width: 680px;
	margin: 0 200px 0 0;
	}
.page li {
	float: left;
	}
#thumbs, #photos { position: absolute; width: 9999em; outline:none; }
ul {
	padding: 0 0 30px 0;
	margin: 0;
	}
li {
	list-style: none;
	margin: 0;
	padding: 0;
	}

/* States */
.ui-state-hover {
	border: 1px solid #E9E9E9;
	}

/* Footer */