* {
	border:5;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#b3000a;
	text-decoration:none;
}
a:hover {
	color:#555;
	text-decoration:none;
}


a:link {
       text-decoration: none;
}
a:visited {
       text-decoration: none;
       color: #b3000a;
}
a:hover {
       text-decoration: underline;
       color: #0000FF;
}
a:active {
       text-decoration: none;
       color: #0000FF;
}
body {
       background-color: #000000;
}
.style1 {
       font-size: 150%;
       font-weight: bold;
}
.style1 {font-size: 120%; font-weight: bold; }
.style4 {font-size: 125%; font-weight: bold; }
.style5 {font-size: 110%; color: #b3000a; }
.style6 {font-size: 125%}
.style7 {color: #000000}
.style8 {color: #000000}



/* body */
body {
	background:#000000;
	color:#000000;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 0.8em;
}

/* container */
#container {
	background:url('files/tlo2.jpg') no-repeat;
	height:530px;
	left:50%;
	margin:-265px 0 0 -380px;
	position:absolute;
	top:50%;
	width:760px;
}

/* navigation */
#navigation {	
	height:88px;
	padding:32px;
	width:696px;
}
#navigation ul {
	list-style:none;
}
#navigation ul li {
	float:right;
	height:88px;
	list-style:none;
	width:77px;
}
#navigation ul li a {
	color:#fff;
	display:block;
	height:50px;
	line-height:50px;
	padding:50px 0 0;
	text-align:center;
	width:75px;
}
#navigation ul li a:hover {
	background:url('files/navi.jpg') repeat-x;
	color:#111;
}
#navigation ul li a.active {
	background:url('files/navi.jpg') repeat-x;
}

/* swl */
#swl {
	height:120px;
	padding:0px;
	width:760px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 270px 0 0 -380px;
	
}

/* numbers*/
#numbers {
	height:25px;
	padding:0px;
	width:500px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 200px 0 0 -250px;
	
}


/* content */
#content {	
	height:320px;
	overflow:auto;
	padding:0 42px;
	width:676px;
}

/* mp3player */
#mp3player {	
	height:320px;
	overflow:auto;
	padding:0 42px;
	width:676px;
	text-align:center;
	
}
#content h1 {
	color:#333;
	font-size:200%;
}

/* footer */
#footer {
	color:#fff;
	height:20px;
	padding:35px;
	text-align:right;
	width:697px;
}
#footer a {
	color:#fff;
}
