html {
	width: 100%;
}
body {
	background-color: #FFFFFF;
	font-family: 'Lucida Grande', sans-serif;
	color: #999999;
	font-size: 11px;
}
div#header {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
}
div#content {
	width: 700px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	min-height: 600px;
}
div#label {
	margin-bottom: 20px;
}
div#label table tr td{
	margin: 0;
	padding: 0;
}

div#thumbnails {
	width: 100px;
	height: 500px;
	margin-left: 2px;
	margin-right: 15px;
	float: left;
	/* border-right: 1px solid #CCCCCC; */
	border-left: 1px dotted #CCCCCC;
}
div#image {
	width: 580px;
	min-height: 500px;
	float: left;
	text-align: center;
}
div#image img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
div#footer {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	font-size: 9px;
	font-weight: bold;
	clear: both;
}
img#logo {
	margin-top: 20px;
	margin-bottom: 10px;
	
}
img#photographerLabel {
	margin-left: 15px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 10px;
}
li {
	margin-bottom: 15px;
}
a.navLink:link, a.navLink:active, a.navLink:visited {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
a.navLink:hover {
	text-decoration: underline;
}
a.homeLinks:link, a.homeLinks:active, a.homeLinks:visited {
	line-height: 20px;
	color: #999999;
	text-decoration: none;
}
a.homeLinks:hover {
	text-decoration: underline;
}
a.photographerLink:link, a.photographerLink:active, a.photographerLink:visited {
	line-height: 20px;
	color: #999999;
	text-decoration: underline;
}
a.photographerLink:hover {
	text-decoration: none;
}
a.selected:link, a.selected:active, a.selected:visited {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #990000;
	text-decoration: underline;
}
a.selected:hover {
	text-decoration: none;
}
a.sublinks:link, a.sublinks:active, a.sublinks:visited {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	text-decoration: none;
	color: #999999;
}
a.sublinks:hover{
	text-decoration: underline;
}
a.subselect:link, a.subselect:visited, a.subselect:active {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	text-decoration: none;
	color:#990000;
}
a.subselect:hover {
	text-decoration: underline;
}
a.personalsite:link, a.personalsite:visited, a.personalsite:active {
	color: #000000;
	margin-left: 15px;
	text-decoration: none;
}
a.personalsite:hover {
	text-decoration: underline;
}