* {
	margin: 0;
	padding: 0;
	}

html, body {
	background: white;
	color: #A2A2A2;
	}

body {
	text-align: center;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;	
	padding: 0;
	margin: 0;
	line-height: 1.6em;
	height: 800px;
	}

html>body { 
	font-size: 12px;
	}
	
#title {
border-bottom: 1px solid #A2A2A2;
border-top: 1px solid #A2A2A2;
padding-bottom: 30px;
padding-top: 30px;
display: inline;
color: black;
}

#header {
	margin: 30px auto; width: 920px;
	padding: 50px 0 10px 0;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
		text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 31px;
	text-align: center;
	letter-spacing: 10px;
	margin-bottom: 70px;
	height: 60px;
	}
#header a:hover {
	text-decoration: none;
	}
	
.albumdesc {
	color: #A2A2A2;
	letter-spacing: 1px;
	font-size: 13px;
	}

#wrap {
	width: 920px;
	margin: 25px auto 0 auto; /* auto centers the div */
	}
	
/*box around About and Search etc */

#content {
	text-align: left;
	color: #A2A2A2;
	font-size: 13px;
	letter-spacing: 2px;
	}


#footer a {
	}

#footer p {
	padding: 0;
	margin: 0;
	}
	


#footer_links {
	text-align: left;
	}
	
#footer_copy {
	width: 800px;
	margin: 0 auto;
	top: 0;
	text-align: right;
	}

h1, h2, h3, h4, h5, h6, p, re, fieldset, address, table {
	margin: 0.8em 0;
	}

h1 {
	color: black;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 20px;
	font-weight: normal;
	margin-top: 0px;
	}

h2 {
	color: black;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 4px;
	font-weight: normal;
	}
	
.imgprevious {
	letter-spacing: 5px;
	font: 16px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.imgnext {
	letter-spacing: 5px;
	font: 16px "Lucida Grande", Lucida, Verdana, sans-serif;
}

h3 {
	font: 1.1em/120%
	margin-bottom: .3em;
	font-weight: normal;
	}

h4 {
	font-size: 1.0em;
	}

h5 {
	font: normal 0.8em;
	}

blockquote {
	margin: 1em 0;
	padding: 0 0 0 1.2em;
	border-left: 4px solid black;
	}

img {
	border: none;
	}

#content p {
	text-align: left;
	}

#content form p {
	text-align: left;
	}

#content img {
	border: none;
}

.center {
	text-align: center;
	}

ol {
	margin-left: 3em;
	}

ul {
	list-style-type: disc;
	margin-left: 1.5em;
	}

a:link, a:visited {
	
	color: gray;
	text-decoration: none;
	}

a:hover, a:active {
	text-decoration: none;
	color: black;
	outline: none;
	}

h2 a, h2 a:link, h2 a:visited, h2 a:active {
	color: #A2A2A2;
	text-decoration: none;
	outline: none;
	}

h2 a:hover {
	color: black;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* zenphoto */

.albumthumb {
	float: left;
	margin: 0 0 0 0;
	width: 140px;
	cursor: pointer;
}

.imagethumb {
	float: left;
	margin: 20px 20px 0 0;
	height: 200px;
	width: 140px;
	cursor: pointer;
}

.clear {
	clear: both;
}

#back {
	margin: 20px 0 0 0;
	font-size: 0.9em;
}

#add{
	margin: 10px 0 0 0;
	font-size: 0.9em;
	text-align: right;
}

.pagelist li {
	display: inline;
}


/* Admin Toolbox
------------------------------ */
#admin, #admin_data{
	position: fixed;
    _position: absolute;
	right: 0px;
	top: 0px;
	width: 130px;
	border-bottom: 1px solid #E6E6DF;
	border-left: 1px solid #E6E6DF;
	background: #fff;
    z-index: 2;
}
#admin_data{
	top: 0px;
	padding-top: 20px;
	z-index: 1;
	line-height: 1.6em;
}
#admin h3 {
	font-weight: normal;
	color: #999;
	margin:0;
	padding:0;
}
#admin h3:hover { color: #036; }