html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-color:#ffffff;
	color:#000000;  
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: url(../images/bkgd-gradient-rt.jpg);
}

.home html, .home body {
	font-size:12pt;
}

table {
	margin: 0;
	padding: 0;
}

	body.home {
		background:url(../images/bkgd-gradient.jpg) repeat-x;
	}
	
img {
	border: none;
}

#mainContainer {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
	
	.home #mainContainer {
		background-image:url(../images/bkgd-gradient-rt.jpg);
		background-repeat:no-repeat;
		background-attachment:fixed;
		background-position: 900px 0;
	}

/* UNIVERSAL FONT STYLES */
	a {
		color: #ba8230;
		text-decoration:none;
		font-weight: bold;
	}
	
	a:hover {
		text-decoration:underline;
	}


/* LAYOUT SPECIFIC ELEMENTS */

	#centerColumn {
		width:950px;
		height:712px;
		margin:0 auto 0 auto;
		padding:0;
		voice-family: "\"}\"";
		voice-family: inherit;
		text-align:left;
		background:none;
		border:none;
	}
	
	html body #centerColumn {
		margin:0 auto 0 auto;
	}

	#header {
		margin:0;
		padding:0;
		height:192px;
	}
	
	#header {
		background: url(../images/logo.jpg) no-repeat;
	}
	
	.home #header {
		background: url(../images/header.gif) no-repeat;
	}
	
/* LEFT COLUMN */
	#contentLeft {
		margin:0;
		padding: 20px 30px 0 45px;
		width:435px;
	}
	
		#contentLeft #Awards{
			margin: -10px 0 0 0;
			height:90px;
			background: no-repeat;
			background-image:url(../images/bkgd-semifinalist.gif);
		}
		
			#contentLeft #Awards p{
				padding: 0 0 0 90px;
				font-size:10pt;
			}
			
		#contentLeft #Buttons{
			margin: 100px 0 0 -15px;
			text-align:center;
		}
		
			#contentLeft #Buttons img{
				border:none;
				padding:0 20px 0 0;
			}
			
		#contentLeft p {
			line-height:15pt;
		}
		
		.contentSpacing {
			margin-right:35px;
			margin-top:45px;
			margin-left:15px;
			padding:0;
			margin-bottom:0;
		}

/* CENTER COLUMN */	
	#contentCenter {
		margin:0;
		padding:0;
		width:227px;
		text-align:center;
	}
	
		#contentCenter img.join{
			margin:2px 0 0 0;
			padding:0;
		}


/* RIGHT COLUMN */	
	#contentRight {
		margin:0;
		padding:0;
		width:258px;
		text-align: center;
		overflow: visible;
	}
	
		#contentRight img.kids {
			margin: -85px 0 0 0;
			position: relative;
		}
		
		#contentRight img.buzz {
			padding-top:35px;
		}
		
		#contentRight img.fly {
			padding:0 5px 0 5px;
		}
		
		#contentRight p.buzzText {
			width:160px;
			margin: 15px auto 0 auto;
			text-align:center;
			font-size:11pt;
			line-height: 14pt;
		}
		
		.members #contentRight #form {
			margin: 60px 0 0 50px;
		}
		
		.members #contentRight #sidebar {
			font-size: 8pt;
			margin: 90px 60px 0 60px;
			text-align: left;
		}
		
		.advertisers #contentRight #sidebar {
			font-size:11pt;
			line-height: 14pt;
			margin: 40px 60px 0 60px;
		}
		
		.non-profits #contentRight #sidebar,
		.contact-us #contentRight #sidebar,
		.survey #contentRight #sidebar {
			font-size:11pt;
			line-height: 14pt;
			margin: 25px 60px 0 60px;
		}
		
	.advertisers #flyset {
		margin-top: 90px;
		display: none;
	}
	
	.non-profits #flyset,
	.contact-us #flyset,
	.survey #flyset {
		margin-top: 67px;
		display: none;
	}

	#footer {
		margin:20px 0 0 0;
		padding:0;
		background:none;
		border:none;
	}
	
	h2 a {
		width: 127px;
		height: 22px;
		display: block;
		text-align: center;
		padding-top: 8px;
		background-image: url(../images/bkgd-button.gif);
		font-size: 14px;
	}
	
	h1 {
		color: #636467;
		font-size: 20px;
		margin-bottom: -10px;
	}
	
#nav {
	margin: 50px 10px 0 0;
}

#nav ul {
	float: right;
	margin-top: 50px;
	.margin-top: 0;
}
	
#nav li {
	width: 100px;
	height: 36px;
	float: left;
	margin: 0 5px 0 0;
	list-style: none;
}

#nav a {
	width: 100%;
	height: 100%;
	display: block;
}
	
#nav li:hover img{
	visibility: hidden;
}

#nav-member {
	background-image: url(../images/navigation/member-roll.gif);
}

	.members #nav-member img {
		visibility: hidden;
	}

#nav-advertisers {
	background-image: url(../images/navigation/advertisers-roll.gif);
}

	.advertisers #nav-advertisers img {
		visibility: hidden;
	}

#nav-non-profits {
	background-image: url(../images/navigation/non-profits-roll.gif);
}

	.non-profits #nav-non-profits img {
		visibility: hidden;
	}

#nav-contact-us {
	background-image: url(../images/navigation/contact-us-roll.gif);
}

	.contact-us #nav-contact-us img {
		visibility: hidden;
	}

#nav-home {
	background-image: url(../images/navigation/home-roll.gif);
}

	.home #nav-home img {
		visibility: hidden;
	}
