body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #fafafa;
	background-color: #000;
	text-align: center;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
.pagearea {
	width: 951px;
	margin: 0 auto;
	text-align: left;
}
a {
	color: #ccc;
	text-decoration: underline;
}
a:hover {
	color: #fff;
}
#content {
	background: #2a2a2a url(../images/top-bg.gif) repeat-x;
}


/* ------------------ header area -------------------- */
#header {
	height: 46px;
	position: relative;
}
#header h1 {
	margin: 0;
	padding: 0;
	width: 163px;
	height: 46px;
	float: left;
}
#header h1 a {
	display: block;
	width: 163px;
	height: 46px;
	background: url(../images/logo.gif) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}
/* ------------------ nav -------------------- */
ul#nav {
	float: right;
	margin: 13px 0 0 0;
	padding: 0;
	list-style-type: none;
}
ul#nav li {
	float: left;
	height: 33px;
}
ul#nav li a {
	display: block;
	height: 33px;
	overflow: hidden;
	text-indent: -9999px;
}
ul#nav li.photo a {
	width: 130px;
	background: url(../images/nav-photography.gif) no-repeat top left;
}
ul#nav li.studio a {
	width: 78px;
	background: url(../images/nav-studio.gif) no-repeat top left;
}
ul#nav li.about a {
	width: 75px;
	background: url(../images/nav-about.gif) no-repeat top left;
}
ul#nav li.contact a {
	width: 73px;
	background: url(../images/nav-contact.gif) no-repeat top left;
}
ul#nav li a:hover, ul#nav li a.active {
	background-position: bottom left;
}
ul#nav li.photo .active {
	background: url(../images/nav-photography-on.gif) no-repeat top left;
}
ul#nav ul.photocats {
	position: absolute;
	display: none;
	top: 46px;
	left: 595px;
	margin: 0;
	padding: 3px 0 0 0;
	width: 130px;
	list-style-type: none;
	background: #000 url(../images/dropdownbg.gif) no-repeat top left;
}
ul#nav ul.photocats li {
	float: none;
	height: auto;
	padding: 2px 10px 2px 13px;
}
ul#nav ul.photocats li.end {
	height: 5px;
}
ul#nav ul.photocats li a {
	display: inline;
	width: auto;
	height: auto;
	background: none;
	color: #fafafa;
	text-decoration: none;
	font-size: 1.2em;
	text-indent: 0;
}
ul#nav ul.photocats li a:hover {
	color: #87f0b8;
}

ul#nav li.photo:hover ul.photocats,
ul#nav li.photo.sfhover ul.photocats {
	display: block;
}
ul#nav li.photo:hover a,
ul#nav li.photo.sfhover a {
	background-position: bottom;
}




/* ------------------ main body -------------------- */
.flash {
	padding-bottom: 12px;
}

.content {
	width: 565px;
	padding: 14px 0 10px 0;
	float: left;
}
.content p {
	font-size: 1.3em;
	line-height: 150%;
}
.content h1 {
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 12px 0 12px 0;
}
.content h1.inline {
	margin-bottom: 0;
}
content p.inline {
	margin-top: 0;
}
.sidephoto {
	width: 350px;
	height: 513px;
	float: right;
	margin: 20px 0 0 0;
	padding: 7px 0 0 7px;
	background: url(../images/sidepicbg.gif) no-repeat top left;
}


.contactform .label {
	font-size: 1.3em;
	padding: 0 10px 0 0;
	vertical-align: top;
}
.contactform sup {
	font-size: .8em;
	line-height: .9em;
	color: #FF0000;
}
.contactform .input {
	padding: 0 0 5px 0;
}
.contactform .textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	border: 2px solid #000;
	background-color: #333333;
	color: #fafafa;
	padding: 2px;
	width: 308px;
}
.contactform .button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #fafafa;
	font-weight: bold;
	border: 2px solid #404040;
	background-color: #0d0d0d;
	padding: 3px 8px 3px 8px;
	cursor: pointer;
}




/* ------------------ footer -------------------- */
#footer {
	padding: 8px 0 8px 0;
}
#footer a {
	color: #fafafa;
	text-decoration: none;
}
#footer a:hover {
	color: #ccc;
}
#footer .links {
	float: right;
	text-align: right;
	font-size: 1.1em;
}
#footer .contact {
	float: left;
	font-size: 1.4em;
	line-height: 140%;
	padding: 4px 0 0 0;
}