body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#header{
	width: 900px;
	height: 315px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0;
	text-align: left;
	background-image: url(images/header.jpg);
}

#menu_wrapper {
	float: left;
	width: 900px;
	height: 23px;
	position: absolute;
	margin-left: auto;
	margin-right:auto;
	margin-top: 287px;
	z-index: 0;
	background-image: url(/images/buttons/menu_bg.gif);
	top: 36px;
}

#button a.home {
	width: 80px;
	height: 23px;
	position:relative;
	left: 25px;
	top: 0px;
	display: block;
	background-image: url(images/buttons/home.gif);
	z-index: 10;
}

#button a.home:hover{
	background-position: 0 -23px;
}
	
#button a.mrc {
	width: 105px;
	height: 23px;
	left: 120px;
	top: 0px;
	display: block;
	background-image: url(images/buttons/mrc_hire.gif);
	position: absolute;
}

#button a.mrc:hover{
	background-position: 0 -23px;
}

#button a.ttimes {
	width: 164px;
	height: 23px;
	position: absolute;
	left: 245px;
	top: 0px;
	display: block;
	background-image: url(images/buttons/training_times.gif);
}

#button a.ttimes:hover{
	background-position: 0 -23px;
}

#button a.photos {
	width: 87px;
	height: 23px;
	position: absolute;
	left: 425px;
	top: 0px;
	display: block;
	background-image: url(images/buttons/photos.gif);
}

#button a.photos:hover{
	background-position: 0 -23px;
}

#button a.eventdl {
	width: 180px;
	height: 23px;
	position: absolute;
	left: 525px;
	top: 0px;
	display: block;
	background-image: url(images/buttons/event_downloads.gif);
}


#button a.eventdl:hover{
	background-position: 0 -23px;
}

#button a.trainvids {
	width: 164px;
	height: 23px;
	position: absolute;
	left: 705px;
	top: 0px;
	display: block;
	background-image: url(images/buttons/training_videos.gif);
}


#button a.trainvids:hover{
	background-position: 0 -23px;
}


#content {
	float: left;
	width: 900px;
	height: auto;
	position: absolute;
	margin-left: auto;
	margin-right:auto;
	margin-top: 338px;
	z-index: 0;
	background-color: #FFFFFF;
}

#content_text {
	float: left;
	width: 884px;
	height: auto;
	position: relative;
	left: 8px;
	top: 0px;
	z-index: 0;
	background-color: #FFFFFF;
}

#content_text .head {
	font-family: Helvetica, Arial, San-Serif;
	font-weight: bold;
	color: #720034;
	font-size: 140%;
	text-align: center;
	text-decoration: none;
	padding: 0px 0px 4px 0px;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #720034;
}

#content_text .main_text {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 100%;
	font-weight: normal;
	color: #720034;
	font-size: 80%;
	text-align: left;
	text-decoration: none;
	padding: 5px 0 10px 0;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}

#content_text .sub_head {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 100%;
	font-weight: bold;
	color: #720034;
	font-size: 100%;
	text-align: center;
	text-decoration: none;
	padding: 5px 0 10px 0;
}

#content_text .footer {
	font-family: Helvetica, Arial, San-Serif;
	font-weight: bold;
	color: #720034;
	font-size: 80%;
	text-align: center;
	text-decoration: none;
	padding: 0px 0px 4px 0px;
	border-top-width: 1px;
	border-top-style: double;
	border-top-color: #720034;
}
