@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
	color:#000000;
}
@font-face {
	font-family: BentonSans;
	src: url('BentonSans-ExtraLight.otf');
}
.benton {
	font-family: BentonSans, "Helvetica Neue";
	font-size: 0.8em;
}
a {
	color: #666666;
	text-decoration:none;
}
a:hover {
	color:#999999;
}
a img {
	border: none;
}
.left {
	float:left;
}
.right {
	float:right;
}
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.style1 {
	font-family: "Helvetica Neue", Helvetica;
	font-size: 0.55em;
}
.style2 {
	font-family: "Helvetica Neue", Helvetica;
	color: #666666;
	font-size:12px;
	font-weight:bold;
}
.style3 {
	font-family: "Helvetica Neue";
	font-size: 12px;
	font-weight: lighter;
}
.ul {
	text-decoration: underline;
}

/* header and navigation */
#header {
	position:fixed;
	margin-top:5px;
	margin-bottom:15px;
	width:750px;
	left:50%;
	margin-left:-375px;
	z-index: -1;
}
#header-bg {
	width: 100%;
	position: fixed;
	height: 115px;
	top: 0px;
	background-color: #FFFFFF;	
}
#header-logo {
	margin-left:auto;
	margin-right:auto;
	width: 721px;
	height: 56px;
	text-indent:-9999px;
	background: url(../images/header.png) no-repeat 0 0;
}
#header-nav {
	position:relative;
	width:750px;
	height:27px;
	margin-left:auto;
	margin-right:auto;
	border-bottom: thin solid #787878;
}
#header-nav ul li {
	list-style-type:none;
	float:left;
	height:25px; 
	width:50px;
	margin-left: 48px;
	margin-right: 110px;
}
#header-nav ul li a {
	height:25px; 
	width:50px;
}
#header-nav ul li#nav-blog a {
	width:44px;
	margin-right: 0;
}
#header-nav ul li#nav-blog {
	width:44px;
	margin-right: 0;
}
#header-sub {
	position:relative;
	margin-left:49px;
	margin-top:7px;
}
#header-sub ul li {
	list-style-type:none;
	float:left;
	margin-right:15px;
}
.photo-nav {
	margin-left:170px;
}
	
/* main content */
#content-photos {
	float:left;
	white-space:nowrap;
	margin-left:50px;
	margin-top:110px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-right: 20px;
	background-color: #FFFFFF;
}
#content-photos img{
	vertical-align:text-top;
	margin-right: 5px;
}
#footer {
	position: fixed;
	width: 100%;
	height: 15px;
	bottom: 0px;
	padding: 5px;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	text-align: center;
	color: #CFCFCF;
	background-color: #FFFFFF;
}
#about-wrapper {
	width:600px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
}
#about-txt {
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
	text-align: justify;
}
#about-txt p {
	margin:10px;
	font-size:1.2em;
}
#about-links {
	text-align:center;
	padding-top:10px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:200px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
}
#about-links ul li {
	list-style:none;
	margin:10px;
}
#contact-txt {
	margin-top:10px;
	margin-left:110px;
	margin-left:auto;
	margin-right: auto;
	width:400px;
}
