body {
	background: #F0EEE9;
	font-family: "Verdana";
	font-size: 10px;
	color: #555;
	margin: 10px 0 0 0;
	line-height: 150%;
}

a { color: #72A227; }
a:hover { text-decoration: none; }
h2 a { text-decoration: none; }

h1 {
	font-family: "Trebuchet MS";
	font-size: 30px;
	font-weight: normal;
	color: #72A227;
	letter-spacing: -2px;
	margin-top: 20px;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: normal;
	color: #72A227;
	letter-spacing: -2px;
	padding: 0 0 3px 0;
	border-bottom: 1px dotted #999;
}
h3 {
	display: block;
	background: #F0EEE9;
	border-bottom: 1px dotted #999;
	font-family: "Trebuchet MS";
	font-size: 12px;
	letter-spacing: -1px;
	color: #666;
	padding: 5px;
}
h2.blank { 
	border: 0; 
	margin: 0;
}

img.more{ border: 0; }
img.pub, img.preview {
	border: 5px solid #333;
	opacity: 0.75;
	filter:alpha(opacity=75);
	margin-bottom: 10px;
	margin-right: 10px;
}
img.pub { float: left; }
img.pub:hover, img.preview:hover {
	opacity: 1;
	filter:alpha(opacity=100);
}

#wrapper {
	width: 820px;
	margin: 0 auto;
}
#top {
	height: 20px;
	background: url(../images/base/top.jpg) no-repeat;
}
#container { background: url(../images/base/bg.jpg) repeat-y; }
#masthead {	padding: 0 10px 10px 10px; }
#feature {
	width: 800px;
	height: 300px;
	margin: 0 10px;
	background: #F0E6DB;
}
#image {
	width: 307px;
	height: 252px;
	background: url(../images/base/placeholder.jpg) no-repeat;
	float: left;
	margin: 10px 0 0 10px;
	padding: 38px 0 0 33px;
}
#desc { 
	padding: 20px 10px 0 0;
	float: right;
	width: 420px;
}
#body {
	width: 780px;
	margin: 0 20px;
}
#left {
	width: 580px;
	float: left;
}
#right {
	width: 180px;
	float: right;
}
#footer {
	width: 780px;
	margin: 20px 20px 0 20px;
	border-top: 1px dotted #999;
	padding: 10px 0 30px 0;
}
#copyright { 
	width: 70%;
	float: left;
}
#author { 
	width: 30%;
	float: right;
	text-align: right;
}

.info { 
	width: 570px;
	float: right;
	border-bottom: 1px dotted #999; 
	padding: 5px;
}
.album {
	width: 50%;
	float: left;
	text-align: center;
	margin: 10px 0;
}
.image {
	width: 145px;
	height: 100px;
	float: left;
	text-align: center;
	margin: 10px 0;
}
.details {
	width: 145px;
	float: left;
}
.form {
	width: 410px;
	float: right;
}
label { font-weight: bold; }
input[type=text], textarea { 
	padding: 3px;
	font-family: "Verdana";
	font-size: 10px;
	color: #555;
	width: 404px;
}
textarea { height: 200px; }