* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #202329;
	color: #676F7F;
	font-family: "Century Gothic", CenturyGothic, helvetica, arial, sans-serif;
	font-size: 85%;
}

#container {
	margin: 10px auto 20px auto;
	width: 800px;
	position: relative;
}

#header {
	height: 95px;
	position: relative;
}

#header h1 a {
	display: block;
	background: url(images/FingerpricePrintsPhotography.png);
	width: 403px;
	height: 95px;
	
	text-indent: -999em;
	overflow: hidden;
}



#header h2 {
	display: block;
	background: url(images/FloraFauna.png);
	width: 335px;
	height: 26px;
	
	top: 33px;
	left: 454px;
	position: absolute;
	
	text-indent: -999em;
	overflow: hidden;
}

#header ul {
	position: absolute;
	top: 70px;
	color: #D2BC3E;
	list-style: none;
}

#header ul li
{
	display: block;
	float: left;
	margin-left: 0;
	padding: 4px 7px 0px 13px;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 9px;
	
	width: 0; /* for ie6 */
	white-space: nowrap;
}

#header ul > li {
	width: auto;
}

#header ul li.first {
	list-style: none;
	padding-left: 3px;
	background-image: none;
}

#header ul li a {
	display: block;
	height: 22px;
	font-size: 11px;
	color: #D2BC3E;
	text-decoration: none;
}

#header ul li a:hover,
#header ul li a.active {
	background-image: url(images/NavIndicator.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #CFC5C5;
}

#main {
	background-color: #14151A;
	color: #E8E1D8;
	border: 1px solid #505561;
	
	position: relative;
	width: 788px;
	height: 600px;
	
	font-family: georgia, times, serif;
	
	overflow: hidden;
}

.front #main .slides {
	margin: 34px 28px;
	width: 727px;
	height: 529px;
}

#footer {
	position: relative;
	text-align: center;
	padding-top: 6px;
	font-size: 0.9em;
	line-height: 1.5;
}

#footer .bullet {
	padding: 0 10px;
}

#footer a:link {
	color: #676F7F;
}

a:link, a:visited
{
	color: #5C93B9;
	text-decoration: underline;
}

a:hover, a:active
{
	color: #CED45E;
	text-decoration: none;
}

.slides {
	list-style: none;
}

#page-img {
	display: inline;
	float: left;
	width: 314px;
	height: 600px;
	margin-right: 20px;
}

h1, h2 {
	font-family: "Century Gothic", CenturyGothic, helvetica, arial, sans-serif;
}

h2 {
	color: #8BA0BC;
	font-size: 1.3em;
	margin-bottom: 0.5em;
}

h3 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	color: #B79D41;
	font-weight: normal;
	font-size: 1.1em;
	font-style: oblique;
}

#page-content {
	padding-top: 14px;
	
	line-height: 1.4;
}

#page-content h2 {
	font-weight: normal;
	text-transform: uppercase;
}

#page-content p {
	margin-bottom: 0.5em;
}

.scroller {
	height: 550px;
	overflow: auto;
	padding-right: 14px;
	padding-bottom: 1em;
}