body {background: #bfbfbf url(../img/fons.jpg) top center repeat-x;margin: 0 auto;text-align:center;font-family:Verdana,Arial,Tahoma;font-size:11px;color:#5b5b5b;}
a, a:link, a:visited, a:active {color:#5b5b5b;}
a:hover {text-decoration:none;}
img {border:0px;}
h1,h2,h3 {margin:0px;padding:0px;}
h2 {color:#864500;padding:5px;text-align:left;font-size:14px;}

#content {overflow:hidden;width:900px;margin: 0 auto 10px auto;text-align:left;background:#FFFFFF;}

#menu {background:#C0C0C0;margin: 0px 15px 0px 15px;padding:5px;color:#ffffff;text-align:right;overflow:hidden;height:20px;}
#menu a, #menu a:link, #menu a:visited, #menu a:active {color:#ffffff;}
#menu a:hover {text-decoration:none;}

#menu_nav {float:left;}
#admin {float:right;}
#lang {float:right;margin-left:20px;}

#head {margin: 0px 15px 0px 15px;}

#body {overflow:hidden;margin: 10px 15px 0px 15px;}

#left {float:left;margin: 0px 15px 0px 0px;background:#dbe5ae;padding:10px;height:525px;}
#center {float:left;text-align:center;background:#FFFFFF;margin: 0px;height:480px;}
#center object, #center embed {margin: 0px 0px 5px 0px;}
#right {float:left;margin: 0px 0px 0px 15px;background:#dbe5ae;padding:10px;height:525px;}
#page {float:left;width:100%;margin: 0px 15px 0px 0px;background:#dbe5ae;padding:20px;}
#right p {text-align:center;margin: 0px 0px 0px -10px;padding: 9px 0px 0px 0px;}
#publi p {text-align:center;margin: 0px 0px 0px -10px;padding: 9px 0px 0px 0px;}

#foot {margin: 10px 15px 10px 15px;background:#d4b7d6;padding:2px;color:#000000;}
#menufoot {overflow:hidden;margin: 15px;background:#ffffff;padding:5px;color:#000000;}
#logos {float:right;color:#5b5b5b;padding-right:20px;}
#logos img {vertical-align:top;}
#logos2 {float:right;padding-bottom:15px;width:150px;}
#logos2 img {vertical-align:top;}

#publi {background:#dbe5ae; padding:10px;margin: 0px 0px 10px 0px;}
#video {background:#dbe5ae; padding:10px;}


/* Scrolling */

/* this page declarations */	

.gnb {width: 850px; margin: 15px 0 3px 0; background: #d4b7d6;}
/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
width: 850px; 
height: 20px; 
margin: 0; 
padding: 0
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 4px;
width: 850px; 
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 850px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;
}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
}

ul.newsticker li p {margin: 0;padding: 0;}
ul.newsticker a {white-space: nowrap;padding: 0;color: #000000;font: bold 10px Verdana;margin: 0 650px 0 0;} 
ul.newsticker span {margin: 0 10px 0 0;} 
