/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, sans-serif;
	text-align: center;
	background: #000000;
	color: #999999;
	font-size: 100%;
}

h1 {
	text-align: right;
	font-size: 160%;
}

p {
	font-size: 95%;
	line-height: 115%;
}

a {
	color: #ffffff;
	border: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #ffffff;
}

a img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	display: inline;
}

/* id
------------------------------------------------------- */

#wrapper {
	width: 900px; 
	margin: 0 auto;
	text-align: left;
	position: relative;
	margin-top: 20px;
}

#logo {
	position: absolute;
	left: 20px;
	top: 70px;
	width: 223px;
	height: 385px;
}

#header {
	position: absolute;
	top: 25px;
	left: 20px;
	width: 860px;
	height: 45px;
}

#subnavi {
	position: absolute;
	left: 260px;
	top: 70px;
	width: 620px;
	height: 20px;
	background-color: #339999;
	text-align: right;
	line-height: 20px;
	text-transform: uppercase;
	font-size: 11px;
}

#subnavi li {
	padding-left: 7px;
	border-right: 1px solid #ffffff;
	padding-right: 8px;
}

#subnavi .lastlist {
	border: none;
	padding-right: 5px;
}

#marquee {
	position: absolute;
	left: 260px;
	top: 90px;
	width: 620px;
	height: 235px;
}

#navi {
	position: absolute;
	left: 260px;
	top: 325px;
	width: 620px;
	height: 30px;
	line-height: 30px;
}

#navi li {
	text-transform: uppercase;
	padding-right: 15px;
	font-weight: bold;
}

#navi a {
	color: #999999;
}

#navi a:hover {
	color: #F90;
	text-decoration: none;
}

#pastevents {
	position: absolute;
	left: 760px;
	top: 325px;
	width: 120px;
	height: 30px;
}

#pastevents a {
	color: #999999;
}

#pastevents a:hover {
	color: #F90;
	text-decoration: none;
}


#pastevents p {
	line-height: 30px;
	text-align: right;
	font-weight:bold;
}

#marquee, #navi, #text {
	border-bottom: 1px solid #999999;
}

#text {
	position: absolute;
	left: 260px;
	top: 355px;
	width: 615px;
	height: 83px;
	padding: 12px 5px 5px 0;
}
