body {
	background: #e6e9eb url("images/body.png") repeat;
	margin: 0px; padding: 0px;
	text-align: center;
}
#container {
	width: 997px;
	margin: 0 auto 0 auto;
	text-align: left;
	background: transparent url("images/container.png") repeat-y;
	font-family: calibri, arial;
	font-size: 12px;
	color: #3d3d3d;
}
#header {
	width: 997px; height: 110px; float: left;
	background: transparent url("images/header.png") no-repeat;
}
#header a { float: right; color: white; }
#header span { float: left; }
#header div {
	padding: 4px 55px 0 55px;
	color: white;
}
#navigation {
	width: 997px; height: 39px;
	float: left;
}
#navigation a, #navigation div {
	float: left;
	height: 39px;
	display: block;
}
#navigation a span { display: none; }
#navigation a:hover { background-position: 0 -39px; }
#navl { background-image: url("images/navl.png"); width: 50px; }
#nav1 { background-image: url("images/nav1.png"); width: 112px; }
#nav2 { background-image: url("images/nav2.png"); width: 114px; }
#nav3 { background-image: url("images/nav3.png"); width: 140px; }
#nav4 { background-image: url("images/nav4.png"); width: 105px; }
#nav5 { background-image: url("images/nav5.png"); width: 133px; }
#nav6 { background-image: url("images/nav6.png"); width: 109px; }
#nav7 { background-image: url("images/nav7.png"); width: 110px; }
#navr { background-image: url("images/navr.png"); width: 120px; }
#separator {
	float: left;
	width: 997px; height: 40px;
	background-image: url("images/separator.png");
}
#content {
	padding: 60px 30px 10px 30px;
}
#body_home #content {
	padding: 1px 0 0 0;
}
#footer {
	width: 997px; height: 78px;
	background: transparent url("images/footer.png") no-repeat;
	clear: both;
	text-align: center;
}
#footer div {
	padding: 25px 0 0 0;
}
#footer a { color: #f21c1c; }
.hidden {
	display: none;
}
#promo1 {
	float: left;
	width: 631px; height: 440px;
	background-image: url("images/promo1.png");
	color: #eee;
}
#promo1, #promo2, #promo3, #promo4 {
	overflow: hidden;
	background-repeat: no-repeat;
	color: white;
}
#promo1 div {
	padding: 100px 20px 0 300px;
	line-height: 18px;
}
#promo_fix {
	float: left;
	width: 366px;
}
#promo2 {
	width: 366px; height: 127px;
	background-image: url("images/promo2.png");
}
#promo3 {
	width: 366px; height: 130px;
	background-image: url("images/promo3.png");
}
#promo4 {
	width: 366px; height: 186px;
	background-image: url("images/promo4.png");
}
#promo2 div, #promo3 div, #promo4 div {
	padding: 10px 34px 0 16px;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0px; margin: 0 0 10px 0;
	font-family: "Trebuchet MS";
}
h1 { font-size: 24px; }
h2 { font-size: 18px; margin-bottom: 5px; }
p { margin: 0 0 10px 0; padding: 0px; }



.gallery_thumb {
	width: 160px;
	height: 136px;
	text-align: center;
	float: left;
	margin: 0 0 10px 10px;
}
.page_controls {
	text-align: center;
}
#content .error {
	color: red;
	border: 1px solid red;
	background: white url("images/error.gif") no-repeat;
	padding: 4px 4px 4px 50px;
	min-height: 36px; // height: 46px; /* Browser hack so IE draws box at least a certain height */
}
#content .error a {
	color: red;
	text-decoration: underline;
}
#content .error a:hover {
	text-decoration: none;
}
#content .warn {
	color: black;
	border: 1px solid yellow;
	background: white url("images/warning.gif") no-repeat;
	padding: 4px 4px 4px 50px;
	min-height: 36px; // height: 46px; /* Browser hack so IE draws box at least a certain height */
}
#content .warn a {
	color: black;
	text-decoration: underline;
}
#content .warn a:hover {
	color: yellow;
	text-decoration: none;
}
#view {
	background-color: black;
}
#view .o td {
	background-color: white;
}
#view .e td {
	background-color: #eee;
}
#view td {
	background-color: white;
	font-family: verdana;
	font-size: 9px;
	padding: 1px;
}
img {
	border: 0px;
}
#wysiwyg {
	margin: 0 -8px 0 -8px;
}
#timestamp {
	margin: 20px 0 0 0;
	text-align: center;
	font-size: 9px;
}
