body {
	font: 12px/1.75 'lucida grande', arial, sans-serif;
	background: #eee; color: #333;
}
a:link, a:visited {
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}
.clear {
	clear: both;
}
div.part {
	width: 960px;
	margin: auto;
	clear: both;
}
h2, h3, h4, h5, h6 {
	color: #000;
}
h2 {
	font-size: 18px;
	margin-bottom: 10px;
}
h2 a:link, h2 a:visited {
  color: #000;
  text-decoration: none;
}
p {
	margin-bottom: 10px;
}
ol li {
  list-style-type: decimal;
  margin-left: 32px;
}

/*Layout*/
div.col2left{
	width: 420px;
	float: left;
}
div.col2right {
	width: 420px;
	float: right;
}
div.col2left-goldenratio {
	width: 550px;
	float: left;
}

div.col2right-goldenratio {
	width: 280px;
	float: right;
}

/*Site Navigation*/
#nav ul {
	line-height: 30px;
	margin: 10px 0 0 190px;
	text-align: left;
}
#nav ul li {
	display: inline-block;
	margin: 0 10px;
}
#nav ul li a {
	color: #666;
}

/*Header*/
#header {
	position: relative;
}
#header img {
	display: block;
}
#header h1, #apr {
	position: absolute;
	top: -10px;
}
#header h1 {
	left: 25px;
}
#header h1 a {
	display: block;
	width: 150px; height: 65px;
}
#apr {
	display: block; right: 25px;
	width: 65px; height: 65px;
}
#header h2 {
	color: #000;
	padding: 85px 40px 40px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 32px;
	line-height: 40px;
	font-weight: bold;
	background: #ddd;
	margin-bottom: 0;
}
#intro {
  padding: 15px 24px 25px;
  width: 910px;
  border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #fff;
	margin-bottom: 0;
	color: #666;
	font: 19px/1.5em 'helvetica neue', tahoma, sans-serif;
	font-weight: normal;
}

/*Page Content*/
#content {
	background: #fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	width: 910px;
	padding: 0 24px;
}
#content a:link, #content a:visited {
	color: #08c;
}
#content h2 a:link, #content h2 a:visited {
  color: #000;
}
#content h2 a:hover, #content h2 a:active {
  color: #08c;
}

/*Disclaimer*/
#disclaimer {
	text-align: center;
	font: 10px/1.5 'Lucida Grande', Verdana, sans-serif;
	clear: both;
	padding: 25px 24px 15px;
}

/*Store*/
div.store {
	border-top: 1px solid #eee;
	margin-bottom: 40px;
	min-height: 160px;
}
div.store h3 {
	margin-top: 5px;
	font-size: 14px;
}
div.store ul {
	margin-left: 100px;
}
div.store ul li {
	position: relative;
}
div.store ul li span.label {
	display: block;
	width: 100px;
	position: absolute;
	left: -120px;
	font-weight: bold;
	text-align: right;
}

/*Post*/
div.post a.post_image {
	display: block;
	float: right;
	margin: 0 0 15px 15px;
	border: 1px solid #eee;
}
div.post h3 {
	font-size: 14px;
}
div.post h4 {
	font-size: 11px;
	color: #999;
}
div.post p {
	font-size: 12px;
	color: #333;
}
div.post hr {
	clear: both;
	margin-bottom: 15px;
	border-color: transparent;
}

/* Sub Content*/
#sub_content {
	padding: 20px 30px;
	background-color: #151515;
	color: #ccc;
}
#sub_content h2 {
	font-size: 14px;
	color: #fff;
	margin-bottom: 0;
}
#sub_content h2 a {
	color: #fff;
}
#sub_content h3 {
	font-size: 12px;
	color: #fff;
}
#sub_content h4 {
	color: #fff;
	font-weight: normal;
	font-size: 10px;
}
#sub_content p, #sub_content li {
	font-size: 11px;
	color: #999;
}
#sub_content div.post hr {
	clear: both;
	margin-bottom: 0;
	border-color: transparent;
}
#sub_content div.store {
	border-top: none;
	min-height: 120px
}
#sub_content span.label {
  width: 80px;
  left: -100px;
	color: #fff;
}


/*Footer*/
#footer p {
	color: #666;
	text-align: center;
	line-height: 30px;
	margin-bottom: 10px;
	font-size: 11px;
	border-top: 1px solid #ddd;
}
#footer a {
	color: #333;
}

/*Google Map*/
#map {
  width: 340px;
  height: 240px;
  margin: 15px auto 15px -30px;
  overflow: hidden;
  position: relative;
}
#store_title {
  position: relative;
  top: 0;
  left: 0;
  padding: 5px 30px;
  background: #000;
  color: #fff;
  opacity: 0.85;
}