@charset "utf-8";
/* CSS Document
 * Colours:
 *
 * Grey:       #C4BFBB
 * Rich Brown: #392212
 * Mid Brown:  #B86F3B
 * Dark Brown: #392C23
 *             #85502B
 */
 
body {
 	background-color:#392C23;
	color:#392C23;
}

a {
	color:#B86F3B;
}
a:visited {
	color:#85502B;
}

.main {
	background:url(/images/backdrop.png) no-repeat;
	width:600px;
	margin-left:auto;
	margin-right:auto;
}

.header {
	background:url(/images/header.png) no-repeat;
	height:100px;
	width:575px;
	margin-left:auto;
	margin-right:auto;
}

.header a {
	height:100px;
	width:575px;
	display:block;
}


.navigation {
	width:575px;
	height:37px;
	margin-left:auto;
	margin-right:auto;
}

.sched-item {
	height:37px;
	width:150px;
	float:left;
}

.sched-item a {
	display:block;
	height:37px;
	width: 150px;
	background:url(/images/schedbutton.png) 0 0 no-repeat;
}

.sched-item a:hover {
	background-position: 0px -37px;
}

.rsvp-item {
	height:37px;
	width:150px;
	float:left;
}

.rsvp-item a {
	display:block;
	height:37px;
	width: 150px;
	background:url(/images/rsvpbutton.png) 0 0 no-repeat;
}

.rsvp-item a:hover {
	background-position: 0px -37px;
}

.hotel-item {
	height:37px;
	width:150px;
	float:left;
}

.hotel-item a {
	display:block;
	height:37px;
	width: 150px;
	background:url(/images/hotelbutton.png) 0 0 no-repeat;
}

.hotel-item a:hover {
	background-position: 0px -37px;
}

.live-info {
	float:right;
	padding:0px 0px 0px 0px;
	text-align:center;
}

.body-11 {
	height:75px;
	width:575px;
	background:url(/images/body_r1_c1.png) no-repeat;
	margin-left:auto;
	margin-right:auto;
}

.body-21 {
	width:475px;
	background:url(/images/body_r2_c1.png) repeat-y;
	padding:5px 50px;
	margin-left:auto;
	margin-right:auto;
}


.body-31 {
	height:75px;
	width:575px;
	background:url(/images/body_r3_c1.png) no-repeat;
	margin-left:auto;
	margin-right:auto;
}

.footer {
	background:url(/images/footer.png) no-repeat;
	height:50px;
	width:575px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.footer a {
	display:block;
	height:50px;
	width: 575px;
}
