body {
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #585C4D;
	font-family: Arial, Helvetica, sans-serif;
}

#navigation { min-width: 760px }

h1 {
	float: left;
	margin: 20px 30px 30px 30px;
	padding: 5px 8px;
	font-size: 115%;
	background-color: #AB6D2E;
	color: #FFF;
}

#logo {
	position: absolute;
	float: left;
	top: 18px;
	left: 18px;
	z-index: 10;
}

#navigation { 
	padding: 20px 0 20px 240px;
	background-color: #263348;
	text-align: center;
}

#navigation ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	width: 700px;
	overflow: hidden;
}

#navigation li {
	display: block;
	float: left;
	margin: 0;
	padding: 13px 0;
}

#navigation li a {
	padding: 0 11px;
	border-right: 1px dotted #9FA584;
	text-align: center;
}

#navigation li.last a { border: none }

#galleryprintstore {
	margin-left: 33px !important;
	padding-left: 33px !important;
	border-left: 1px dotted #9FA584;
}

#galleryprintstore a {
	border-right: none !important;
	padding-right: 22px !important;
	background: url('../graphics/nav/cart.gif') no-repeat right center;
}

#splitcontainer {
	overflow: hidden;
	margin: 0;
	padding-left: 240px; /* width of #rail */
}

#splitcontainer { zoom: 1 } /* IE fix -- prevents from collapsing */

#rail {
	float: left;
	width: 240px;
	margin-left: -240px;
	display: inline; /* IE fix */
	color: #F5F7FB;
}

#rail .highlight {
	color: #F5F7FB;
	font-weight: bold;
	font-size: 110%;
	text-transform: uppercase;
	text-decoration: none;
}

#rail a { color: #F5F7FB }
#rail a:hover { color: #E3D8B0 }

#content.split {
	width: 100%;
	float: right;
	margin-left: -240px;
	border-style: solid;
	border-width: 0 0 0 240px; /* width of #rail */
	border-color: #585C4D; /* color of #rail */
	color: #F5F7FB;
}

#content a { color: #F5F7FB }
#content a:hover { color: #E3D8B0 }

#footer {
	clear: both;
	padding: 18px;
	font-size: 10px;
	color: #DFDCC7;
	text-align: right;
	white-space: nowrap
}

#footer span { margin: 0 10px }

#footer a { color: #DFDCC7 }
#footer a:hover { color: #E3D8B0 }



/* HOME PAGE */

.page_home #rail {
	background-image: url('../graphics/star_bg.gif');
	background-repeat: no-repeat;
	background-position: 0 34px;
	font-size: 12px;
	line-height: 210%;
}

.page_home #rail p { /* avoids box model issues (vs. #rail padding) */
	padding: 68px 20px 40px 40px; 
}

.page_home #rail p.copy {
	padding-top: 0;
	font-size: 10px;
	line-height: 110%;
	color: #DFDCC7;
}

.page_home #content {
	font-size: 10px;
	color: #DFDCC7;
}

.page_home #section_images { /* least hacky way to vertically center images */
	height: 530px;
	margin: 10px auto;
}

.page_home #section_images td p {
	margin-top: 4px;
	text-align: right;
}



/* GALLERY PAGES */

.gallery {
	padding: 30px auto;
}

.gallery td {
	padding: 30px;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	color: #DFDCC7;
}

.gallery td p {
	margin: 4px 40px;
}

#content .thickbox img { border: 2px solid #161713 }
#content .thickbox img.hover { border: 2px solid #79806C }



/* EXPERIENCE PAGE */

.page_experience #splitcontainer {
	background-color: #898A7E;
}

.page_experience #rail {
	background-color: #9C9B89;
	color: #1F293A;
	font-size: 11px;
	line-height: 120%;
	font-weight: bold;
}

.page_experience #rail ul {
	margin: 0;
	padding: 0;
}

.page_experience #rail ul.top {
	list-style-image: url('../graphics/bullet.gif');
	padding: 15px 10px 15px 30px;
}

.page_experience #rail ul.sub {
	padding: 13px 0 0 13px;
	list-style-type: disc;
	list-style-image: none;
}

.page_experience #rail li {
	padding: 0 0 13px 3px;
}

.page_experience #rail_subnav {
	margin: 26px 13px;
	padding: 8px 6px;
	border: 1px solid #898A7E;
}

.page_experience #rail_subnav a {
	display: block;
	margin: 13px 0;
	padding-left: 30px;
	background: url('../graphics/subnav_arrow.gif') no-repeat top left;
	color: #1F293A;
	font-size: 110%;
	text-decoration: none;
}

.page_experience #rail_subnav a:hover { color: #1F293A }

.page_experience #content {
	padding-bottom: 30px;
	border-color: #9C9B89; /* color of #rail */
	font-size: 12px;
	line-height: 150%;
}

.page_experience #content ul {
	float: left;	
	margin: 0;
	padding: 0 30px;
	list-style-type: none;
}

.page_experience #content .clientlist { clear: both }

.page_experience #content li {
	color: #000;
}

.page_experience #dedication {
	float: right;
	width: 350px;
	margin: 20px 30px 30px 30px;
	padding: 4px 4px 12px 12px;
	font-size: 90%;
	line-height: 120%;
	color: #DFDCC7;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #79806C;
}
.storybook { 
	clear: both;
	margin: 0 auto;
}

.storybook .photo {
	text-align: center;
	padding: 15px 60px 15px 0;
}

.storybook .photo p {
	padding-top: 4px;
	font-size: 11px;
	color: #DFDCC7;
}

.storybook .description {
	width: 400px;
	padding: 15px 0;
	color: #F5F7FB;
	line-height: 170%;
}

.storybook .description p { margin: 15px 0 }



/* CONTACT PAGE */

.page_contact #rail {
	color: #F5F7FB;
	font-size: 11px;
	line-height: 130%;
}

.page_contact #rail p { padding: 15px 15px 0 30px }

.page_contact #content {
	font-size: 12px;
	line-height: 150%;
}

.page_contact #content p { 
	clear: both;
	padding: 0 30px 30px 30px;
}
