/* CSS Document */

body{
	background-color:#000;
	background-repeat:repeat-y;
	background-image:url(../images/redbar.jpg);
	}
#nav{
	position:absolute;
	width:155px;
	z-index:1;
	left: 0px;
	top: 0px;
	}
#content{
	position:absolute;
	width:560px;
	z-index:1;
	left: 165px;
	top: 5px;
	}
a, h2, p,table tr td, ol, ul{
	color:#fdffc5;
	font-family:"Times New Roman", Times, serif;
	line-height:15pt;
	font-size:12pt;
	}
h2{
	font-size:15pt;
	line-height:18pt;
	}
h1{
	line-height:20px;
	padding-bottom:0px;
	background-image:url(../images/headers/line.gif);
	background-repeat:repeat-x;
	background-position:center;
	}
a:hover{
	color:#FFFFFF;
	}
a{
	font-weight:600;
	}
ul#navigation li{
	list-style-image:url(../images/lioff.gif);
	}
ul#navigation li:hover{
	list-style-image:url(../images/lion.gif);
	}
a img{
	text-decoration:none;
	}
	