@charset "UTF-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	line-height:13px;
	color:#666;
}
a {
	color:#604e3a;
}
a:hover {
	color:#333;
}
p, h1, h2 {
	margin-bottom:20px;
}
h1 {
	color:#604e3a;
	font-size:16px;
	font-weight:bold;
}
h2 {
	font-size:14px;
	font-weight:bold;
	color:#604e3a;
}
h3 {
	font-size:12px;
	font-weight:bold;
	color:#604e3a;
	margin-bottom:10px;
}
hr {
	width:100%;
	height: 0px;
	border: 0px;
	border-top: 1px solid #999;
}
ul, ol {
	font-size:12px;
	margin:0 0 20px 40px;
}
p {
	font-size:12px;
	line-height:16px;
}
span.bigText {
	font-size:16px;
	font-weight:bold;
}
.alternateText {
	font-size:10px;
	color:#aaa;
}

/* Gallery
put it in here cause we need it in the admin section as well */

ul#gallery {
	margin:0;
	width:100%;
	float:left;
}
ul#gallery li {
	padding:10px;
	width:166px;
	height:111px;
	list-style:none;
	background:url(../../images/thumbbg.png) center top no-repeat;
	float:left;
}