body {
	margin: 0;
	padding: 0;
	font-family: Georgia;
	color: #222;
	background-color: #f4f3ee; /*f5f5f5*/
	text-align: center;
}

#halffullheart {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/corner.gif) top left no-repeat;
	height: 70px;
	width: 70px;
	color: #000;
	font-size: 7px;
}

a {
	color: #00c;
	text-decoration: underline;	
}

a:visited {
	color: darkred;
	font-weight: normal;
}

#header {
	text-align: center;
}

h1 {
	width: 756px;
	margin: .8em auto;
	font-size: 1.5em;
	font-weight: normal;
	text-align: left;
}

h2 {
	font-size: 1.2em;
	font-weight: normal;
}

#content {
	margin: 0 auto 1em;
	width: 756px;
	text-align: left;
}

p {
	width: 33em;
	margin-bottom: 0;
	line-height: 1.4;
}
p + p {
	text-indent: 2em;
	margin-top: 0;
}

.nav {
	position: relative;
	z-index: 1;
	width: 756px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.nav li {
	float: left;
	width: 252px;
	padding: .7em 0;
	color: gray;
}

.nav li a {
	display: block;
	width: 100%;
	margin: -.7em 0;
	padding: .7em 0;
	color: #00c;
	text-decoration: none;
	font-weight: normal;
}

.nav li a:hover {
	text-decoration: underline;
}

.nav li a:visited {
	color: darkred;
}

.nav li strong {
	color: black;
}

#photo {
	position: relative;
	z-index: 1;
	clear: left;
	width: 756px;
	margin: 0 auto;
	border: 1px solid #e8e8e8;
	border-top-color: #eee;
	border-bottom-color: #e0e0e0;
	padding: 15px;
	background-color: white;
}

#photo img {
	display: block;
	border: none;
}

#archive {
	clear: left;
	width: 796px;
	margin: 0 auto;
	overflow: auto;
	text-align: left;
}

#archive ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#archive li {
	float: left;
	margin: 0 0 15px 13px;
	background: white;
	padding: 8px;
	border: 1px solid #e8e8e8;
	border-top-color: #eee;
	border-bottom-color: #e0e0e0;
}

#archive img {
	border: none;
}

#footer {
	clear: left;
	padding: 0 0 1em;
	text-align: center;
}

#secondnav {
	overflow: hidden;
}

li.first {
	text-align: left;
}
li.middle {
	text-align: center;
}
li.last {
	text-align: right;
}

#cc {
	font-size: .8em;
}

form {
	display: inline;
}

#prints {
	margin-bottom: 1em;
}

#prints p {
	width: 100%;
	text-align: center;
}

#prints p+p {
	text-indent: 0;
}
