body {
	margin: 0px; padding: 0px;
}
#container {
	background: transparent url("images/container.jpg") repeat-y;
}
body > #container {
	background: transparent url("images/container.jpg") repeat-y 0px 423px;
	/* FOR SOME REASON THE ABOVE LINE CHANGEX Y BACKGROUND OFFSET ON ALL CHILD ELEMENTS IN IE, SILLY GUYS AT REDMOND */
}

#content {
	background: transparent url("images/content.jpg") no-repeat bottom left;
	padding: 0 70px 20px 70px;
}
#body_home #content {
	padding-left: 40px;
}
#body_home p {
	padding-left: 30px;
}
#footer {
	text-align: right;
	color: #efce95;
	padding: 4px 80px 0 0;
	font-size: 11px;
	font-family: "Times New Roman", Times, serif;
	line-height: 18px;
}
#footer a {
	color: #efce95;
}
a:hover {
	text-decoration: none;
}
a {
	color: #510303;
}
p {
	font-family: "Times New Roman", Times, serif !important;
	font-size: 13px !important;
	line-height: 18px !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times;
	margin: 0px; padding: 0px;
	color: #510303;
}
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h5 { font-weight: none; }



a img { border: 0px; }
.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: #bf872a;
}
#meta_desc {
	width: 700px;
	height: 120px;
	font-family: arial;
	font-size: 11px;
}
input, textarea { color: black; }
.gallery_thumb {
	width: 160px;
	height: 120px;
	text-align: center;
	float: left;
	margin: 0 0 10px 10px;
}