body {
	margin:0;
	padding:0 0 50px 0;
	text-align:center;
	background:#fff;
	font:12px/1.6 Courier New;
}



#wrapper {
	margin:59px auto 0;
	width:625px;
	padding:0;
	text-align:left;
	position:relative;
}

#header {
	position:relative;
	top:45px;
}

#mainnav {
	position:absolute;
	right:0;top:0;
	width:110px;
}

#banner {
	margin-top:93px;
	margin-bottom:0;
}

#subnav {
	margin-top:82px;
	margin-bottom:0;
}

#content {
	margin:0 auto 70px;
	padding-top:0;
	text-align:center;
}

#gallerythumbnails {
	overflow:auto;
	height:235px;
	width:625px;
}

#featuredpic {
	/*text-align:left;*/
	width:577px;
	margin:0 auto 60px;
}

#footer {
	font-size:11px;
	color:black;
	margin:0 15px 40px 7px;
}

body.collectionfeatured #footer {
	
	width:597px;
	margin:0 auto 40px;
	
}

#footerTools {
float: right;
text-align: right;
	
}

#copyr {
	float: left;
}

/* profile page
======================== */

body.profile #subnav,
body.media #subnav, 
body.where #subnav,
body.contact #subnav
	{
	margin-top:10px;
}

body.profile #subnav a,
body.media #subnav a,
body.where #subnav a,
body.contact #subnav a
	{
	margin-left:5px;
	font-size:12px;
	vertical-align:60%;
}

body.profile #content, 
body.media #content,
body.where #content,
body.contact #content {
	text-align:left;
	margin-bottom:85px;
}

body.profile #footer, 
body.media #footer,
body.where #footer {
	width:625px;
	margin-left:0;
	margin-right:0;
}

/*  gallery
========================= */

body.collectiontop #content {
	margin-top:29px;
}

body.collectionthumbs #content {
	margin-top:8px;
	margin-bottom:110px;
}

body.collectionfeatured #content {
	margin-top:5px;
	margin-bottom:90px;
}

body.collectionfeatured #content #gallerythumbnails {
	margin-bottom:26px;
}

#content #gallerythumbnails {
	scrollbar-track-color:#f1efef;
	scrollbar-arrow-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-3dlight-color:#000000;
	scrollbar-face-color:#e2e2e2;
	scrollbar-highlight-color:#e2e2e2;
}

#gallerythumbnails img.imageborder {
	border:none;
}

#gallerythumbnails a:hover img.imageborder {
	/*border:1px solid #000;*/
}

#gallerythumbnails img.imageborderHilight {
	border:1px solid #fff;
}


/*  text
=========================== */

h1,h2,h3 {
	color:black;
}

h1 {
	font-size:14px;
	font-weight:bold;
	line-height:2em;
}

h2 {
	font-size:12px;
	font-weight:bold;
	line-height:1em;
}

h3 {
	font-size:11px;
	font-weight:bold;
	line-height:1em;
} 

#content p {
	text-align:left;
}

.smalltext {
	font-size:10px;
}


a {
	color:#535353;
	text-decoration:none;
}

a:visited {

}

a:hover, #subnav a:hover {
	color:black;
	text-decoration:underline;
}

#subnav a {
	font:bold SMALL-CAPS 11px Courier New;
	vertical-align:70%;
	letter-spacing:0.2em;
	margin-left:25px;
	color:#727070;
}

#subnav a.graphic, 
body.profile #subnav a.graphic,
body.media #subnav a.graphic,
body.where #subnav a.graphic,
body.contact #subnav a.graphic
	{
	vertical-align:baseline;
	margin:0;
	padding:0;
	letter-spacing:0;
}

#subnav a.on {
	color:black;
}

/*
#content a {
	font:bold SMALL-CAPS 11px Arial,Helvetica,sans-serif;
}
*/

#content #featuredpic a {
	color:#335582;
	font:bold 11px Arial,Helvetica,sans-serif;	
}

#content #featuredpic a:hover {
	color:#000;
}

#footer a {
	color: #4c4c4c;
}

#header h1 {
	margin:0;
	padding:0;
}

#subnav h2 {
	width:130px;
	height:31px;
	margin:0;
	padding:0;
	float:left;
}

/* forms
==================== */

#content form {
	text-align:left;
	margin-top:35px;
	margin-bottom:60px;
	font-size:12px;
}

#content form table {
	margin-left:10px;
}

#content form h2 {
	text-align:left;
	margin-left:65px;
	margin-bottom:5px;
}

#content form h2.second {
	margin-left:65px;
	margin-top:85px;
	margin-bottom:13px;
}

#content #featuredpic form {
	margin:7px 0 10px 449px;
	text-align:right;
}

#content #featuredpic form a {
	font:9px Arial,Helvetica,sans-serif;
}

label {
	font-size:12px;
}

input {
	font:12px/1 Arial, Helvetica,sans-serif;
}

input.btn {
	margin-top:13px;
	margin-left:5px;
}


/* misc
===================== */

.underline {
	text-decoration:underline;
}

