@charset "utf-8";
/* CSS Document */

#page {
background-color:#0C6;
width:98.5%; 
margin:auto; 
padding:12px;}


#masthead {
background-color:#FC9;
border-left:dashed;
border-right:dashed;
border-top:dashed;
border-bottom-style:dashed;
padding:1px;}

#main {
background-color:#FC6;
border-bottom-style:dashed;
border-left:dashed;
width:72.2%;
padding:10px;
float:left;}

#related {
background-color:#FFF;
border-left:dashed;
border-bottom:dashed;
border-right:dashed;
width:23.5%;
padding:13.3px;
float:right;}

#footer {
background-color:#000;
padding:2px;
float:!important;
clear:both;}

.date {float:right;
		position:relative;
		top:-60px;}
		
.intro {position:relative;
		margin-left:115px;
		top:-100px;}	
		
.continued {float:right;
		position:relative;}		

