/* CSS Document */
body {
	font:"Comic Sans MS", "Courier", "monospace";
	background-color: #7D8652;
	margin: 0;
	padding: 0;
	color: #767C56;
}
body,td,th {
	font-family: "Comic Sans MS";
}
#container{
	width: 1000px;
	height: auto;
	margin: 30px auto;
	background-color: #BEC49F;
	border: 6px solid #BEC49F;
	padding-bottom: 5px;
	-webkit-box-shadow: 5px 5px 6px 3px #4C5132;
	box-shadow: 5px 5px 6px 3px #4C5132;
	border-radius: 6px;
}
	
header{
	background-image: url(images/pumpkinnov2010.jpg);
	width: 982px;
	height: 400px;
	margin: 5px auto;
	font: "Comic Sans MS";
	border-width: 4px;
	border-style: none;
	border-radius: 4px;
		
	}
#textbig{
	width: 350px;
	height: 90px;
	margin-top: 140px;
	margin-right: 0px;
	margin-left: 60px;
	margin-bottom: 10px;
	float: left;
	color: #464B2E;
	font-size: 18px;
	text-shadow: 5px 5px 8px #393D24;
}
#textsmall {
	width: 250px;
	height: 100px;
	margin-top: 190px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	color:#F9F9F9;
	float: right;
	text-align:right;
}
#textsmall p a{
	color:#EF7918;}
#logo{
	width: 210px;
	height: 150px;
	margin-top: 40px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	float: left;
	-webkit-box-shadow: 4px 4px 3px 2px #464B2E;
	box-shadow: 4px 4px 3px 2px #464B2E;
}	
nav{
	width: 500px; /* Spans the width of the page */
	height: 70px;
	margin-top: 5px;
	margin-right: 440px;
	margin-left: 10px;
	margin-bottom: 0px; /* Ensures there is no space between sides of the screen and the menu */
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 30px;
	padding-bottom: 0px;
	z-index: 99; /* Makes sure that your menu remains on top of other page elements */
	position: relative;
	color: #F9F9F9;
	float: left;
}
 nav ul a {
	color: #F9F9FB;
	font-weight:bold;	
}
.links{
	height: 70px;
	margin: 0px;
	padding: 0px;
	position:absolute;
	color:#F9F9F9;
	
}
.links  li  {
	height: auto;
	width:100px;
	float:left;
	text-align:center;
	list-style:none;
	font-size:14px;
	margin:0;
		
}
.links a {
	display:block;
	color: #F9F9FB;
	background-image:url(images/smallbutton.png);
	text-decoration:none;
	padding:20px 0px;	
	}

.links li:hover, a:hover {
	background-color:transparent;}

.links li ul 	{
	display: none;  /* Hides the drop-down menu */
	height: auto;
	margin: 0; /* Aligns drop-down box underneath the menu item */
	padding: 0; /* Aligns drop-down box underneath the menu item */
		}				

.links li:hover ul 	{
	display: block; /* Displays the drop-down box when the menu item is hovered over */}
	
.links li ul li {
	background-image:transparent;
	}
.links li ul li a {
	background-color:transparent;
	}
.links li ul li a hover{ 
background-color:transparent;}
	
	
main{
	width: 550px;
	height: auto;
	margin: 10px 5px 10px 10px;
	padding: 10px;
	background-color: #464B2E;
	color: #FD7329;
	float: left;
	border: medium solid #464B2E;
	border-radius: 4px;
}
		
aside{
	width: 360px;
	height: auto;
	margin: 10px 10px 10px 5px;
	padding: 10px;
	background-color: #FBFBFB;
	color: #464B2E;
	float: right;
	border: medium solid #F9F9FB;
	border-radius: 4px;
}
footer{
	width: 950px;
	height: 50px;
	margin: 0 auto;
	padding: 10px;
	font-size: 14px;
	clear: both;
	background-color: #7D8652;
	color: #FBFBFB;
	border-radius: 4px;
	border: medium solid #7D8652;
}
