﻿/* 
©2010 Kevin R. Smith 

*/



body 
{
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../i/background2.jpg);
	background-attachment: fixed;
	font-family: Verdana, Arial, sans-serif; 
    font-size : 12px; 
    color: #ffffff;

}

a {color:#cccccc;}
a:hover {color:#404040;}
a.other {color:#eeeeee;}

#content {
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
	width: 925px;
	height: 600px;
	background-color: #eeeeee;
	border: 1px black solid;
}
#navbar {
	width: 100%;
	background-color: #dddddd;
	height: 45px;
	margin-top:0px;
}
#navlist {
	color: #666666;
	line-height: 42px;
	font-size: 19px;
	font-family:Arial, Helvetica, sans-serif;

}
#navlist li{
	display: inline;
	list-style-type: none; 
	padding-right: 20px;
}







