@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background:url(images/bgbg.jpg) #000;
	background-repeat:repeat-y;
	background-position:center top;
	color:#fc6;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	line-height:1.3em;
}

img {
	border:none;
}

ul {
	list-style-type:none;
	border-bottom:1px dotted #fc6;
	margin-bottom:0.5em;
	padding-bottom:0.5em;
}

a {
	color:#fc6;
	text-decoration:none;
	outline:none;
}

a:focus {
	-moz-outline-style: none;
}

a:link {
	text-decoration:none;
}

a:hover {
	color:#300;
}


#wrapper {
	width:900px;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-450px;
}

#left {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-404px;
	padding-bottom:70px;
	padding-left:1px;
	width:144px;
}

/*
#left ul{
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-left:-3px;
}

#left li {
	font-size:16px;
	line-height:1.5em;
	font-weight:bold;
	display:block;
}	

#left li a {
	display:block;
}

#left li a.red:hover {
	color:#c00;
	background:#300;
}

#left li a.org:hover {
	color:#c60;
	background:#300;
}

#left li a.ylw:hover {
	color:#ff3;
	background:#300;
}

#left li a.grn:hover {
	color:#093;
	background:#300;
}

#left li a.blu:hover {
	color:#06c;
	background:#300;
}

#left li a.ppl:hover {
	color:#639;
	background:#300;
}
*/

#left a#ppl:hover {
	color:#c0f;
}




#right {
	width:700px;
	position:absolute;
	top:45px;
	left:50%;
	margin-left:-235px;
}

/*
#season {
	width:270px;
	height:211px;
	font-weight:bold;
	color:#300;
	overflow:auto;
	position:absolute;
	top:588px;
	left:50%;
	margin-left:-327px;
}
*/

#news{
	color:#300;
	font-weight:bold;
	width:585px;
	height:165px;
	overflow:auto;
	position:absolute;
	top:580px;
	left:50%;
	margin-left:-327px;
}

#news ul,#season ul{
	border:none;
	padding-right:10px;
	line-height:1.5em;
}

#news ul li,#season ul li{
	border-bottom:1px dotted #300;
	margin-bottom:0.5em;
	padding-bottom:0.5em;
}

li.first {
	border-top:1px solid #300;
	padding-top:0.5em;
}

#news ul li a{
	color:#00f;
	text-decoration:underline;
}


address {
	color:#fc6;
	font-style:normal;
	text-align:right;
	margin-top:20px;
	margin-right:74px;
	padding-bottom:70px;
}