@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background: #BACABF;
	font-family: myriad-pro-1,myriad-pro-2,sans-serif;
	color: #666;
}
img {
	border: 0;
	border-radius:11px;
	-moz-border-radius:11px;
}
#image_box img {
	height: 345px;
	overflow: hidden;
}
#sidebar img {
	padding-bottom: 17px;
}
#thumbnail_box img {
	width: 150px;
	overflow: hidden;
}
textarea {
	width: 300px;
	min-height:100px;
}
p {
	font-size: 16px;
	line-height: 22px;
	margin: 3px 0;
	text-decoration: none;
	color: #666;
}
#content p {
	padding-right: 25px;
}
#address p {
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	color: #666;
}
h1 {
	font-size: 16px;
	line-height: 20px;
	color: #333;
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 0;
	letter-spacing: 1px;
}
h2 {
	font-size: 14px;
	line-height: 15px;
	color: #333;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 0;
}
h3 {
	font-size: 30px;
	line-height: 15px;
	color: #BACABF;
	font-weight: 600;
	text-transform: lowercase;
	margin-bottom: 0;
	letter-spacing: 1px;
	text-align: right;
	padding-right: 25px;
}
#content_archive h3 {
	text-align: left;
	margin-bottom: 25px;
}
strong {
	font-weight: 600;
	color: #666;
}
a {
	text-decoration: none;
	font-weight: 700;

}
a:link {
	color: #666;
}
a:visited {
	color: #666;
}
a:hover {
	color: #666;
}
a:active {
	color: #666;
}
.main #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 925px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.main #header {
	position: absolute;
	background-image: url(../components/header.jpg);
	background-repeat: no-repeat;
	background-color: #BACABF;
	width: 925px;
	height: 620px;
	float: top;
}
.main #menu {
	position: absolute;
	top: 44px;
	width: 813px;
	left: 10px;
	height: 17px;
	text-align: left;
	color: #FFF;
}
.main #gallerymenu {
	position: absolute;
	top: 193px;
	width: 609px;
	left: 200px;
	height: 33px;
	text-align: left;
	color: #999;
	font-size: 24px;
}
.main #archivemenu {
	position: absolute;
	top: 310px;
	width: 79px;
	left: 63px;
	height: auto;
	text-align: right;
	color: #999;
	font-size: 24px;
}
.main #content {
	position: absolute;
	top: 233px;
	left: 0px;
	min-height: 800px;
	width: 725px;
	background-image: url(../components/footer.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #FFF;
	padding-left: 200px;
	padding-bottom: 60px;
	padding-top: 20px;
}
.main #content_archive {
	position: absolute;
	top: 233px;
	left: 0px;
	min-height: 800px;
	width: 725px;
	background-image: url(../components/footer.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #FFF;
	padding-left: 200px;
	padding-bottom: 60px;
}
.main #image_box {
	position: relative;
	display: inline-block;
	margin-right: 17px;
	width: 345px;
	height: 345px;
}
.main #thumbnail_box {
	position: relative;
	display: inline-block;
	margin-right: 17px;
	width: 150px;
	height: 150px;
}
.main #address {
	position: absolute;
	top: 250px;
	right: 746px;
	width: 176px;
	height: 140px;
	text-align: right;
}
.main #sidebar {
	position: absolute;
	top: 645px;
	right: 748px;
	width: 170px;
	height: auto;
	text-align: right;
}
.pinin #content {
	position: absolute;
	top: 620px;
	left: 0px;
	width: 700px;
	background-image: url(../components/footer.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #FFF;
	padding-left: 200px;
	padding-right: 25px;
	padding-bottom: 60px;
}
