@charset "utf-8";


/* parts effecting the whole doccument */

body {
	background-color: #E0E0E0;
           }

/* ------------------------------------------- */


/* parts visible on the page from top to bottem */




#wrapper {
	background-color: #EDEDED;
	width: 750px;
	height: 900px;
	position:absolute;
	top: 1%;
	margin: 0 auto 0 auto;
}

#header {
	background-color: #FFFFFF;
	position:absolute;
	top: 5px;
	height: 150px;
	width: 98%;
	left: 1%;
	right: 1%; 
}

#footer {
	background-color: #FFFFFF;
	position:absolute;
	bottom: 1%;
	width: 98%;


}

#mainnavbar {
	background: url(none) #FFFFFF;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1px; 
	position:absolute;
	left:1%;
	top:165px;
	height: 250px; 
	width: 19%;
}

div.sourcetext{
	color: #FF3D3D; 
	text-align: center;
	font-family: Impact, Impact, Charcoal, sans-serif;
	letter-spacing: 2px; 
}


#adbar1 {
	background: url(none) #FFFFFF;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1px; 
	position:absolute;
	width: 130px;
	height: 240px; 
	left:1%;
	top:450px;
	
}




#adbar2 {
	background: url(none) #FFFFFF;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1px; 
	position:absolute;
	top:165px;	
	right: 1%;
	width: 80px;
	height: 300px; 
	
}





#content {
	background: url(none) #FFFFFF;
	font-family: Tahoma, Geneva, sans-serif;
	position:absolute;
	left: 21%;
	top:165px;	
	width: 65%; 
	height: 550px;
	overflow: auto;
}

p.news {
	background: url(none) #DBDBDB;
	padding: 1%; 
	width: 95%; 
	margin-left: auto; 
	margin-right: auto;
}



#footnote {
	background: url(none) #FFFFFF;
	font-family:Lucida Console, Monaco5, monospace;
	position:absolute;
	right: 20%;
	left: 20%;
	top: 750px;	
	width: 60%; 
	
}








div.adsense {
	background: url(none) #FFFFFF;
	height: 20%;
                  width: 30%;
	position:absolute;
	right: 20%;
	top:2%;
}



div.topbutton {
	background-color: #F0FFF3;
	height: 20% ; 
	width: 20% ;
	position:absolute;
	top: 10%;
	left: 10%;
}


div.storybox {




}


div.subnavbar {
	position:absolute;
	font-family: Tahoma, Geneva, sans-serif;
	right:5%;
	left:5%;
	top: 1%;
	height: 29% ; 
	width: 90% ;
	z-index: -1;
	background-color: #000000;
}



div.mainpanal {
	position:absolute;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	right:20%;
	left:20%;
	top:30%;
	height: 90% ; 
	width: 60% ;
	background-color: #FAFAFA;
	overflow: scroll;
}


p.newsheader {
	border: medium outset rgb(180,180,255);
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

p.news {
	border: thin inset rgb(200,200,255);
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: small; 
}








#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
	
a:link {color: #000000; text-decoration: none;}
a:visited {color: #858585; text-decoration: none;}
a:hover {color: #B5FF6B; text-decoration: none;}
a:active {color: #B5FF6B; text-decoration: none;}



/* ------------------------------------------- */

