* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body { 
	background: #1A5189 url('images/bg.jpg') no-repeat center -80px;
	text-align:center;
	min-height:208px;/* for good browsers*/
	min-width:552px;/* for good browsers*/
	font: normal normal normal 0.9em Tahoma, sans-serif;
}
#outer[id] {
	position: static;
	height:100%;
	width:100%;
	display:table;
}
#container[id] {
	text-align: center;
	vertical-align:middle;
	display:table-cell;
} 
#inner {
	width: 552px; margin-left: auto; margin-right: auto;
} /* for all browsers*/
#inner[id] {
	width: 552px;
	margin-left:auto;
	margin-right:auto;
}


#topmenu a, #topmenu a:link,#topmenu a:visited {
	display: block;
	float: left;
	height: 20px;
	padding-top: 5px;
	background: transparent url('images/menu_lightlight.gif') no-repeat top left;
	width: 98px;
	color: #fff;
	text-decoration: none;
	font: normal normal normal 90% arial, sans-serif;
	text-align; center;
}
#topmenu a:hover {
	color: #FEDA7A;
}
#topmenu a.current {
	width: 100px;
	background: transparent url('images/menu_dark.gif') no-repeat top left;
	color: #fff;
	text-decoration: none;
	font: normal normal normal 90% arial, sans-serif;
}
#topmenu a.current:hover {
	color: #FEDA7A;
}
#topmenu a.aftercurrent {
	width: 100px;
	background: transparent url('images/menu_darklight.gif') no-repeat top left;
}
#topmenu a.first {
	width: 100px;
	background: transparent url('images/menu_light.gif') no-repeat top left;
}
#innercontent {
	color: #A6A89B;
	background: #1B1B1B url('images/bg2.jpg') no-repeat top left;
	text-align: left;
	padding: 20px 30px;
}

h1 {
	color: #FEDA7A;
	font: normal normal normal 1.5em 'Verdana', sans-serif;
	letter-spacing: -1px;
}
h2 {
	color: #4D4D4D;
	font: normal normal normal 1em Tahoma, sans-serif;
}
ol {
	list-style-position: outside;
}

div.outerborder {
	position: relative;
	border: 1px solid #232323;
	background: #141213;
	padding: 10px;
}
div.innercontent {
	background: white;
	color: #5A5A5A;
}
div.breakinfo {
	margin: 10px 0;
}
div.breakinfo span#currenttime {
	color: #ddd;
	font-family: courier;
}
div.breakinfo span#breaktime {
	color: #0f0;
	font-weight: bold;
}









/* root element for the whole scrollable setup */
div.scrollable {
	
	/* two required settings */
	position:relative;
	overflow:hidden;	 
			
	height: 180px;
}

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
div.scrollable div.scrollablecontent {	
	position:absolute;
	width:20000em;	
	clear:both;
	
	height: 180px;
}

/* single scrollable item */
div.scrollable div.scrollablecontent div {
	float:left;
	height: 160px;
	width: 300px;
	padding: 10px;
	padding-left: 150px;
}

/* active item */
div.scrollable div.scrollablecontent div.active {
	border:1px inset #ccc;		
	background-color:#fff;
}

div.outerborder div.navi {
	position: absolute;
	z-index: 10;
	top: 160px;
	left: 400px;
}
div.outerborder div.navi a:link,
div.outerborder div.navi a:visited {
	display: block;
	float: left;
	border:solid 1px #9aafe5;
	color:#0e509e;
	margin-right: 2px;
	padding:3px 6px;
	text-decoration: none;
	background: white;
}
div.outerborder div.navi a.active {
	background:#2e6ab1;
	color:#FFFFFF;
	font-weight:bold;
}
div.outerborder div.navi a:hover {
	border:solid 1px #0e509e;
}