/* CSS Document */
	
#wrapper1 {
	width: 1065px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px
	}

.navbar {
	width: 100px;
	float: left;
	}
	
				
#chefimages {
	float: right;
	width: 200px;
	padding: 0px;
	margin: 0px;	
	}
	
#wrapper2 {
	float: left;
	width: 750px;
	margin: 0px;
	padding: 0px;
	}
	

#header {
	display: block;
	width: 750px;
	height: 120px;
	background-image: url(/Fireworks/Header.jpg);
	background-repeat:no-repeat;
	}
	
.content {
	width: 600px;
	float: left;
	margin-right: 10px;
	}
	
.ad {
	float: left;
	width: 140px;
	margin: 0px;
	padding: 0px;
	}
	
#footer {
	width: 610px;
	margin-left: 100px;
	float: left;
	color: #666666;
	font-size: .75em;
	text-decoration: none;
	text-align: center;
	margin-top: 60px;
	}

#footer a {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	}

#footer a:hover {
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	}

#footerbold {
	color: #333333;
	font-size: 1em;
	font-weight: bolder;
	text-decoration: none;
	}
