body{
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color:#000000;
}

#top{
	position:relative;
	margin: 0 auto;
	height: 78px;
	width: 730px;
}

#header{
	position: absolute;
	left: 0px;
	top: 13px;
}

#dream {
	position: absolute;
	left: 323px;
	top: 32px;
}

#nav {
	position:absolute;
	height: 16px;
	top: 51px;
	left: 323px;
}

#navlist {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#navlist li {
	float: left;
	display: inline;
	margin: 0 10px 0 0px;
	padding: 0;
	list-style-type: none;
	border: 1px solid #000;
}

#navlist li a, #navlist li a:hover {
	height: 13px;
	display:block;
	float: left;
	padding: 0;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	background-image: url(../_img/nav.gif);
	background-repeat:no-repeat;
}

#navlist li a span {
	display: none;
}

#navlist-home a {
	width: 51px;
	background-position: 0px 0px;
}

#navlist-home a:hover , #navlist-home a.selected{
	background-position: 0 -20px;
}

#navlist-portraits a {
	height: 15px;
	width: 88px;
	background-position: -59px 0px;
}

#navlist-portraits a:hover, #navlist-portraits a.selected {
	background-position: -59px -20px;
}

#navlist-about a {
	height: 15px;
	width: 60px;
	background-position: -153px 0px;
}

#navlist-about a:hover, #navlist-about a.selected {
	background-position: -153px -20px;
}

/* - - - - - GALLERY - - - - - */

#photoscroll {
	overflow: auto;
	height:380px;
	background-color:#fff;
	text-align:center;
	position: relative;
	width:100%; padding: 0; 
	margin-right:0;
}
/* - - - - - holds all the photoblocks width is set on the portraits page - - - - - */
#phototrack{
	position: relative;
	background-color:#fff;
	height:360px;
	margin:0px;
	padding:0px 0px 0px 16px;
}
/* - - - - - individual photos with captions - - - - - */
.photoblock{
	width: 404px;
	float: left;
	margin: 16px 16px 0px 0px;
	text-align: left;
} 

.photoblock img{
	border:2px solid #000;
}

.photoblock span {
	color: #669933;
	font-weight: bold;
}

p{
	font-size: 13px;
	margin: 0px;
}

p.name{
	font-size:15px;
	font-weight:bold;
	margin: 2px 0px 0px 0px;
	color:#669933;
}


/* - - - - - HOME - - - - - */

#home, #plaintrack {
	width: 730px;
	margin: 0px auto;
	text-align: left;
padding-top:16px
}
/* removes left margin for featured photo on home */
#home .photoblock{
	width: 404px;
	float: left;
	margin: 0px 0px 0px 0px;
	text-align: left;
}
.intro{
	background-color:#000;
	width: 270px;
	height: 271px;
	margin: 0px 0px 0px 20px;
	float: left;
	text-align: left;
}
.intro p{
	color:#FFFFFF;
	font-style:italic;
	font-size: 12px;
	font-weight: bold;
	margin: 8px 20px;
}
p.subtext {
	font-size: 11px;
	color: #7aaf34;
}


/* - - - - - ABOUT - - - - - */

#midbox {
	xheight:380px;
	background-color:#fff;
	text-align:center;
}
#aboutblock{
	width: 730px;
	margin: 0px auto;
	text-align: left;
}
#aboutblock p{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
#aboutblock h2{
	background: #000;
	color: #fff;
	margin:15px 0 5px 0;
	padding: 0 0 0 4px;
	font-size: 14px;
}
#midbox #aboutblock ul{
	margin: 0;
	padding: 0;
}
#midbox #aboutblock ul li{
	font-size: 12px;
	margin: 0px 0 0 0;
	padding: 0;
	list-style-type: none;
}
#midbox #aboutblock ul li span{
	color: #7aaf34;
}

.clearit{
clear:both;
height: 20px;}
/* - - - - - FOOTER - - - - - */

#footer{
	width: 730px;
	background-color:#000;
	padding: 11px 0 0 0;
	margin: 0 auto;
}
#footer #sortbyname {
	position: relative;
	margin-bottom: 6px;
}
#sortbylabel {
	position: relative;
	top:-3px;
	color: #FFFFFF;
	font-size: 9px;
	border-top: 1px solid #7aaf34;
	border-bottom: 1px solid #7aaf34;
	margin: 0px 10px 2px 0;
	padding: 1px 0 0 0;
}

#footer #sortbyname a {
	margin: 0 0 0 4px;
	padding: 0 2px;
	font-size:16px;
	font-weight:bold;
	color: #ffffff;
	text-decoration:none;
}
#footer #sortbyname a:hover {
	background-color:#fff;
	color: #000;
}

#footer #sortbyname a.selected {
	margin-left:2px;
	padding: 0 2px;
	background-color:#7aaf34;
	font-size:16px;
	font-weight:bold;
	color: #ffffff;
	text-decoration:none;
}

#footer p{
	color: #fff;
	width: 428px;
	float:left;
	margin-right: 20px;
}

