body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
body {
	margin-top: 0px;
	background-color: #ff8800;
}
#header {
	position:absolute;
	width:1000px;
	height:573px;
	z-index:1;
	background-image: url(images/header.jpg);
	left: 0px;
	top: 0px;
}
#bodycontent {
	position:absolute;
	width:968px;
	height:450px;
	z-index:3;
	left: 20px;
	top: 570px;
}
#nagmenu {
	position:absolute;
	width:800px;
	height:25px;
	z-index:1;
	left: 160px;
	top: 325px;
}
ul#list-nav {
  margin:0px;
  padding:0;
  list-style:none;
  width:825px;
}
ul#list-nav li {
  display:inline
}
ul#list-nav li a {
 text-decoration:none;
 padding:5px 0;
 width:160px;
 background:#ffcc00;
 color:#000;
 float:left;
}
ul#list-nav li a {
  text-align:center;
  border-left:1px solid #cc2200;
  font-size: 16px;
}
ul#list-nav li a:hover {
  background:#cc2200;
  color:#ff8800;
  font-size: 16px;
}
ul#list-nav li#current a {
	background-color:#ee9911;
	color: #000;
	font-size: 16px;
}
ul#list-nav li#current a:hover {
	background: #cc2200;
	color:#ff8800;
	font-size: 16px;
}
#wrap {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
img {
    border-style: none
}
a {
	color:#0000ff;
	font-size:12px;
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration:none;
}
.cell { 
	border-right: 1px solid #ff8800; 
	border-bottom: 1px solid #ff8800; 
	float: right; 
	width: 450px; 
	height: 125px; 
}
.row { 
	clear: both; 
	overflow: hidden; 
}
.table { 
	border-left: 1px solid #ff8800; 
	border-top: 1px solid #ff8800; 
}
input { padding: 10px; font-size: 20px; }
textarea { padding: 15px; font-size: 18px; }
#wrap #bodycontent h1 {
	color: #FF6;
}
