body {
	padding-right: 0px; 
	padding-left: 50%; 
	background:url(../images/tld.jpg) #000000; 
	padding-bottom: 0px; 
	margin: 0px; 
        width: 801px;
	font: 12px  serif; 
	color: #333; 
	padding-top: 0px; 
}

/*
div {
	border: 1px solid blue;
}

*/
a {
	color: #307082
}

a:hover {
	color: #d60808
}

H1 {
	MARGIN: 10px 10px 10px; color:#990000; font-size:25px
}

#title {
	margin: 5px; 
	overflow: hidden; 
	width: 240px; 
	height: 40px;
	color:#f8f8ec; 
	font-size:40px;
	font-weight: bold;
}

#subtitle {
	 color: #f8f8ec; 
	 font-size:14px; 
	 font-weight: bold;
	 margin: 5px;
	 width: 70%;
}

#tld {
	background:url(../images/bkgrnd-tld.jpg); 
	width: 801px; 
	padding: 0px; 
	margin-top: 0px;
	margin-left: -400px;
}

#header {
	background: url(../images/bkgrnd-head.jpg) no-repeat; 
	color: white;
	height: 96px;
	width: 801px;
}

#lang {
  clear:left;
  margin-top: -20px;
  margin-right: 40px;
  float:right;
}

#sidebar {
	float: left;
	width: 142px;	
}

#weather{	
        background: url(../images/weather-bkgr.jpg) no-repeat bottom left; 
	vertical-align: top; 
	width: 175px;	
	padding-top: 50px;
	padding-left: 10px;
	padding-bottom: 12px;
        z-index: 20;
}

#content {
	float: right;
	width: 500px;
	margin-right: 40px;
	margin-top: 15px;
	padding-bottom: 80px;
}

html>body #content {
	margin-right: 90px;
}

#main {
	background: url(../images/bkgrnd-body.jpg) no-repeat; 
	width: 801px;
        float: left;
}

#footer {
  clear: both;
	background-image:url(../images/footer.jpg); 
	height: 67px; 
	font-size: 11px; 
	color: #000000; 
	text-align: center; 
	vertical-align:bottom;
}

#footercontent {
	float: right;
	width: 500px;
	margin-right: 50px;
}

html>body #footercontent {
	margin-right: 100px;
}
/************** menu display *****************/
/* Menu column */
DIV#menu {	
	vertical-align: top;
	width: 135px;	
	padding-top: 175px;
	margin-left: 7px;
	text-align: left;
}
DIV#menu DIV {
	width: 100%;
}
DIV#menu DIV A {
	color: #307082;
	text-decoration: none;
}
DIV#menu DIV A:hover {
	color: #d60808;
	text-decoration: underline;
}

/*  MENU level 1, normal state (NO) */
DIV#menu DIV.menu1-level1-no {
  border-bottom: 1px solid #866C0B;
  font-size: 12px;
  padding-top:3px;
  padding-bottom:3px;
  padding-left: 7px;
  background-color: #eeeeee;
  filter:alpha(opacity='40', style='0');
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
}

/*  MENU level 1, active state (ACT) */
DIV#menu DIV.menu1-level1-act {
  border-bottom: 1px solid #866C0B;
  font-size: 12px;
  padding-top:3px;
  padding-bottom:3px;
  padding-left: 7px;
  background-color: #C99C00;
  filter:alpha(opacity='60', style='0');
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
}

DIV#menu DIV.menu1-level1-act A {
  color:black;
}

#player {
	float:none;
	margin-bottom: 10px;
	vertical-align:middle;
	margin-top: 10px;
	text-align: center;
	}
	
	#flvplayercaption {
float:none;
}
	
	/* default styles for extension "tx_bddbflvvideogallery_pi1" */
	.tx-bddbflvvideogallery-pi1 p {
  padding:4px;
  text-align:center;
  border:1px solid #ddd;
  background-color:#eee;
  }
