body
{
	background: url(images/bkg.jpg) repeat-x #171617;
}

#header
{
	background: url(images/header.jpg) no-repeat;
	height: 461px;
}

#intHeader
{
	background: url(images/int-header.jpg) no-repeat;
	height: 100px;
}

#header h1
{
	display: none;
}

#intHeader h1
{
	display: none;
}

#intContent
{
	padding-top: 22px;
	color: #CCC;
}

#participateForm
{
	color: #CCC;
	background: #373737;
	padding-bottom: 20px;
}

#photoHolder
{
	width: 720px;
	margin: 0px auto;
}

.photo
{
	margin: 20px 20px 0px 20px;
	display: inline;
	float: left;
	text-align: center;
}
	.photo img
	{
		border: 6px solid #CCC;
		margin-bottom: 6px;
	}

#footer
{
	padding-top: 20px;
	height: 50px;
	text-align: center;
	color: #CCC;
	font-size: 11px;
}

#nav
{
	display: inline;
	float: left;
	margin-top: 440px;
}

	#nav ul
	{
		margin-left: -22px;
		list-style-type: none;
	}

	#nav ul li
	{
		float: left;
	}
	
	#nav a
	{
		color: #507777;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 15px;
	}
	
	#nav a:hover
	{
		color: #7ac9c9;
	}

#intNav
{
	display: inline;
	float: right;
	margin-right: 60px;
	margin-top: 80px;
}

	#intNav ul
	{
		list-style-type: none;
	}

	#intNav ul li
	{
		float: left;
	}
	
	#intNav a
	{
		color: #507777;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 15px;
	}
	
	#intNav a:hover
	{
		color: #7ac9c9;
	}
	
input
{
	width: 260px;
}

textarea
{
	width: 120px;
}

.guestWhoLine
{
	font-size: 11px;
	color: #fff;
}

#footer a
{
	color: #ccc;
	text-decoration: none;
}

#footer a:hover 
{
	text-decoration: underline;
}