#container
{
	margin: 0px auto;
	width: 854px;
	padding: 15px;
	background: #FFF;
}

/* HEADER */
#header_container
{
	height: 262px;
	width: 854px;
	position: relative;
}

#header
{
	width: 773px;
	margin: 0px 11px;
	height: 141px;
	position: relative;
}

.header_block
{
	position: relative;
	width: 130px;
	height: 124px;
	float: left;
	display: block;
}

.header_block_topleft
{
	margin: 0px 14px 13px 0px;
}

.header_block_btmleft
{
	margin: 0px 14px 0px 0px;
}

.light_peach_block
{
	background: #FEDB6B;
}

.dark_peach_block
{
	background: #EFB93A;
}

.red_block
{
	background: #E5060A;
	width: 274px;
	height: 124px;
}	

#header_left
{
	width: 274px;
	float: left;
	position: relative;
}

#header_middle
{
	width: 274px;
	margin: 0px 15px;
	float: left;
	position: relative;
}

#header_right
{
	width: 274px;
	float: left;
	position: relative;
}

#logo
{
	width: 274px;
	height: 261px;
	background: url(/images/logo.gif) no-repeat left top;
	display: block;
	text-indent: -9999px;
}
/* END HEADER */

/* MENU */
#menu_container
{
	clear: both;
	position: relative;
	background: #E5060A;
	color: #FFF;
	font-size: 0.9em;
	text-align: center;
	width: 853px;
	float: left;
	margin: 13px 0px 15px 0px;
	padding: 0px auto;
}

#menu_container ul
{
	margin-left: 50px;
}

#menu_container ul li
{
	padding: 0px;
	margin: 0px;
	float: left;
	display: block;
	min-width: 60px;
	text-transform: uppercase;
	background: url(/images/menu_seperator.gif) no-repeat left 3px;
}

#menu_container ul li.first_item
{
	background: none;
}

#menu_container ul li a
{
	padding: 4px 7px;
	margin-left: 2px;
	display: block;
	height: 12px;
}

#menu_container ul li a:hover
{
	background: #EFB93A;
	color: #000;
}

#menu_container ul li#current a
{
	background: #EFB93A;
	color: #000;
}

#menu_container ul li#current a:hover
{
	color: #FFF;
}

* html .homewidth
{
	width: 33px;
}

* html .locationwidth
{
	width: 51px;
}

* html .planwidth
{
	width: 150px;
}

* html .artistwidth
{
	width: 143px;
}

* html .accwidth
{
	width: 208px;
}

* html .contactwidth
{
	width: 87px;
}
/* END MENU */

/* COLUMNS */
#column_container
{
	position: relative;
	width: 854px;
	min-height: 320px;
	height: auto !important;
	height: 320px;
	clear: both;
}

#column_left
{
	position: relative;
	float: left;
	width: 563px;
	min-height: 320px;
	height: auto !important;
	height: 320px;
	margin: 0px 14px 0px 0px;
}

#column_right
{
	position: relative;
	min-height: 320px;
	height: auto !important;
	height: 320px;
	width: 276px;
	float: right;
		background: #EFEFEF;

}

#page_content
{
	margin: 0px;
	background: #EFEFEF;
	padding: 10px;
}

.page_content
{
	margin: 0px;
	background: #EFEFEF;
	padding: 10px;
}

#artist_image_container
{
	margin-top: 13px;
}

#large_map_container
{
	
}

#footer_container
{
	clear: both;
	position: relative;
	width: 854px;
	height: 124px;
	padding-top: 15px;
}

#footer_left
{
	width: 164px;
	float: left;
	position: relative;
}

#footer_middle
{
	width: 384px;
	float: left;
	position: relative;
	margin: 0px 15px;
}

#footer_right
{
	width: 276px;
	float: left;
	position: relative;
}

#enquiries
{
	width: 164px;
	height: 123px;
	background: url(/images/enquiries.gif) no-repeat left top;
	display: block;
	text-indent: -9999px;
}

#download_brochure
{
	width: 384px;
	height: 123px;
	background: url(/images/footer_block.gif) no-repeat left top;
	display: block;
	text-indent: -9999px;
}

#retail_units
{
	width: 276px;
	height: 123px;
	background: url(/images/retail_units.gif) no-repeat left top;
	display: block;
	text-indent: -9999px;
}
