/* CSS Document */

body	{
	background:#000 fixed url(img/tile2.gif);
	text-align: center;
	}
p {
	font-size:12px;
	}
p,h1 {
	font-family:Verdana,sans-serif;
	color: #fff;
	}
h2,h3,h5 {
	font-family:Verdana,sans-serif;
	color: #f7972c;
	}
h5 {
	font-variant:small-caps;
	}
.descript {
	margin:0px;
	padding: 0px 5px;
	font-size: .75em;
	font-style:italic;
	text-align:justify;
	color:#ccc;
	}
a	{
	font-family: Verdana,sans-serif;
	color: #f7972c;
	text-decoration:none;
	font-weight:800;
	}
a:hover	{
	color: #000;
	}	
li a	{
	color: #fff;
	text-align: center;
	width: 60px;
	}
li a:hover	{
	color:#000;
	font-weight:900;
	}
/*div	{
	border:medium #33FF00 solid;
	}
*/
div.left	{
	width: 550px;
	position: absolute;
	top: 2em;
	left: 50px;
	background-color: #666;
	padding: 1em;
	clear: left;
	text-align: left;
	z-index:1;
	}
div.right	{
	width: 200px;
	position: absolute;
	background-color:#666;
	top: 2em;
	left:650px;
	padding:1em;
	text-align:left;
	z-index:2;
	}
div.farright	{
	width: 200px;
	position: absolute;
	background-color:#666;
	top: 2em;
	left:650px;
	text-align:left;
	z-index:3;
	}	
.head{
	text-align:center;
	margin-left:75px;
	}
img.header	{
	background-color: #666;
	border:none;
	width:485px;
	height:150px;
	padding: 0.5em;
	clear: both;
	}
img.lft {
	float:left;
	width:125px;
	height:125px;
	clear:right;
	margin-left: 1em;
	margin-right: 1em;
	}	
.bar	{
	display:block;
/*	border: #33FF00 5px solid;*/
	}
li	{
	list-style:none;
	}
