body
	{
	margin:0px;
	background:url(../images/bg.jpg) repeat-y #3A3531;                             
	background-position:center;         
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:18px;
	font-size:12px;
	text-align:justify;
	}
#container
	{
	width: 100%;
	margin:auto;
	}
#header
	{
	
	position: relative;
	margin:auto;
	width: 960px;
	}
#nav-menu ul
	{
	list-style: none;
	padding: 0;
	margin:0;
	} 

#nav-menu li
	{
	font-family:Tahoma, Arial;
	float: left;
	margin: 0px 0px 0px 0px;
	list-style-type:none;
	}

#nav-menu li a
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:Bold;
	height:52px;
	line-height:52px;
	float:left;
	width:130px;
	display: block;
	color: #EAEAD5;
	text-decoration: none;
	text-align: center;
	} 
	

#nav-menu li a:link
	{/*list-style-image:url(../images/nev-m.gif);*/                                         
	}  

#nav-menu li a:hover
	{list-style-image:;
	background-position:top;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#EAEAD5;
	font-size:13px;
	font-weight:Bold;
	height:50px;
	line-height:50px;
	float: left;
	width:130px;
	display: block;
	border-top:#3A352F 2px solid;
	color:#333333;
	text-decoration: none;
	text-align: center;
	}
.inputbox
	{
	border:#C0C097 1px solid;
	background-color:#EFEFD7;
	}
h1
	{
	font-family:"Trebuchet MS";
	color:#333;
	font-size:28px;
	font-weight:bold; padding-bottom:2px; margin-bottom:0px;
	}
h2
	{
	font-family:"Trebuchet MS";
	color:#E66135;
	font-size:22px;
	font-weight:bold;
	}
h3
	{
	font-family:"Trebuchet MS";
	color:#999900;
	font-size:18px;
	text-align:center;
	line-height:24px;
	font-weight:bold;
	}
p
	{
	text-align:justify;
	}
.img
	{
	border:1px #333333 solid;
	}