body{
	background-color : Black;
	background-image : url(images/backline.gif);
	background-repeat : repeat-y;
	background-position : 76px;
}

p { 
 font-family: geneva, verdana, arial, "ms sans serif", sans-serif; 
 font-size: 0.8em; 
 line-height: 20px;
  color: White;
 text-align : justify;
 }
 
 h2	{
	font-size:	1em;
	text-align : right;
	color : white;
	font-family: geneva, verdana, arial, "ms sans serif", sans-serif; 
	}
	
	a{
	font-family: geneva, verdana, arial, "ms sans serif", sans-serif; 
 font-size: 0.8em; 
 line-height: 20px;
  color: White;
 text-align : justify;
}

#content {position: absolute; left: 20%; top: 150px; padding: 5px;
	padding-right: 10px;
	border-top: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	width: 70%;
	float: left;}

#title {position: absolute; left: 10px; top:5px; width: 25%; height: 420px; margin:0;}
#topbar{position: absolute; left: 0px; top:46px; width: 101%; height: 2px; margin:0;  z-index : -1; }
