.main_news_title {
  text-transform: uppercase
}

/******************
HTML Tags
******************/
/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body {
	padding:0;
	margin:0;
}
body{	
	font-family: Arial, Verdana, Sans-Serif;	
	font-size: 11pt;
	text-align:center;
	min-width:1024px;/* for mozilla*/
	background-color: #000;
	color: #000000;
}
#outer{
	height:99.9%;
	min-height:100%;
	width:1022px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background:  url(design/bg.gif) repeat-y 120px center;
	background-color: #747474;
	position:relative;
}

#video {
	height:99.9%;
	min-height:100%;
	width:1022px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	color: #000000;
	text-align:center;
	margin:auto;
	position:relative;
	height:auto;
	background-color: #747474;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header{
	position:absolute;
	top:0;
	left:-1px;
	width:1022px;
	height:131px;
	overflow:hidden;
	color: #000000;
	z-index:100;
}

#videoHeader {
	position:absolute;
	top:0;
	left:-1px;
	width:1022px;
	height:110px;
	overflow:hidden;
	color: #000000;
	z-index:100;
}

#left {
	position:relative;/*ie needs this to show float */
	width:120px;
	float:left;
	padding-top:131px;/*needed to make room for header*/
	text-align:right;
	border:solid 0px red;
}
#left p {padding-left:3px;padding-right:2px}


#footer {
	width:1022px;
	clear:both;
	height:51px;	
	color: #000000;
	font-size:90%;
	text-align:right;
	left:0;
	bottom:0;
	position: absolute;
}
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:536px;
	float:right;
	padding-top:131px;/*make room for header*/
	border:solid 0px green;
}

#videocontent {
	width:870px;
	float:right;
	padding-top:110px;
	border:solid 0px green;
}

#videos {
	width: 380px;
	float:left;
	border:solid 0px green;
	border: solid 1px #000;
	border-collapse:collapse;
	background: #484848;
	margin-bottom: 15px;
	margin-right: 30px;
	padding: 0px 10px 20px 10px;
	color:	#ffffff;
	
}

#videoP {
	font-family: Arial, Verdana, Sans-Serif;	
	font-size: 11pt;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align:left;
}

.newsTitle {
	font-family: Arial, Verdana, Sans-Serif;	
	font-size: 11px;
	padding-bottom: 7px;
	text-align:left;
}



#fotobox {
	width:262px;
	float:right;
	padding-top:0px;/*make room for header*/	
	padding-right:50px;
	border:solid 0px yellow;
}

#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper */


/******************
CONTENT
******************/
#fotobox img.foto
{
	padding-top:25px;
}

#footer span
{
	padding-right:10px;
}

#footer a
{
	color: #000000;
}

#centrecontent p {padding-left:3px}

#centrecontent p span.work
{
	font-weight:bold;
	font-style: italic;
}

#centrecontent table
{
	border: solid 1px #A7A7A7;
	border-collapse:collapse;
	margin-bottom: 15px;
}

#centrecontent table tr, #centrecontent table tr th, #centrecontent table tr td
{
	border: solid 1px #A7A7A7;
	border-collapse:collapse;
	padding : 3px 3px 3px 10px;
}

#centrecontent table tr td
{
	background-color: #C7C7C7;
	color : #242424;
	padding-top:5px;
	padding-bottom:5px;
}

#centrecontent table tr th
{
	background: #6A6A6A;
	text-align:center;
}

#centrecontent table tr th.sectionTitle
{
	background: #7A7A7A;
	text-align:center;
	text-transform:uppercase;
	padding: 10px 0px 10px 0px;
}

/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link{
	color: #0099cc;
}

a:visited{
	color: #CCCCFF;
}

a:hover{
	color:#999999;
	text-decoration:none;
	}

a:active{
	color:#B70000;
	}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#left a 
{
	font-family: Trebuchet MS, Verdana, Sans-Serif;
	font-size:110%;
	padding:10px;	
	text-transform: uppercase;
	display:block;
}

#left a:link{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}

#left a:visited{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}

#left a:hover{
	text-decoration:underline;
	}

#left a:active{
	color:#CCCCCC;
	text-decoration:none;
	display:block;
	background:#000000;
	}
	
#left a.selected {
	color:#CCCCCC;
	text-decoration:none;
	background:#000000;
	}

/******************
HEADINGS
******************/

h1 {
	font-size:130%;
	padding-top:4px;
	}
	
h2 {
	font-size:120%;
	}

h3 {
	font-size:110%;
	}
	
h4 {
	font-size:90%;
	}
	
h5 {
	font-size:.8em;
	}
	
h6 {
	font-size:.75em;
	}
	

/******************
LAYOUT DIVS
******************/

#pageTitle h1
{
	font-family: 
	'Lucida Sans Unicode' , 
	Verdana,
	Sans-Serif
	;
	margin: 20px;
	font-size:180%;
	text-transform: uppercase;
	font-weight:lighter;
}

#videoChTitle {
	width:403px;
	float:left;
	font-family: 
	'Lucida Sans Unicode' , 
	Verdana,
	Sans-Serif
	;
	font-size: 130%;
	margin-bottom: 10px;
	margin-right: 30px;
	text-transform: uppercase;
	text-align:right;
	font-weight:lighter;
}


#pageTitle h2
{
	font-family: 
	'Lucida Sans Unicode' , 
	Verdana,
	Sans-Serif
	;
	margin: 20px;
	text-transform: uppercase;
	text-align:right;
	font-weight:lighter;
}

#textbox
{
	border:1px solid #000;
	padding: 20px 10px 20px 10px;
	margin: 20px;
	margin-bottom: 50px;
	color:#ffffff;
	background:#484848;
}



#textbox p 
{
	font: 14px Arial, Helvetica, sans-serif; color: white;
	margin-top: 10px;
	text-align:justify;
	
}

#newsTitle {
	font-size: 14px;
	font-weight: bolder;
}

#textbox ul
{
	margin:5px 5px 5px 25px;
	padding:0px;
}

#textbox li{
	padding:5px 0px 5px 0px;
	list-style-type: square;
	}

#header-image{
	margin:0px;
	padding:0px;
	text-align:left;
	background:url(design/header.jpg) no-repeat;
	background-position: right;
	height:131px;
	}

/******************
Menu Items
******************/

#left ul
{
	text-align:right;
	margin:0px;
	padding:0px;
	}

#left li{
	border:solid 0px yellow;
	margin:0px 0px 0px 10%;
	list-style:none;
	width:90%;
	}

