body {
	margin: 0px; padding: 0px;
	background: #fff url("images/top.jpg") repeat-x;
}
#container {
	background: transparent url("images/container.jpg") repeat-y;
}
#container th, #container td, #footer {
	font-family: verdana;
	font-size: 11px;
}
#footer {
	background-color: #008162;
	height: 46px;
	color: white;
	text-align: center;
	font-size: 10px;
	padding-top: 4px;
	line-height: 14px;
}
#footer a {
	text-decoration: none;
	color: #10d9a9;
}
#footer a:hover {
	text-decoration: underline;
}
#content {
	padding: 0 0 20px 0;
	width: 505px;
	overflow: hidden;
}
#sidebar .inside {
	padding: 0 10px 10px 10px;
}
#content .inside {
	padding: 0px 10px 10px 10px;
}
h1 {
	color: #008162;
	font-family: arial;
	font-size: 17px;
	padding: -10px 0 10px 0;
	margin: 0px;
}
h2 {
	color: #008162;
	font-family: arial;
	font-size: 15px;
	padding: -10px 0 10px 0;
	margin: 0px;
}
h3 {
	padding: 0 0 10px 0;
	color: #99784f;
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	margin: 0px;
}
p, ul, ol {
	padding: 0 0 10px 0;
	line-height: 15px;
	margin: 0px;

}
ul, ol {
	padding-left: 25px;
}
ul {
	list-style-position: outside;
	list-style-image: url("images/arrow.gif");
	list-style-type: square;
}
ul ul {
	list-style-image: url("images/subarrow.gif");
	padding-bottom: 0px;
}
ul ul ul {
	list-style-image: url("images/subsubarrow.gif");
	padding-bottom: 0px;
}
a {
	color: #593c1b;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#news {
	background: transparent url("images/news_repeat.jpg") repeat-y;
}
#news .inside {
	padding: 10px 26px 10px 26px;

}
#news p {
	color: white;
}


a img { border: 0; }
.warn {
	border: 1px solid yellow;
	background: white url("images/warning.gif") no-repeat 6px 6px;
	padding: 3px 3px 3px 60px;
	height: 50px;
}
.error {
	border: 1px solid red;
	background: white url("images/error.gif") no-repeat 6px 6px;
	color: red;
	padding: 3px 3px 3px 60px;
	height: 50px;
}
.page_controls {
	text-align: center;
}
.timestamp {
	text-align: right;
	font-size: 10px;
	color: #999;
}
.o {
	background-color: #eee;
}
.gallery_thumb {
	width: 120px;
	height: 106px;
	text-align: center;
	float: left;
	margin: 0 0 10px 12px;
}
.gallery_thumb img {
	width: 120px; height: 90px;
}
#sidebar a {
	text-decoration: none;
}
#sidebar a.active {
	text-decoration: underline;
}
#sidebar ul {
	margin-top: 4px;
	list-style: none;
	margin-left: 8px;
	padding-left: 0px;
	list-style-image: url("");
}
#sidebar li {

	font-family: tahoma, verdana;
}
#sidebar h2 {
	text-align: center;
	margin-bottom: 10px;
}
.m0 {
	margin: 4px 0px 0px 8px;
	padding: 0px;
	font-size: 11px;
}
.m1 {
	font-size: 10px;
	margin: 2px 0px 0px 16px;
	padding: 0px;
}
.m1 a { color: #0e7865; }
.m2 {
	font-size: 9px;
	margin: 0px 0px 0px 32px;
	padding: 0px;
}
.m2 a { color: #000000; }
.green { color: #0e7865; }
.light { color: #666; }
.line-bottom { border-bottom: 1px solid #666; }
.line-top { border-top: 1px solid #ddd; }
.highlight { background-color: #ddd; }

#pup {
	position:absolute;
	z-index:200;
	padding: 5px;
	margin-left: 10px;
	margin-top: 5px;
	width: 250px;
	border: 1px solid black;
	background-color: #777;
	color: white;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	font-family: verdana;
	font-size: 11px;
}