* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 75%;
	color: #333;
	background: url(/images/background_dropshadow.png) repeat-y center top #333;
	text-align: center;
}

#page {
	position: relative;
	background: #FFF;
	width: 720px;
	margin: 0 auto;
	text-align: left;
}

/*=Header*/

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 720px;
	height: 151px;
	background: url(/images/header_bg.png);
}

#header h1{
	position: absolute;
	left: 8px;
	top: 126px;
	width: 188px;
	height: 145px;
	overflow: hidden;
	background: url(/images/logo.jpg);
}

#header h1 a {
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -1000px;
	overflow: hidden;
}

/*=Navigation*/

#navigation {
	position: absolute;
	left: 207px;
	top: 113px;
}

#navigation ul {
	list-style: none;
}

#navigation li {
	float: left;
	height: 31px;
	background-image: url(/images/navigation.png);
	z-index: 1;
	overflow: hidden;
	position: relative;
}

#navigation a {
	display: block;
	height: 31px;
	text-indent: -1000px;
	overflow: hidden;
}

#navigation li.current {
	margin-right: -2px;
	z-index: 2;
}

/*=Menu Items*/
#nav_home {
	width: 93px;
	background-position: 0 0;
}

#nav_home.current {
	background-position: 0 -31px;
}

#nav_photos {
	width: 103px;
	background-position: -93px 0;
}

#nav_photos.current {
	background-position: -93px -31px;
}

#nav_about {
	width: 112px;
	background-position: -196px 0;
}

#nav_about.current {
	background-position: -196px -31px;
}

#nav_contact {
	width: 105px;
	background-position: -308px 0;
}

#nav_contact.current {
	background-position: -308px -31px;
}

#content a {
	color: #6A8272;
	text-decoration: none;
	border-bottom: 1px solid #C7E1CB;
}

#content {
	position: absolute;
	top: 160px;
	left: 207px;
	font-size: 1em;
	width: 500px;
}

.copy {
	font-size: 1.2em;
	margin: 20px 10px 10px 40px;
}

.copy h2 {
	font-size: 26px;
	font-weight: normal;
	margin: 20px 0 10px 0;
}

.copy p, .copy li {
	margin: 10px 0;
	line-height: 130%;
}

.copy ul {
	list-style: url(/images/dot.gif)
}

#sidebar {
	position: absolute;
	left: 10px;
	top: 250px;
	width: 190px;
}

#contactform {
	margin: 30px 0 0 40px;
	position: relative;
}

#sendbtn < span {
	text-align: right;
}

#contactform span {
	display: block;
	margin: 15px 0;
}

#contactform input {
	margin-right: 20px;
}

#contactform textarea {
	width: 460px;
	height: 200px;
	display: block;
	overflow: auto;
}

#contactform textarea, #contactform input {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #000;
}

#albumlists {
	left: 40px;
	position: relative;
}

#albumlists ul {
	list-style: none;
	margin-left: 0;
}

#albumlists li {
	display: inline;
	position: relative;
	float: left;
	width: 230px;
	background: url(/images/album_shadow.jpg);
	margin: 5px 10px 5px 0;
	height: 65px;
	overflow: hidden;
}

#albumlists img {
	float: left;
	width: 45px;
	height: 45px;
	margin: 8px;
	border:none;
}

#albumlists h3 {
	font-weight: normal;
	padding-top: 8px;
	margin-right: 5px;
	display: block;
	font-size: 14px;
}

#albumlists .count {
	font-size: .8em;
	color: #999;
}

#albumlists a {
	border: none;
}

#albumviewer {
	position: relative;
	height: 600px;
}

.photowrap {
	position: absolute;
	left: 25px;
	top: 0;
	padding-top: 31px;
	padding-bottom: 1px;
	background: url(/images/album_toolbar.jpg) no-repeat;
}

a#prevslide_btn, a#nextslide_btn {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 23px;
	height: 23px;
	text-indent: -200px;
	overflow: hidden;
	background: url(/images/prev.jpg);
	border: none;
}

a#nextslide_btn {
	left: 31px;
	background: url(/images/next.jpg)
}

#photosetmenu {
	position: absolute;
	left: -223px;
	top: 40px;
	width: 200px;
}

#photosetmenu a {
	border: none;
}

#photosetmenu ul {
	list-style: none;
}

#photosetmenu img {
	border: none;
	width: 40px;
	height: 40px;
	display: block;
}

#photosetmenu li {
	float: left;
	padding: 4px;
}

#photosetmenu li.here {
	border: 4px solid #333;
	padding: 0;
}


dl.contactlist {
	border: 1px solid #999;
	border-width: 1px 0;
	padding: 10px 0;
	margin: 10px 0;
}

dl.contactlist dt {
        float: left;
        clear: left;
        width: 40px;
        height: 30px;
        overflow: hidden;
        background-position: center center;
        text-indent: -100px;
}

dl.contactlist dd {
        min-height: 25px;
        padding: 6px 0 0 0;
		margin-top: 2px;
}


#content dl.contactlist dd {
        margin-left: 50px;
}

#sidebar dl.contactlist dd {
        margin-left: 40px;
}

#sidebar blockquote {
        margin: 30px 15px;
        font-size: .9em;
        text-align: center;
        background: url(/images/quoteopen.png) no-repeat left top;
        color: #666;
		line-height: 150%;
}

#sidebar blockquote p {
        background: url(/images/quoteclose.png) no-repeat right bottom;
        padding: 15px;
}

#sidebar blockquote cite {
        display: block;
        text-align: right;
        margin: 5px 10px 0 0;
        font-weight: bold;
        font-style: normal;
}

#sidebar cite small {
        font-weight: normal;
}

.contactlist #phone {
        background-image: url(/images/phone.png);
}

.contactlist #mail {
        background-image: url(/images/mail.png);
}

.contactlist #fax {
        background-image: url(/images/fax.png);
}

.contactlist #email {
        background-image: url(/images/email.png);
}


/* sIFR Decoy */

.sIFR-hasFlash .copy h2 {
	letter-spacing: -3px;
	font-size: 32px;
	visibility: hidden;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

#photobar {
 position: absolute;
 top: 0;
 left: 0;
}

#photobar a {
 background: url(/images/top_photo.jpg);
 height: 112px;
 display: inline;
 float: left;
 position: relative;
}

#photobar #one {
 width: 126px;
 background-position: 0 -112px;
}

#photobar #one:hover {
 background-position: 0 0;
}

#photobar #two {
 width: 92px;
 background-position: -126px -112px;
}

#photobar #two:hover {
 background-position: -126px 0;
}

#photobar #three {
 width: 158px;
 background-position: -218px -112px;
}

#photobar #three:hover {
 background-position: -218px 0;
}

#photobar #four {
 width: 223px;
 background-position: -376px -112px;
}

#photobar #four:hover {
 background-position: -376px 0;
}

#photobar #five {
 width: 120px;
 background-position: -599px -112px;
}

#photobar #five:hover {
 background-position: -599px 0;
}