/* CSS Document */

/* Colors used in this document */


body {
	padding:10px;
	background-image:url(../images/background3.gif);
	font-family:Garamond, "Times New Roman", serif;
	font-size:15px;
	color:#474848;
}

#main_wrapper {
	width:796px;
	/*height:577px;*/
	border:solid 3px #4f473b;
	padding:0;
	margin:0;
}

#header {
	width:796px;
	height:62px;
	padding:0;
	margin:0;
}

#navbar {
	width:796px;
	height:32px;
	background-image:url(../images/nav_background.gif);
	padding:0;
	margin:0;
}

#navbar_shadow {
	width:796px;
	height:8px;
	padding:0;
	margin:0;
}

#main {
	height:435px;
	width:796px;
	background-image:url(../images/main_background.gif);
	padding:0;
	margin:0;
}

#temp_main {
	min-height:435px;
	width:796px;
	background-image:url(../images/temp_background.gif);
	padding:0;
	margin:0;
}


#footer {
	width:796px;
	height:40px;
	padding:0;
	margin:0;
}

#news {
	height:435px;
	width:574px;
	background-image:url(../images/news_background.gif);
	padding:0;
	margin:0;
}

#player {
	height:167px;
	width:222px;
	background-image:url(../images/player_background.gif);
	padding:0;
	margin:0;
}

.header {
	color:#4e4d4c;
	font-size:28px;
	font-weight:bold;
}

.news_headline {
	color:#414140;
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
}

.news_date {
	color:#517daa;
	font-size:15px;
	font-style:italic;
}

.news_content_area {
	height:332px;
	overflow:auto;
}

#news_item {
	line-height:20px;
	border-bottom:solid 1px #AAAAAA
}

a:link {
	text-decoration: none;
	color: #3D6FA2;
	
}

a:visited {
	text-decoration: none;
	color: #3D6FA2;
}

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

a:active {
	text-decoration: none;
	color: #3D6FA2;
}

h1 {
	color:#4e4d4c;
	font-size:28px;
	font-weight:bold;
	margin-bottom:0pt;
	margin-top:0pt;
}

h2 {
	color:#3D6FA2;
	font-size:18px;
	font-weight:bold;
	margin-bottom:0pt;
	margin-top:0pt;
}

#content {
	width:708px;
	height:380px;
	overflow:auto;
	padding-right:15px
}
	
.code {
	font-family:"Courier New",monospace;
}