* {
margin: 0;
padding: 0;
}
body {
	color: #FFFFFF;
	background-color: #4e4b49;
	text-align: center;
	margin-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
p {
	margin-bottom: 10px;
	line-height: 1.3em;
}
H1 {
	font-size: 1.3em;
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.bodylist li {
	margin-left: 40px;
	margin-bottom: 10px;
}
.body_text {
	margin: 20px;
}
.body_img {
	margin: 20px;
}
.body_text a {
	color: #f5aa28;
	text-decoration: none;
}
.body_text a:hover, 
.body_text a:focus {
	color: #f5aa28;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f5aa28;
	outline: none;
}
.body_text a:active {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
#bg {
	background-image: url(../images/bg_swirls.gif);
	background-repeat: no-repeat;
	background-position: 605px 10px;
	margin-right: auto;
	margin-left: auto;
	width: 1085px;
	height: 578px;
	position: absolute;
	left: 50px;
	top: -65px;
	right: 50px;
}
/* for Internet Explorer */
* html #bg {
	position: absolute;
	left: auto;
	top: 0px;
	right: auto;
	top: -65px;
}
#main_wrapper {
	width: 1085px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#box_wrapper {
	width: 887px;
	height: 578px;
	float: left;
}
#content_box {
	width: 881px;
	height: 572px;
	background-color: #716f6e;
	border: 3px solid #c9c8c7;
	position: relative;
}
/* for Internet Explorer */
* html #content_box {
	width: 887px;
	height: 578px;
}
#content_right {
	width: 74px;
	height: 578px;
	float: right;
	position: relative;
}
#left_nav_wrap {
	width: 124px;
	height: 578px;
	float: left;
	text-align: right;
	position: relative;
}
#leftnav {
	display: block;
	list-style: none;
	margin: 0 0 10;
	position: absolute;
	bottom: 4px;
	right: 0px;
}
#leftnav li {
	margin: 0;
}
#leftnav li a {
	display: inline-block;
	color: #FFFFFF;
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 12px 24px 12px 12px;
}
#leftnav li a:visited {
	display: block;
	text-decoration: none;
}
#leftnav li a:hover,
#leftnav li a:focus {
	display: inline-block;
	text-decoration: none;
	outline: none;
	color: #f5aa28;
}
#leftnav li a:active {
   display: block;
   color: #FFFFFF;
   text-decoration: none;
}
#leftnav li a#current {
	color: #f5aa28;
}
#bottom_nav_wrap {
	width: 1085px;
	position: relative;
}
#bottom_nav {
	display: block;
	list-style: none;
	margin-left: 138px;
}
#bottom_nav li {
	margin: 0;
	float: left;
}
#bottom_nav li a {
	display: block;
	color: #FFFFFF;
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 20px;
	padding-right: 20px;
}
#bottom_nav li a:visited {
	display: block;
	text-decoration: none;
}
#bottom_nav li a:hover,
#bottom_nav li a:focus {
	display: block;
	text-decoration: none;
	outline: none;
	color: #f5aa28;
}
#bottom_nav li a:active {
   display: block;
   color: #FFFFFF;
   text-decoration: none;
}
#bottom_nav li a#current {
	color: #f5aa28;
}
#content_full_wrap {
	float: left;
	width: 881px;
	height: 572px;
	text-align: left;
	position: relative;
}
#content_left_wrap {
	float: left;
	width: 454px;
	height: 572px;
	text-align: left;
	position: relative;
}
#content_right_wrap {
	float: right;
	width: 427px;
	height: 572px;
}
#small_photo {
	position: absolute;
	right: 0px;
	bottom: 7px;
}
#photo_border {
	border: 3px solid #c9c8c7;
	margin-top: 7px;
	margin-right: 7px;
}
#media_buttons {
	position: absolute;
	left: 125px;
	top: 16px;
}
#media_txt {
	position: absolute;
	left: 380px;
	top: 56px;
}
.media_buttons_versions {
	width: 225px;
	float: left;
}
.media_buttons_versions ul {
	list-style-type:none;
	padding:0;
}
.media_buttons_versions li {
	display: inline;
	/* for IE5 and IE6 */
}
.media_buttons_versions a {
	color: #fff;
	text-decoration: none;
	font-size: 1em;
	display: block;
	padding: 5px 0px 5px 10px;
	margin-top: 4px;
	width: 225px;
	background-color: #999999;
	outline: none;
}
.media_buttons_versions a:link, .media_buttons a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.media_buttons_versions a:hover,
.media_buttons_versions a:focus {
	background-color: #c9c8c7;
	color: #4e4b49;
	font-weight: bold;
}
.media_buttons_versions a:active {
	background-color: #c5361b;
	color: #fff;
	font-weight: bold;
}
.media_buttons_versions li a#current {
	background-color: #c5361b;
	color: #fff;
	font-weight: bold;
}
#media_border {
	border: 3px solid #c9c8c7;
	margin-right: 0px;
	position: absolute;
	bottom: 20px;
}
#shows_box {
	height: 450px;
	width: 835px;
	background-color: #4e4b49;
}
.buy_details {
	padding-top: 14px;
	padding-left: 14px;
}
.shows_details {
	padding-top: 14px;
	padding-left: 14px;
}
.shows_details a {
	color: #f5aa28;
	text-decoration: none;
}
.shows_details a:hover, 
.shows_details a:focus {
	color: #f5aa28;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f5aa28;
	outline: none;
}
.shows_details a:active {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
#logo {
	margin: 17px 20px 20px;
}
#body_button_versions {
	margin-left: 20px;
}
#body_booboo_versions {
	margin-left: 20px;
	position: absolute;
	bottom: 190px;
}
#body_ariel_versions {
	margin-left: 20px;
	position: absolute;
	bottom: 210px;
}
#photo_buttons {
	margin-left: 10px;
	margin-bottom: 24px;
	position: absolute;
	bottom: 0px;
	width: 306px;
	left: 67px;
}
.btn_first a {
	display: block;  
	width: 74px;
	height: 48px;
	background: transparent url(../images/btn_first.gif) no-repeat;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
	float: left;
} 
.btn_first a:hover,
.btn_first a:focus {
	background-position: 0px -48px;
	outline: none;
}
.btn_back a {
	display: block;  
	width: 74px;
	height: 48px;
	background: transparent url(../images/btn_back.gif) no-repeat;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
	float: left;
} 
.btn_back a:hover,
.btn_back a:focus {
	background-position: 0px -48px;
	outline: none;
}
.btn_next a {
	display: block;  
	width: 74px;
	height: 48px;
	background: transparent url(../images/btn_next.gif) no-repeat;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
	float: left;
} 
.btn_next a:hover,
.btn_next a:focus {
	background-position: 0px -48px;
	outline: none;
}
.btn_last a {
	display: block;  
	width: 74px;
	height: 48px;
	background: transparent url(../images/btn_last.gif) no-repeat;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
} 
.btn_last a:hover,
.btn_last a:focus {
	background-position: 0px -48px;
	outline: none;
}
#body_button_column1 {
	margin-left: 20px;
	margin-bottom: 20px;
	position: absolute;
	bottom: 0px;
}
#body_button_column2 {
	margin-bottom: 20px;
	position: absolute;
	bottom: 0px;
	left: 163px;
}
#body_button_column3 {
	margin-left: 20px;
	margin-bottom: 20px;
	position: absolute;
	bottom: 0px;
	left: 285px;
}
.body_buttons {
	width: 120px;
	float: left;
}
.body_buttons ul {
	list-style-type:none;
	padding:0;
}
.body_buttons li {
	display: inline;
	/* for IE5 and IE6 */
}
.body_buttons a {
	color: #fff;
	text-decoration: none;
	font-size: 1.1em;
	display: block;
	padding: 5px 0px 5px 10px;
	margin-top: 3px;
	width: 120px;
	background-color: #999999;
	outline: none;
}
.body_buttons a:link, .body_buttons a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.body_buttons a:hover,
.body_buttons a:focus {
	background-color: #c9c8c7;
	color: #4e4b49;
	font-weight: bold;
}
.body_buttons a:active {
	background-color: #c5361b;
	color: #fff;
	font-weight: bold;
}
.body_buttons li a#current {
	background-color: #c5361b;
	color: #fff;
	font-weight: bold;
}
.button_headings {
	color: #F0F0F0;
	font-weight: normal;
	position: relative;
	top: -6px;
}
.body_buttons_versions {
	width: 168px;
	float: left;
}
.body_buttons_versions ul {
	list-style-type:none;
	padding:0;
}
.body_buttons_versions li {
	display: inline;
	/* for IE5 and IE6 */
}
.body_buttons_versions a {
	color: #fff;
	text-decoration: none;
	font-size: 1.1em;
	display: block;
	padding: 5px 0px 5px 10px;
	margin-top: 3px;
	width: 168px;
	background-color: #999999;
	outline: none;
}
.body_buttons_versions a:link, .body_buttons a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.body_buttons_versions a:hover,
.body_buttons_versions a:focus {
	background-color: #c9c8c7;
	color: #4e4b49;
	font-weight: bold;
}
.body_buttons_versions a:active {
	background-color: #c5361b;
	color: #fff;
	font-weight: bold;
}
.body_buttons_versions li a#current {
	background-color: #c5361b;
	color: #fff;
	font-weight: bold;
}
.loud {
	font-weight: bold;
	color: #f5aa28;
	font-size: 1.2em;
	line-height: 20px;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.menu:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #c3d837;
	text-decoration: none;
}

.menu:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.menu_on {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #c3d837;
	text-decoration: none;
}
.btn_twitter a {
	display: block;
	width: 20px;
	height: 20px;
	background: transparent url(../images/icon_twitter.gif) no-repeat;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
	position: absolute;
	bottom: 52px;
	left: 6px;
} 
.btn_twitter a:hover,
.btn_twitter a:focus {
	background-position: 0px -20px;
	outline: none;
}
.btn_facebook a {
	display: block;
	width: 20px;
	height: 20px;
	background: transparent url(../images/icon_facebook.gif) no-repeat;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
	position: absolute;
	bottom: 25px;
	left: 6px;
} 
.btn_facebook a:hover,
.btn_facebook a:focus {
	background-position: 0px -20px;
	outline: none;
}
.btn_stumble a {
	display: block;
	width: 20px;
	height: 20px;
	background: transparent url(../images/icon_stumble.gif) no-repeat;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
	position: absolute;
	bottom: 79px;
	left: 6px;
} 
.btn_stumble a:hover,
.btn_stumble a:focus {
	background-position: 0px -20px;
	outline: none;
}