* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Tahoma;
	font-size: 14px;
}
#wrapper {
	text-align: center;
}
#main {
	width: 743px;
	margin: 0 auto;
	text-align: left;
}
#header {
	float: left;
	width: 743px;
	height: 112px;
	background-image: url(/images/header-bg.jpg);
}
#header_left {
	float: left;
	width: 503px;
}
#header_right {
	float: left;
	width: 240px;
}
ul#navigation {
	height: 35px;
	background-color: #c70000;
	list-style-type: none;
}
ul#navigation li {
	float: left;
}
ul#navigation li a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	padding: 6px 15px 7px 15px;
	font-weight: normal;
	font-style: normal;
}
ul#navigation li a:hover {
	background-color: #000;
}
#photostrip {
	height: 120px;
	background-image: url(/images/photostrip.jpg);
}
#footer {
	text-align: center;
	font-size: 12px;
	color: #c70000;
	font-weight: bold;
	margin: 7px 0;
}
h1 {
	float: left;
	width: 260px;
	height: 63px;
	background-image: url(/images/xintense-logo.jpg);
	text-indent: -9999px;
	margin: 25px 0 0 15px;
	display: block;
}
h1 a {
	display: block;
	width: 100%
	height: 100%;
	outline: none;
}
h2 {
	margin: 28px 0;
	font-size: 24px;
}
h3 {
	font-size: 20px;
	color: #c70000;
	margin-bottom: 5px;
}
p {
	margin-bottom: 15px;
	line-height: 22px;
}
a {
	font-style: italic;
	text-decoration: none;
	color: #c70000;
	font-weight: bold;
}
.cl {
	clear: left;
}
form#event_form div {
	clear: left;
}
form#event_form input, form#event_form select, form#event_form label {
	float: left;
	margin-bottom: 5px;
}
form#event_form label {
	width: 150px;
	text-align: right;
	margin-right: 20px;
}
form#event_form .long_label {
	width: 700px;
	font-size: 12px;
	text-align: left;
	margin: 0 0 0 10px;
}
form#event_form .textbox {
	width: 200px;
}
form#event_form select {
	margin-right: 3px;
}
form#event_form #confirmations {
	float: left;
	width: 100%;
	margin: 20px 0;
}
#fb_container_left {
	float: left;
	width: 368px;
	margin: 20px 0 200px 0;
}
#fb_container_right {
	float: left;
	width: 368px;
	margin: 20px 0 200px 0;
}
.fb_button {
	display: block;
	height: 74px;
	width: 298px;
	text-decoration: none;
	margin-bottom: 10px;
}
#fbb_model_advice {
	background: url(/images/fb-button-model-advice.jpg) 0 0;
}
#fbb_model_advice:hover {
	background-position: 0 74px;
}
#fbb_main_page {
	background: url(/images/fb-button-main-page.jpg) 0 0;
}
#fbb_main_page:hover {
	background-position: 0 74px;
}
#fbb_group_page {
	background: url(/images/fb-button-group-page.jpg) 0 0;
	margin-left: 40px;
}
#fbb_group_page:hover {
	background-position: 0 74px;
}
#fbb_miss_spring {
	background: url(/images/fb-button-miss-spring.jpg) 0 0;
	margin-left: 40px;
}
#fbb_miss_spring:hover {
	background-position: 0 74px;
}
#main_facebook_link {
	display: block;
	width: 225px;
	height: 52px;
	background-image: url(/images/facebook-pages.png);
	text-decoration: none;
}
#main_livespace_link {
	display: block;
	width: 225px;
	height: 52px;
	background-image: url(/images/livespace-page.png);
	text-decoration: none;
}