@charset "UTF-8";
/* CSS Document */

#Container {
	margin: 0px auto;
	height: 450px;
	width: 300px;
}

#Content {
	height: 450px;
	padding-top: 4px;
	
}
#NewsHeader {
	width: 365px;
	position: absolute;
	left: 775px;
	top: 63px;
	text-shadow: 2px 2px 5px #666; /* FF3.5+, Opera 9+, Saf1+, Chrome */
	 color: #FFF;
}

#news {
	width: 275px;
	overflow: auto;
	padding: 5px 5px 5px 0px;
	height: 450px;
	left: 775px;
	position: absolute;
	top: 110px;
}

.Navigation {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #333;
	padding: 13px;
}
#contentHolder {
	padding-left: 0px;
	top: 110px;
	height: 460px;
	width: 650px;
	overflow: auto;
	line-height: 1.5em;
	left: 100px;
	position: absolute;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}

#Navbar {
	left: 100px;
	width: 650px;
	top: 70px;
	position: absolute;
}

#textshadow {
     text-shadow: 2px 2px 5px #666; /* FF3.5+, Opera 9+, Saf1+, Chrome */
	 color: #FFF;
	 font-size: 40px;
}

#headerbox {
	top: 40px;
	position: absolute;
	left: 100px;
	width: 650px;
}
