html {
	height: 100%;
	/*hide overflow: hidden from IE5 / Mac*//*\*/
	overflow: hidden;
	/**/
 	/* IEWin only */
	scrollbar-track-color: #4f6c7b;
	scrollbar-face-color: #617f8f;
	scrollbar-darkshadow-color: #617f8f;
	scrollbar-shadow-color: #666;
	scrollbar-3dlight-color: #617f8f;
	scrollbar-highlight-color: #ccc;
	scrollbar-arrow-color: #fff;
}

body {
	font: 12px/16px 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	background: #617f8f;
	margin: 0;
	height: 100%;
	overflow: hidden;
}

a:link, a:active, a:visited, a:hover {
	color: #496775;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 760px;
	background: #fff;
	height: 100%;
}

#nav {
	height: 250px;
}

#content {
	position: absolute;
	top: 250px;
	bottom: 0;
	right: 0;
	left: 0;
	width: 760px;
	overflow: auto;
	overflow-x:hidden;
	background: #fff;
}

.section {
	clear: both;
	display: none;
	padding: 0 10px 10px 10px;
}

.footer {
	width: 400px;
	margin: 0 auto;
}

h1, h2, h3,#news .cpsnewsheadline  {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;
	font-weight: normal;
}

#nav h1 {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 36px;
	color: #fff;
	text-align: center;
}

#flashnav {
	margin: 0 0 20px 0;
}

#flashnav a:link, #flashnav a:active, #flashnav a:visited, #flashnav a:hover {
	color: #ffffff;
	padding: 5px;
	background: #000;
	margin: 0 10px 0 0;
	text-decoration: none;
}

#flashnav a:hover {
	color: #ffffff;
	background: #222;
	text-decoration: none;
}


h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

hr {
	border: none; 
	height: 1px; 
	margin: 10px 0 10px 0;
	color: #fff;
	background: #fff;
}

img {
	border: 0;
}

#news td {
	vertical-align: top;
}

#news #rss-wrapper {
	width: 130px;
	text-align: right;
	padding-top: 10px;
}

#news #rss-wrapper #badges a {
	display: block;
	float: right;
	margin-bottom: 5px;
}

#news #rss-wrapper #badges br {
	display: block;
	clear: both;
}

#news .cpsnewsheadline {
	font-size: 16px;
	display: block;
	color: #496775;
}

#news .cpsnewsheadline b {
	/*font-weight: normal;*/
}


#news .cpsnewsbody img {
	margin: 10px 10px 10px 0;
}

#news form td {
	padding: 5px 0 0 5px;
	white-space: nowrap;
}

#news form select {
	width: 171px;
}

#news form button {
	margin: 10px 0 0 5px;
}

#news form input, #news form select  {
	/*background: #fff;*/
	margin: 4px;
	color: #000;
}

#music .album {
	position: relative;
	margin: 20px 0 20px 0;
	min-height: 120px;
	/*border: 1px solid #f00;*/
}

#music .album .thumb {
	position: absolute;
	width: 160px;
	height: 160px;
	top: 10px;
	left: 10px;
}

#music .album .info {
	position: relative;
	width: 500px;
	left: 180px;
}

#music .album .info  ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#music .album .info ul li {
	margin: 0;
	padding: 5px;
}

#tour dl {
	margin: 0;
	padding: 0;
}

#tour dt {
	padding: 0;
	voice-family: "\"}\""; /* Begin hack to correct height */
	voice-family: inherit;
	font-weight: bold;
	font-size: 14px;
}

#tour dd {
	margin: 0 0 10px 0;
	padding: 0;
}

.footer {
	font: 10px/11px Verdana, Arial, Helvetica, sans-serif;
}

.footer a:link, a:active, a:visited, a:hover {
	color: #000;
}