body {
	margin: 0;
	padding: 0;
	background: black url("images/body.png") repeat-y top center;
	text-align: center;
}
#container {
	border-top: 16px solid black;
	width: 760px; //width: 761px; // padding-left: 1px;
	color: white;
	font-size: 12px;
	font-family: arial, verdana;
	margin-left: auto; margin-right: auto;
	text-align: left;
}
#logo {
	width: 208px; height: 68px;
	display: block;
	float: left;
	background: transparent url("images/logo.png") no-repeat;
}
#logo h1 {
	display: none;
}
#nav {
	width: 552px; height: 68px;
	display: block;
	float: left;
}
#nav a {
	width: 69px; height: 68px;
	backgroud-repeat: no-repeat;
	float: left;
}
#nav a span {
	display: none;
}
#nav a:hover {
	background-position: 0 -68px;
}
#nav #b1 { background-image: url("images/b1.gif"); }
#nav #b2 { background-image: url("images/b2.gif"); }
#nav #b3 { background-image: url("images/b3.gif"); }
#nav #b4 { background-image: url("images/b4.gif"); }
#nav #b5 { background-image: url("images/b5.gif"); }
#nav #b6 { background-image: url("images/b6.gif"); }
#nav #b7 { background-image: url("images/b7.gif"); }
#nav #b8 { background-image: url("images/b8.gif"); }
#news {
	width: 208px; height: 184px;
	background: transparent url("images/news.png") no-repeat;
	display: block;
	float: left;
	overflow: auto;

}
#header {
	width: 552px; height: 184px;
	background: transparent url("") no-repeat;
	color: black;
	display: block;
	float: left;
}
#header:hover {
	background: transparent url("images/header_hover.jpg") no-repeat;
}
#content {
	width: 760px;
	background: transparent url("images/content.png") no-repeat top left;
	display: block;
	float: left;
	min-height: 60px;
}
#content * {
	font-family: arial, verdana;
	font-size: 16px;
}
p {
	padding: 0 2px 16px 2px;
	margin: 0;
	line-height: 20px;
	text-indent: 20px;
}
.inside {
	padding: 2px 4px 2px 4px;
}
h5 {
	margin: 0;
	padding: 8px 0 0 0;
	font-family: arial;
	font-size: 18px;
}td {	color: white;}




a img { border: 0px; }
.warn {
	color: black;
	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: .9em;
	color: #999;
}
.o {
	background-color: #333;
}
.gallery_thumb {
	width: 120px;
	height: 106px;
	text-align: center;
	float: left;
	margin: 0 0 10px 12px;
}
.gallery_thumb img {
	width: 120px; height: 90px;
}
#view .e td, #view .o td {
	font-size: .9em;
	font-family: tahoma;
}