/* basic elements */
body { 
	font: 8pt/16pt georgia; 
	color: #555555; 
	background: #fff; 
	margin: 0px; 
	}
p { 
	font: 10pt/16pt georgia; 
	margin-top: 0px; 
	text-align: justify;
	}
h3 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
a:link {
	font: 8pt/16pt georgia;  
	font-weight: bold; 
	text-decoration: none; 
	color: #ff9900;
	}
a:visited {
	font: 8pt/16pt georgia;  
	font-weight: bold; 
	text-decoration: none; 
	color: #ff9933;
	}
a:hover, a:active { 
	font: 8pt/16pt georgia; 
	font-weight: bold; 
	text-decoration: underline; 
	color: #7D775C;
	}
td 	{
	font: 8pt/16pt georgia; 
	color: #555753; 
	margin: 0px; 
	}

/* specific divs */

#banner
{
	position:absolute;
	top:0;
	left:0;
	width:800;
	height:100;
	border : medium inset;
	border-right-color : Black;
	background-image : url(../template/sitebanner.jpg);
}

#navigation
{
position:absolute;
top:100;
left:0;
width:160;
height:780;
border-bottom-color : Black;
}
#navigation iframe
{
height:780;
width:160;
}

#image
{
	position:absolute;
	top:100;
	left:160;
	width:640;
	height:480;
	border : medium inset;
	border-right-color : Black;
	vertical-align: middle;
	background-repeat : no-repeat;
	background-position : center;
	background-color : Black;
}

#universetoday
{
	position:absolute;
	top:100;
	left:160;
	width:640;
	height:780;
	border : medium inset;
	border-right-color : Black;
	vertical-align: middle;
	background-repeat : no-repeat;
	background-position : center;
	background-color : white;
	overflow:auto;
}

#statistics
{
position:absolute;
top:580;
left:160;
width:320;
height:300;
border : medium inset;
border-bottom-color : Black;
}

#statistics p{
font-style : normal;
font-weight : bolder;
}
#statistics div{
position:relative;
margin-left:10px;
margin-right:10px;
}

#commentary
{
position:absolute;
top:580;
left:480;
width:320;
height:300;
border : medium inset;
border-right-color : Black;
border-bottom-color : Black;
overflow:auto;
}
#commentary p{
font-style : normal;
font-weight : bolder;
}
#commentary div{
position:relative;
margin-left:10px;
margin-right:10px;
}

#titlepagenotes{
position:absolute;
top:580;
left:160;
width:640;
height:300;
border : medium inset;
border-right-color : Black;
border-bottom-color : Black;
}

#addendumtext
{	
position:absolute;
top:100;
left:160;
width:640;
height:780;
border : medium inset;
border-right-color : Black;
vertical-align: middle;
background-repeat : no-repeat;
background-position : center;
overflow:auto;
}
#addendumtext div{
position:relative;
margin-left:10px;
margin-right:10px;
}

#footer
{
position:absolute;
top:880;
left:0;
width:800;
height:100;
}

#counter
{
position:absolute;
top:920;
left:0;
width:800;
height:20;
}

td.image_credit {   
	font-size: 11px;
	font-weight: bold; 
	}

/* The title for the story */
	
td.story_title {
	font-size: 18px;
	color: #666666;
	font-family: arial; 
	font-weight: bold; 
	}
	
