﻿body {
	background-image:url('../images/grass-01.jpg');
	background-repeat:repeat;
}
#wrapper {
	width:960px;
	background-color:#FFFF99;
	margin:0 auto;
}

#banner {height:80px;}

#topnav { height:30px; background-color:#554444; margin-top:0;
        font-weight:bold;
	}

#topnav ul {
	list-style:none; margin:0; padding:0;
	
	
}


#topnav li {
	float:left; width:110px;background-color :#444444;
	text-align:center; border:none;
	position:relative; height:30px; line-height:30px;
	border-right:1px solid white;
	padding: 0px;
	
}

#topnav li:first-child {
	border-left:1px solid white;
}
#topnav li ul li {
	float:none; width:110px; text-align:left; 
	padding-left:0px; 
	border-bottom:1px solid white;
	border-left:1px solid white;
	border-right:1px solid white;
	text-align:center;
}
#topnav li ul li:first-child {
	border-top:1px solid white;
}

#topnav a {
	text-decoration:none; color:white;
	display:block;
}

#topnav li ul {
	position:absolute; top:30px; left:0; visibility:hidden;
}

#topnav li:hover ul {
	visibility:visible;
}

#topnav li:hover {
	background-color:red;
}

#awardheading {
    width:820px;	
}

#awardheading p {
	color:navy;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	margin-bottom:0;
}

li {
	font-size:12px;
}