* {
	margin: 0;
	padding: 0;
	}

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

body {
	text-align: center;
	font-size: 1em;
	font-family: "times new roman", serif;
	padding: 0;
	margin: 0;
}

html>body { 
	font-size: 1em;
	}
#header-top {
	background: #FFFFFF url(images/footer_black.png) repeat-x scroll center top;
	height: 2em;
}
#header-bottom {
	background:#FFFFFF url(images/navigation.png) repeat-x scroll center top;
	height: 2em;
}

#bottom-footer {
	background:#FFFFFF url(images/navigation.png) repeat-x scroll center top;
	height: 2em;
	margin-top: 2em;
	width: 100%;
}

#header {
	margin: 0 auto;
	width: 800px;
	padding: 1em 1em 0em 1em;
	background-color: white;
	font-family: "times new roman", serif;
	text-transform: lowercase;
	font-size: 1em;
	text-align: center;
	}
#header a {
	font-size: 2em;
	color: black;
	margin: 0pt 0.25em 0pt 0.25em;
	border-bottom: 0px solid gray;
	padding: 0pt 0.25em 0.25em 0pt;
}
#header a:hover {
	text-decoration: none;
	color: gray;
	}
#footer {
	margin: 0 auto;
	width: 800px;
	padding: 1.5em;
	background-color: white;
	font-family: "times new roman", serif;
	text-transform: lowercase;
	font-size: 1em;
	text-align: center;
	}
#wrap {
	width: 600px;
	height: auto;
	margin: 1em auto 1em auto; /* auto centers the div */
	}
	
/*box around About and Search etc */

.subcontent{
	font-size:0.7em;
	width: 50%;
}

.copyright{

	font-size:0.7em;
	width: 75%;
}
.copyright a{
	padding:0 0.5em 0 .5em;
	color:#666;
}
.copyright a:hover{
	color:#000;
}

img {
	border: none;
}

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

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

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* zenphoto */

.albumthumb {
	float: center;
	width: 100px;
	text-align:	left;
}

.album {
	float: left;
	margin: 1em;
	width: 110px;
	height: 130px;
	text-align: left;
}
.albumtitle {
	float: left;
	text-align: center;
	padding: 1em 0pt 1em 0pt;
	width: 100px;
}

.content {
	float: left;
	font-size:0.9em;
	text-align:left;
}

.clear {
	clear: both;
}
