#align {
	text-align: center;
}

#container {
	width: 800px;
	margin: 0px auto;
	clear: both;
	text-align: left;
	/*border: 1px solid #ff0000;*/
}

#boulevard_header {
	width: 800px;
	height: 35px;
	clear: both;
}

#menu ul {
	margin: 0px 0px;
	padding: 0px 0px;
	list-style-type: none;
}

#menu ul li.last {
     margin-right: 0px;
 }
 
#menu li {
	float: left;
	margin: 0px 10px 0px 0px;
	width: 152px;
	height: 35px;
}

#menu ul a {
	width: 152px;
	height: 35px;
	display: block;
	text-indent: -5000px;
	overflow: hidden; 
	background-repeat: no-repeat;
}

#btn_home a {
	background-image: url('images/btn_home.jpg');
}

#btn_home a:hover {
	background-image: url('images/btn_home_hvr.jpg');
}

#btn_disc a {
	background-image: url('images/btn_disc.jpg');
}

#btn_disc a:hover {
	background-image: url('images/btn_disc_hvr.jpg');
}

#btn_band a {
	background-image: url('images/btn_band.jpg');
}

#btn_band a:hover {
	background-image: url('images/btn_band_hvr.jpg');
}

#btn_events a {
	background-image: url('images/btn_events.jpg');
}

#btn_events a:hover {
	background-image: url('images/btn_events_hvr.jpg');
}

#btn_contact a {
	background-image: url('images/btn_contact.jpg');
}

#btn_contact a:hover {
	background-image: url('images/btn_contact_hvr.jpg');
}

#content {
	width: 800px;
	height: 638px;
	margin-top: 10px;
	background-color: #99CC99;
}

h1 {
	font: 18px verdana, arial;
	margin: 0px;
	font-weight: bold;
	color: #000000;
	line-height: 80%;
}

h2 {
	font: 15px verdana, arial;
	margin: 0px;
	font-weight: bold;
	color: #000000;
	line-height: 80%;
	*line-height: 80%;
}

h3 {
	font: 13px verdana, arial;
	font-weight: bold;
	color: #000000;
	line-height: 80%;
	*line-height: 57%;
}

p {
	font: 11px verdana, arial;
	color: #000000;
	line-height: 140%;
	*line-height: 127%;
}

#bs_img1 {
	float: left;
	width: 486px;
	height: 638px;
	padding: 0px;
	margin: 0px;
}

#bs_img2 {
	float: left;
	width: 162px;
	height: 638px;
}

#bs_img3 {
	float: right;
	width: 486px;
	height: 638px;
}

#bs_img4 {
	float: left;
	width: 486px;
	height: 638px;
}

#bs_img5_left {
	float: left;
	width: 162px;
	height: 638px;
}

#bs_img5_right {
	float: right;
	width: 162px;
	height: 638px;
}

#bs_bg1 {
	float: left;
	height: 630px;
	width: 308px;
	margin: 8px 3px 0px 3px;
}

#bs_bg2 {
	float:left;
	height:  630px;
	width: 630px;
	margin: 8px 3px 0px 3px;
}

#bs_bg3 {
	float:left;
	height: 630px;
	width: 470px;
	margin: 8px 3px 0px 3px;
}

#disc_col_a {
	float: left;
	width: 250px;
	padding: 0px 0px;
	font: 12px verdana, arial;
	color: #000;
	line-height: 130%;
	margin: 0px 35px 0px 40px;
}

#disc_col_b {
	float: left;
	width: 250px;
	font: 12px verdana, arial;
	color: #000000;
	line-height: 130%;
	margin: 0px 40px 0px 0px;
}

#bounce_footer {
	width: 800px;
	height: 45px;
	text-align: center;
	margin-top: 12px;
	padding: 3px 3px;
}

#bounce_footer a:link {
	text-decoration: none;
	font: 12px verdana, arial;
	color: #555555;
}

#bounce_footer a:visited {
	text-decoration: none;
	font: 12px verdana, arial;
	color: #555555;
}

#bounce_footer a:hover {
	text-decoration: none;
	font: 12px verdana, arial;
	color: #FF0000;
}

#bounce_footer a:active {
	text-decoration: none;
	font: 12px verdana, arial;
	color: #555555;
}

.ah_design {
	font: 11px verdana, arial;
	color: #555555;
}

/* form */

label {
		width: 90px;
		float: left;
		font-family: verdana, serif;
		font-size: 11px;
		margin-top: 3px;
		color: #000000;
		background-color: #99CC99;
		text-align: right;
		margin-right: 20px;
		display: block;
}

input {
		color: #000000;
		font-family: verdana, serif;
		font-size: 11px;
		background: #ffffff;
		margin-top: 3px;
		border: 1px solid #99CC66;
}

textarea {
		color: #000000;
		font-family: verdana, serif;
		font-size: 11px;
		background: #ffffff;
		margin-top: 3px;
		width: 194px;
		border: 1px solid #99CC66;
}

.submit input {
		margin-left: 100px;
		clear: both;
}

.sbtn {
	background-color: #000000;
	color: #fff;
}

#bounce_footer a:link {
	font-family: verdana;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}     

#bounce_footer a:visited {
	font-family: verdana;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}  

#bounce_footer a:hover {
	font-family: verdana;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}

#bounce_footer a:active {
	font-family: verdana;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

a.bouncered: hover {
	color: #FF0000;
}