html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background: #6d1f11 url(/2009/images/bg.jpg) center repeat-y fixed;
	margin: 0;
}
a:link, a:visited {
	color: #f1e8c2;
}
a:hover {
	color: #930;
}
img {
	border:none;
}
h1 {
	font-size: 20px;
	color: #930;
}
h2 {
	font-size: 12px;
	color: #930;
}
hr {
	color:#000;
	border-bottom:#f1e8c2 solid 1px;
	margin: 10px 0 10px 0;  /* top right bottom left*/
	width:340px;
}

.left {
	float:left;
}
.right {
	float:right;
}

#container {
	width:868px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%; /*stoopid ie*/
}
#header #left {
 	width:619px;
	height:440px;
	background:url(/2009/images/header_left.jpg) no-repeat;
	float:left;
}
#header #right {
 	width:249px;
	height:440px;
	float:left;
}
#content #gallery {
 	width:818px;
	float:left;
	padding: 10px 25px 0 25px;
}
#content #left {
 	width:456px;
	float:left;
	padding: 10px 0 0 25px;
}
#content #left .date {
	color:#930;
}
#content img.news {
	border:3px solid #930;
}
#content #right {
 	width:362px;
	float:left;
	padding: 10px 0 0 25px;
}
#footer {
	clear:both;
	text-align:center;
}
#photos img {
	border:3px solid #930;
}
#photos h1 {
	font-size: 20px;
	color: #930;
}
#photos h2 {
	font-size: 12px;
	color: #f1e8c2;
}
#time {
	display: inline
}
#live {
	width:310px;
	margin:35px 0 0 300px;
	font-size:11px;
}
#live  .update {
	font-size:14px;
	color:#f1e8c2;
}
#live  .update1 {
	font-size:11px;
}
#live  .status {
	color:#f1e8c2;
	font-size:14px;
	font-weight:bold;
}
#live  .body{
	margin-top:10px;
}
