html, body {
	margin: 0;
	padding: 0;
	font-family: verdana;
	font-size: 11px;
	color: #000;
}
body {
	background: #bde0fc url('../gfx/body_bg.jpg') center top no-repeat;
	padding-bottom: 50px;
}

#container {
	width: 920px;
	background: url('../gfx/container_bg.gif') no-repeat;
	margin: auto;
	padding: 4px;
}
#container #containerBottom {
	display: block;
	margin: 0 0 -4px -4px;
}

#header {
	height: 99px;
	border-bottom: 1px solid #e5e5e5;
}
#header img {
	margin: 30px 0 0 30px;
}
#header #topnav {
	float: right;
	height: 10px;
	margin: 6px 11px 0 0;
}
#header #topnav a {
	height: 10px;
	display: block;
	float: left;
	margin-left: 16px;
}
#header #topnav a#item1 {
	width: 43px;
	background: url('../gfx/menu.gif') 0 0 no-repeat;
}
#header #topnav a#item2 {
	width: 53px;
	background: url('../gfx/menu.gif') -59px 0 no-repeat;
}
#header #topnav a#item3 {
	width: 41px;
	background: url('../gfx/menu.gif') -127px 0 no-repeat;
}
#header #topnav a#item4 {
	width: 59px;
	background: url('../gfx/menu.gif') -184px 0 no-repeat;
}



#contentContainer {
	padding: 0 2px 0 2px;
}
.indent {
	padding: 65px 40px 65px 40px;
}

#frontpagePhotos {
	height: 339px;
}
#frontpagePhotos img {
	float: left;
	border: 0;
}

#frontpageBottom {
	height: 291px;
	clear: both;
	background: #000 url('../gfx/frontpage_bottom_bg.jpg') no-repeat;
	color: #fff;
	padding: 45px 25px 0 48px;
}
#frontpageBottom img {
	float: right;
	border: 0;
}
#frontpageBottom #clm1 {
	width: 280px;
	float: left;
}
#frontpageBottom #clm1 img {
	float: left;
	margin: 2px 10px 0 -3px;
}
#frontpageBottom #clm2 {
	width: 520px;
	float: left;
	margin-left: 35px;
}
#frontpageBottom #clm2 img {
	float: right;
	margin: 2px 0 100px 10px;
}

#suggestions {
	background: url('../gfx/suggestions_bg.jpg') no-repeat;
	height: 237px;
	position: relative;
}
#suggestions img {
	position: absolute;
	top: 44px;
	border: 0;
}
#suggestions img#image1 {
	left: 24px;
}
#suggestions img#image2 {
	left: 204px;
}
#suggestions img#image3 {
	left: 384px;
}
#suggestions img#image4 {
	left: 564px;
}
#suggestions img#image5 {
	left: 744px;
}

#partyContainer {
	height: 440px;
	position: relative;
	margin: 10px;
}
#partyContainer p {
	width: 285px;
	margin: 0;
	position: absolute;
	top: 147px;
	left: 460px;
}


#footer {
	text-align: center;
	text-transform: uppercase;
	padding-top: 10px;
	font-size: 10px;
}
#footer a {
	color: #000;
	text-decoration: none;
}