/* fonts */

p, #nav, .black, .black2 {
	font:  12px Times New Roman, Times, serif;
	color: #000000;}

	
#navlist {
	font:  12px Helvetica, Arial, sans serif;
	color: #ffffff;}
	
/* links */

#nav a	{
	text-decoration: none;
	color: #918f8f;}
	
#nav a:hover	{
	color: #000000;}
	
.black {
	text-decoration: none;
	color: #000000;}
	
	
	
	
	
/* boxes */

body {
	background-color: #ccc;}
	

#line {
	width: 99%;
	height: 1px;
	background-color: #ffffff;
	position: absolute;
	top: 50%;
	z-index: 1;}
	

		
#text {
	width: 557px;
	height: 150px;
	margin: auto;
	position: relative;
	top: -74px;}
	
	
	
#nav {
	width: 500px;
	position: absolute;
	bottom: 28px;
	left: 60px;}
	
	
	

	
/* lists */

ul#navlist	{
	padding: 0;
	margin: 0;}
	
ul#navlist li {
	display: inline;
	list-style-type: none;
	text-align: left;
	padding-right: 20px;}

