html {height:100%; width:100%;}

* { _behavior: url(iepngfix.htc) }

body {
	margin: 0px;
	font-family: Arial, Tahoma, sans-serif;
	background: #fff;
	text-align: center;
	}

h1 {font-family:  Arial, Tahoma, sans-serif; color: #EE9A00; font-size: 100%; font-weight: bold;}
h2 {font-family:  Arial, Tahoma, sans-serif; font-size: 90%; color: #26466D; font-style:italic;}
h3 {font-family:  Arial, Tahoma, sans-serif; font-size: 90%; color:#26466D; font-weight:bold;}
h4 {font-family:  Arial, Tahoma, sans-serif; font-size: 90%; color:#000; font-weight:bold;}
td {font-family:  Arial, Tahoma, sans-serif; font-size: 90%; color:#000;}
p {font-family:  Arial, Tahoma, sans-serif; font-size: 90%; color:#000;}
a {font-family:  Arial, Tahoma, sans-serif; font-size: 90%; color: #333; font-weight: bold; text-decoration: none;}
li {font-family:  Arial, Tahoma, sans-serif; font-size: 90%; color:#000; font-weight: bold}
a:hover {font-family:  Arial, Tahoma, sans-serif; font-size: 90%; color: #FF9900; font-weight: bold; text-decoration: none;}

img {border: 0;}
	
#container
{
	width:80%;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}

#header
{
	height: 221px;
	width: 705px;
	text-align:center;
}

#content {
	margin-top:30px;
	margin-bottom:10px;
	text-align:center;
}

#content p, h1 {
	padding-top:5px;
}

.itemlist {
	float:left;
	padding: 5px;
	margin: 5px;
	font-weight: bold;
	border: 1px solid #000;
	width: 175px;
	height: 300px;
}

.itemlist p {
	text-align:center;
}

#nav
{
 	float: left
 	height: 30px;
 	top: 225px;
}

#nav a:hover
{
	text-decoration: none;
	color: #FFCC00;
}

ul {
	list-style: none;
	padding: 10px;
	margin: 10px;
}

#navlist a {
	font-weight: bold;
	color: white;
	border: 1px solid #000;
	background: #666;
}

#navlist a {
	text-decoration: none;
}

#navlist li li a {
	display: block;
	font-weight: normal;
	color: white;
	padding: 0.2em 10px;
}

#navlist li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #333;
	border-width: 0 5px;
	color: #FFCC00;
	background-color: #666;
}

li {
	float: left;
	position: relative;
	width: 5em;
	text-align: center;
	cursor: default;
}

li#first {
	border-left-width: 1em;
}

li#last {
	border-right-width: 1em;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #999;
	font-weight: normal;
	padding: 0.5em 0 1em 0;
	border-right: solid 1px #333;
	border-left: solid 1px #333;
	border-bottom: solid 1px #333;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}
	