body {
	margin: 0px; padding: 0px;
	background-color: #d29a60;
	text-align: center;
}
#container {
	text-align: left;
	margin: 0 auto 0 auto;
	width: 900px;
	background: transparent url("images/container.jpg") repeat-y 0 118px;
}
#container, #container td, #container th {
	font-family: "Trebuchet MS", arial, verdana;
	font-size: 13px;
	color: white;
}
#sidebar {
	width: 254px;
	vertical-align: top;
	background: transparent url("images/container_top.jpg") no-repeat;
}
#sidebar .inside {
	padding: 0 0 0 60px;
}

#content {
	width: 646px;
	vertical-align: top;
	background: transparent url("images/container_top.jpg") no-repeat -254px 0;
}

#content .inside {
	padding: 0px 60px 0 0px;
}
#header {
	height: 118px;
	background: transparent url("images/header.jpg") no-repeat;
}
#container #footer {
	height: 153px;
	background: transparent url("images/footer.jpg") no-repeat;
	text-align: center;
	font-size: 12px;
}
#footer a {
	color: #a4600d;
	text-decoration: none;
}
p {
	margin: 0 0 10px 0;
	padding: 0px;
}
#meta_desc {
	width: 540px;
	font-family: verdana;
	font-size: 11px;
	height: 100px;
}
a {
	color: #f1b974;
}
.warn {
	border: 1px solid yellow;
	background: white url("images/warning.gif") no-repeat 6px 6px;
	padding: 3px 3px 3px 60px;
	height: 50px;
	color: black;
}
.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: #792f00;
}
.e {
	background-color: #944905;
}
a img {
	border: 0px; 
}
h1 {
	font-size: 20px;
	margin: 0 0 10px 0;
	padding: 0px;
}
h2 {
	font-size: 15px;
	margin: 0 0 10px 0;
	padding: 0px;
}
h3 {
	font-size: 13px;
	margin: 0 0 5px 0;
	padding: 0px;
}
form { margin: 0px; padding: 0px; }