/* menu */
#menu {
	margin-right: 10px; 
	position: absolute; 
	top: 65px; 
	left: 0px;
	}
	
/* links */
A:link {
	text-decoration: none;
	color: #808080;
	}
A:visited, A:active {
	text-decoration: none; 
	color: #808080;
	}
A:hover {
	text-decoration: overline underline; 
	color: #1dc100;
	}
	
/* general styles */
BODY { 
  background-color:#000000;
	font-size: 10px; 
	color: #a1a1a1; 
	font-family:Trebuchet MS,sans-serif; 
	scrollbar-face-color: #404040; 
	scrollbar-shadow-color: #212121;
	scrollbar-highlight-color: #616161;
	scrollbar-3dlight-color: #808080;
	scrollbar-darkshadow-color: #212121; 
	scrollbar-track-color: #000000; 
	scrollbar-arrow-color: #000000;
	}
	
/* box styles */
div.box1 {	
	position: absolute;
	top: 10px;
	left: 10px;
	width: 95%;
	}
div.flwrBox {
	position: absolute;
	top: 300px; 
	right: 10px; 
	border: 1 solid #212121;
	width:190px;
	padding: 3px;
	}
iframe.main {
	position: absolute;
	top:90px;
	right:210px;
	width:475px;
	height:450px;
	border-left: 1px dotted #212121;
 }
div.footBox {
	position:absolute;
	bottom:0px;
	width:100%;
	height:15px;
	text-align:center;
	color:#404040;
	}
	
/* paragraph styles */
p.norm {
	font-style:Trebuchet MS,sans-serif;
	font-size:10px;
	margin:24px;
	}
p.art {
	font-family:Trebuchet MS,sans-serif;
	font-size: 10pt;
	font-style: italic;
	text-align: center;
	}
p.flwr {
	font-family:Trebushet;
	font-style:italic;
	font-size:10px;
	}
	
	
/* spans */
span.quote {
	position:absolute;
	top:45px;
	left:190px;
	font-face: Trebuchet MS;
	font-style:italic;
	color:#404040;
	font-size:10pt;
	}
span.art {
	font-size: 12pt;
	font-weight: bold;
	}
span.links {
	font-style:Arial 	Narrow,Helvetica,sans-serif;
	margin:24px;
	font-size:10px;
	}
span.subhead {
	font: small-caps;
	font-size:12px;
	font-weight: bold;
	margin: -15px;
	}
span.flwrTitle {
	font-family:Trebuchet;
	font-weight:bold;
	font-size:12pt;
	text-align:center;
	}


/* image manipulations */
img.hdr {
	position: absolute;
	top:0px;
	left:0px;
	}
img.flwr { 
	position: absolute; 
	top: 0px; 
	right: 0px;
	}
img.imvubnr { 
	position: absolute; 
	top: 5px; 
	right: 0px;
	}