html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #e7e7e7;
	font-family: georgia, times, serif;
	color: black;
	min-width: 975px;
}

.clearfix {
	clear: both;
}

td#header {
	border-top: 2px solid #666;
	background-color: white;
	border-bottom: 1px solid #d1d1d1;
	vertical-align: top;
}

td#content {
	height: 100%;
	background: #eeeeee url(../images/common/bg_grad_light.jpg) left top repeat-x;
	vertical-align: top;
}

td#footer {
	border-top: 1px solid #fff;
	background: #eee;
	vertical-align: top;
	font-family: helvetica, arial, tahoma, verdana, sans-serif;
}

#flashcontent {
	height: 100%;
}

.contact {
	font-size: 17px;
	padding: 6px 32px 6px 32px;
	color: #757575;
	float: left;
}

.contact a {
	color: #757575;
	text-decoration: none;
}

.contact a:hover {
	color: #003768;
}

.copyright {
	font-size: 12px;
	padding: 9px 32px 3px 16px;
	color: #757575;
	float: right;
}

#header {
	padding: 36px 32px 3px 29px;
}

#logo {
	float: left;
	width: 414px;
	height: 30px;
	overflow: hidden;
	background: url(../images/common/mark-hines-photography.gif) left top no-repeat;
}

#logo h1 {
	text-indent: -1000px;
	font-size: 14px;
	margin: 0;
}

#logo a {
	height: 30px;
	display: block;
}

#nav {
	float: right;
	margin-top: 11px;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav li {
	float: left;
	padding-left: 22px;
}

#nav li a {
	text-indent: -1000px;
	display: block;
	height: 34px;
	overflow: hidden;
	background-position: left -100px;
	background-repeat: no-repeat;
}

#nav li a:hover {
	background-position: left 0px;
}

#nav li.active a,
#nav li.active a:hover {
	background-position: left -200px;
}

li#nav_work a {
	width: 57px;
	height: 34px;
	background-image: url(../images/common/nav_work.gif);
}

li#nav_about a {
	width: 62px;
	height: 34px;
	background-image: url(../images/common/nav_about.gif);
}

li#nav_clients a {
	width: 68px;
	height: 34px;
	background-image: url(../images/common/nav_clients.gif);
}

li#nav_contact a {
	width: 78px;
	height: 34px;
	background-image: url(../images/common/nav_contact.gif);
}

div.bodycopy {
	padding: 32px 32px 32px 32px;
}

.bodycopy p {
	color: #454545;
	font-size: 17px;
	line-height: 24px;
	margin: 0 0 18px 0;
}

.bodycopy ul {
	color: white;
	font-size: 17px;
	line-height: 22px;
	margin: 0 0 18px 0;
}

.bodycopy a {
	color: #003768;
}

table.clientlist {
	border-right: none;
	border-bottom: none;
}

table.clientlist td {
	vertical-align: center;
	text-align: center;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 24px 0 24px 0;
	padding-top: 24px;
	padding-bottom: 24px;
}

.clientlist td.last {
	border-right: none;
}

.clientlist tr.lastrow td {
	border-bottom: none;
}