html, body, center { 
margin:0; 
padding:0; 
min-height: 100%; 
font-family: Tahoma, Helvetica, Arial, sans-serif;
font-size: 12px;
} 
.main {
overflow: hidden;
min-height: 100%; 
width:80%;
background-color:white;
padding-left:15px;
padding-right:15px;
}
#header {
background-color:black;
height:153px;
margin-bottom:2px;
min-width: 800px; 
}
#left {
width:65%;
min-height:100%;
overflow:hidden;
float:left;
border:solid 0px black;
text-align: left;
}
#right {
width:30%;
min-height:100%;
overflow:hidden;
float:right;
border:solid 0px black;
}
#footer {
clear:both;
}
.green {
background-color:#ccdba9;
}
.red  {
background-color:#fff1ee;
}
.cat {
color:white;
height:29px;
background:#000000 url(/images/head_02.gif) repeat-x left top;
clear:both;
margin-bottom: 15px;
}
.cat div {
height:29px;
background:url(/images/head_03.gif) no-repeat right top;
}
.cat span { 
font-size:16px;
letter-spacing:3px;
height:29px;
background:url(/images/head_01.gif) no-repeat left top;
float:left;
padding-left:12px;
text-transform:uppercase;
}
.green .cat span { 
background:url(/images/head_01g.gif) no-repeat left top;
}
.green .cat div { 
background:url(/images/head_03g.gif) no-repeat right top;
}
html>body .cat span { 
padding-top:4px;
}
newsblock {
clear:both;
}
a { 
color: #9f0000; 
text-decoration:none;
}
a:link {
color: #9f0000; 
}
a:visited {
color: #9f0000; 
}
a:active {
color: #9f0000;
}
a:hover {
color: #ffffff;
background-color:#9f0000;
}

.menu { 
font-family: Tahoma, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
text-align:justify;
}
.menu a {
padding:3px 8px 5px 8px;
color: #9f0000; 
}
.menu a:hover {
color: #ffffff;
background-color:#9f0000;
}
.submenu {
	text-align: left; 
	background-color: #7f0000;
	display:none;
	position: absolute;
	z-index:99;
	opacity: 0.0;
	padding: 10px;
	filter: alpha(opacity=0);
}
.submenu a {
	display: block;	
	font-size: 13px;
	font-weight:bold;
	color: #ffffff;
	margin: 0px;
	margin-bottom: 0px;
	border: 0px;
	text-decoration: none;
	line-height: 15px;
	opacity: 1.0;
	}

img.news {
float:left;
margin:0 10px 0 0;
border:solid 1px;
}
h1 {
text-align:left;
font-family: georgia, times new roman, times, serif;
font-size:36px;
font-weight:normal;
color: #9f0000;
margin:0 0 10px 0;
padding:0px
}
h2 {
font-family: georgia, times new roman, times, serif;
font-size:28px;
line-height:24px;
font-weight:normal;
color: #9f0000;
margin:0 0 10px 0;
padding:0px
}
h3 {
font-family: Tahoma, Helvetica, Arial, sans-serif;
font-size: 18px;
font-weight:bold;
margin:10px 0 5px 0;
padding:0px
}
hr {
border-style:none;
height:5px;
background: url(/images/line.gif) repeat-x;
}
div.posted {
text-align: right;
}
div.gallery #photo  {
background-color:#fff1ee;
padding: 1px;
text-align: center;
width: 100%;
}
div.gallery h1, div.gallery h4, div.gallery  {
text-align: center;
}
img.big  {
	border:2px solid #fff;
	outline:1px solid #333;
	-moz-outline-radius:4px;
}
div.prev_next  {
text-align: center;
width: 100%;
}


/* player container */
div.player {
	height:384px;
	width:512px;
	border:2px solid #fff;
	outline:1px solid #333;
	-moz-outline-radius:4px;
	cursor:pointer;
	text-align:center;
	margin-right:15px;
}

/* play button */
div.player img {
	margin-top:134px;
}

/* info area */
div.player div.info {
	height:40px;
	background:#000 url(/images/h80.png) repeat-x;
	opacity:0.7;
	color:#fff;
	text-align:left;
	padding:5px 15px;	
	font-family:"bitstream vera sans","trebuchet ms";
	font-size:12px;
	border-top:1px solid #ccc;
	margin-top:114px;
}

/* duration data inside info area */
div.player div.info span {
	color:#99FF99;
	display:block;
	font-weight:bold;
}

