body {
	margin: 0;
	padding: 0;
	background: url(../images/base/bg.jpg) no-repeat top center;
    font-family: "Trebuchet MS";
	font-size: 12px;
	color: #555;
	line-height: 150%;
}
a {
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
h1 {
	font-family: "Georgia";
	font-size: 25px;
	font-weight: normal;
	color: #333;
	letter-spacing: -1px;
	margin-top: 20px;
}
h2 {
	font-family: "Georgia";
	font-size: 20px;
	font-weight: normal;
	color: #333;
	letter-spacing: -1px;
	margin-top: 0;
}
h3 {
	font-family: "Georgia";
	font-size: 17px;
	font-weight: normal;
	color: #333;
	display: block;
	background: url(../images/base/header.jpg) repeat-x;
	padding: 5px 5px 25px 5px;
	letter-spacing: -1px;
	margin: 0;
}
h4 { 
	font-size: 14px; 
	margin: 0;
	padding: 0;
}
img.logo { 
	border: 0; 
	margin-bottom: 25px;
}
img.thumb { 
	border: 1px solid #999; 
	padding: 5px;
	margin: 5px;
}
img.thumb:hover { border: 1px solid #cc0000; }
#wrapper {
	width: 800px;
	margin: 0 auto;
}
#body {
	width: 580px;
	float: left;
}
#sidebar {
	width: 200px;
	float: right;
	padding: 180px 0 0 0;
}
#news {
	background-color: #efedd8;
	padding: 10px;
	margin-bottom: 20px;
}
#links, #quotes {
	padding: 0 30px 20px 10px;
	margin: 0 0 20px 0;
	background: url(../images/base/shade.jpg) no-repeat bottom right #fff;
	width: 178px;
}
#footer {
	background-color: #efedd8;
	padding: 10px 10px 50px 10px;
	font-size: 11px;
}
#left {
	width: 70%;
	float: left;
}
#right {
	width: 30%;
	float: right;
	text-align: right;
}
.quote { font-style: italic; }
.author {
	font-weight: bold;
	margin-bottom: 10px;
}
/*--------------------
gallery display
--------------------*/
.album {
	width: 260px;
	float: left;
	padding: 10px 20px 0 0;
}
.image {
	width: 33%;
	height: 160px;
	float: left;
	text-align: center;
}
/*--------------------
contact form
--------------------*/
label {
	display: block;
	width: 560px;
	padding: 5px 0;
	font-weight: bold;
}
input, textarea {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #515151;
	padding: 5px;
}
input[type=text], textarea { width: 560px; }