/* CSS Document */

	body
	{
	background: #000000 url('images/tile.gif') repeat-y;
	margin:0px;
	}
	.framecontent
	{
	background: #000000;
	}
	
	.header
	{
	margin-left:1px;
	}
	.navigation
	{
	border:0px solid red;
	height:25px;
	margin-left:90px;
	font-family: verdana;
	font-size: 14px;
	color: #B5000E;
	font-weight:bold;	
	}
	
	.navigation a
	{
	font-family: verdana;
	font-size: 14px;
	color: #454545;
 	text-decoration: none;
	font-weight:bold;
	}
	.navigation a:hover
	{
	color: #B5000E;
	font-weight:bold;
	font-family: verdana;
	font-size: 14px;
 	text-decoration: none;
	font-weight:bold;		
	}
	.over
	{
	color: #B5000E;
	font-weight:bold;
	font-family: verdana;
	font-size: 14px;
 	text-decoration: none;
	font-weight:bold;		
	}
	.features
	{
	margin-left:90px;
	}
	.focus
	{
	margin-left:90px;
	}
	.content
	{
	background: #000000;	
	margin-left:90px;
	width:500px;	
	font-family: verdana;
	font-size: 12px;
	color: #454545;
	}
	h1
	{
	font-family: verdana;
	font-size: 16px;
	color: #454545;
	color: #B5000E;
	font-weight:bold;
	border-bottom:1px dotted #454545;		
	}
	a{ 	color: #454545;text-decoration:none;}
	a:hover { 	color: #454545;text-decoration:underline;}