@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FECE00;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

#container {
	background-image:url(images/blowmolded.jpg); 
	background-repeat:no-repeat; 
	background-position:top; 
	width:900px; height:auto; 
	margin-left:auto; 
	margin-right:auto
}

#top {
	width:900px; 
	height:20px; 
	margin-left:auto; 
	margin-right:auto
}

#nav1 {
	color:#fdcd00; 
	width:900px; 
	height:50px; 
	margin-left:auto; 
	margin-right:auto; 
	font-weight:bold
}

#nav1 a:link {
	color: #fdcd00;
	text-decoration: none;
}
#nav1 a:visited {
	text-decoration: none;
	color: #fdcd00;
}
#nav1 a:hover {
	text-decoration: underline;
	color: #fdcd00;
}
#nav1 a:active {
	text-decoration: none;
	color: #fdcd00;
}

#content {
	width:900px; 
	height: auto; 
	margin-left:auto; 
	margin-right:auto;
}

#nav2 {
	margin-left:auto; 
	margin-right:auto; 
	color:#fdcd00;
	font-weight:bold;
	background-image:url(images/bottom.jpg); 
	background-repeat:no-repeat; 
	background-position:top; 
	width:900px; 
	height:47px}
	
#nav2 a:link {
	color: #fdcd00;
	text-decoration: none;
}
#nav2 a:visited {
	text-decoration: none;
	color: #fdcd00;
}
#nav2 a:hover {
	text-decoration: underline;
	color: #fdcd00;
}
#nav2 a:active {
	text-decoration: none;
	color: #fdcd00;
}
	
#footer {
	color:#03C;
	font-size:10px;
	width:900px; 
	height:50px; 
	margin-left:auto; 
	margin-right:auto;
	background-color: #FECE00;
}

.headline {
	font-size:15px;
	font-weight:bold
}
