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

div {
font-size:12px;
font-family: Georgia, Times New Roman, Times, serif;
color: #000044;
}

span {
font-size:12px;
font-family: Georgia, Times New Roman, Times, serif;
color: #000044;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(flat.jpg);
	background-attachment: fixed;
}

#container {
position: absolute;
width: 100%;
}

#plaintext {
font-size:12px;
font-family: Georgia, Times New Roman, Times, serif;
color: #000044;
margin-top: 10px;
}

#plaintextcenter {
font-size:12px;
font-family: Georgia, Times New Roman, Times, serif;
color: #000044;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

a:link {color: #000044;}
a:visited {color: #000044;}
a:active {color: #000044;}
a:hover {background-color: #ffffff;}
a {text-decoration: none}

#titletext {
font-size:13px;
font-weight: bold;
line-height: 18px;
}

#newstitletext {
font-size:13px;
font-weight: bold;
line-height: 12px;
}

#smalldate {
font-size:10px;
font-family: Georgia, Times New Roman, Times, serif;
font-style: italic:
color: #000044;
margin-top: 4px;
}

.horizontal_dotted_line
{
border-bottom: 1px dotted #000044;
width: 140px;
} 

#header {
position: relative;
top: 10px;
margin-left: auto;
margin-right: auto;
width: 958px;
}

#logo{
position: absolute;
top: 0px;
left: 8px;
margin-left:2px;
}

#mp3player{
position:absolute;
top: 0px;
right: 8px;
float:right;
margin-right:2px;
}

#navbar{
	position: absolute;
	top: 85px;
	left: 8px;
	width: 835px;
	height: 16px;
	font-size:14px;
	font-weight: bold;
}

#main {
position: relative;
top: 145px;
margin-left: auto;
margin-right: auto;
margin-bottom: 150px;
height: auto;
width: 958px;
overflow: hidden; 
color: #000044;
}

#main_l {
position:relative;
margin-left: 0px;
width: 146px;
}

#main_c {
position:relative;
vertical-align: top;
width: 500px;
}

#main_r {
position:relative;
width: 250px;
}

#footer {
position: relative;
margin-bottom: -100%;
height: 50px;
width: 950px;
border: 0px solid black;
margin-left: auto;
margin-right: auto;
font-size:10px;
}
