body {
	background-color: #333;
	font-size: 13px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0 auto;
	color: #ccc;
}
#wrapper {
	margin: 0 auto;
	width: 900px;
	height: 652px;
	padding: 0;
	background: #333 url(images/bg.jpg) no-repeat center 50px;
}
#head {
	height: 45px;
	border-bottom: #111 solid 5px;
}
#menu {
	float: right;
}
#menu a {
	display: block;
	height: 20px;
	float: left;
	color: #aaa;
	margin: 10px 0 0 0;
	text-align: center;
	font-size: 13px;
	padding: 6px 20px 0px 21px;
	border-left: #999 dotted 1px;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
}
#menu a:first-child {
	border-left-width: 0px;
}
#menu a:hover {
	color: #ee7623;
}
#menu a:active {
	color: #fff;
}
#content, #content_home {
	height: 455px;
	padding-top: 90px;
	width: 880px;
	margin: 10px;
	overflow: auto;
}
#content {
	background: #000 url(images/logo1.png) no-repeat 650px 20px;
	opacity: 0.9;
	filter: alpha(opacity = 90);/*fuck IE*/
}
#content_home {
	height: 545px;
	padding-top: 0px;
}
#content_home p, #content_home h1{
	background-color: #000;
	opacity: 0.84;
	filter: alpha(opacity = 84);/*fuck IE*/
	padding: 10px;
}
#content a {
	font-weight: bold;
	color: #aaa;
	text-decoration: underline;
}
#content a:hover {
	color: #ee7623;
	text-decoration: none;
}
p, h1, h2, h3, h4 {
	padding: 10px 0px;
	margin: 0px 10px;
}
h1 {
	font-size: 16px;
	color: #ee7623;
	clear: both;
}
h2 {
	font-size: 14px;
	color: #ee7623;
	border-bottom: #ee7623 dotted 1px;
	clear: both;
}
h3 {
	font-size: 12px;
	border-bottom: #fff dotted 1px;
	clear: both;
}
h4 {
	font-size: 11px;
}
#biglogo {
	padding-top: 180px;
	height: 213px;
	background: transparent url(images/logo.png) no-repeat center center;
}
#tumicuban {
	height: 65px;
	background: transparent url(images/tumicuban.png) no-repeat right 10px;
}
#footer {
	font-size: 10px;
	color: #fff;
	height: 15px;
	width: 890px;
	padding: 5px 10px 5px 0px;
	text-align: right;
	font-weight: bold;
	background-color: #000;
	opacity: 0.6;
	filter: alpha(opacity = 60);/*fuck IE*/
}
p.author {
	text-align: right;
	border-bottom: #333 dotted 1px;
	font-style: italic;
}
img.right, p.right {
	float: right;
}
p.left {
	float: left;
}
p.centre {
	text-align: center;
}
p.heading {
	font-weight: bold;
	text-decoration: underline;
	margin: 5px 0 3px;
	padding: 0;
}
a img {
	border: 0px;
}
div.gallery a img:hover {
	margin: -3px;
	border: #ee7623 solid 3px;
}
a.pdf {
	background: transparent url(/images/page_white_acrobat.png) no-repeat right center;
	padding-right: 20px;
}
table#tourtable {
	width: 840px;
	border-collapse: collapse;
	margin: 10px 0 10px 10px;
	color: #fff;
	outline: white solid 1px;
}
table#tourtable th {
	background-color: #555;
}
table#tourtable td {
	vertical-align: top;
	background-color: #111;
	padding: 2px;
	border: #555 solid 2px;
}

/*music players*/
div.track_list {
	margin: 30px auto;
	padding-top: 10px;
	width: 800px;
	clear: both;
	overflow: hidden;
	border: #999 solid 1px;
}

/*new*/
div#new {
	float: right;
	clear: both;
	margin-top: -120px;
	border: #ee7623 solid 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 330px;
}
div#new div {
	position: relative;
	float: left;
	top: -25px;
	left: -35px;
	z-index: 100;
}
div#new p {
	padding: 0;
	margin: 0;
}
div#new a {
	border-bottom: #ee7623 dotted 1px;
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: white;
	padding: 9px;
}
div#new a img {
	padding: 0;
	margin: 0;
	border: 0;
}
div#new a span {
	font-weight: bold;
	color: #ee7623;
}
/*video*/
div.videobox {
	display: none;
}
div.layer {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	opacity: 0.6;
	filter: alpha(opacity = 60);/*fuck IE*/
}
div.video {
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -182px;
	margin-left: -222px;
	padding: 10px;
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 101;
}
p.videoplay {
	padding: 0;
	margin: 10px;
}
p.videoplay img.button {
	display: none;
	position: relative;
	left: -185px;
	top: -65px;
}
p.videoplay:hover img.button {
	display: inline;
}
div.videoclose {
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -208px;
	margin-left: 138px;
	height: 26px;
	width: 78px;
	background: transparent url(images/closebutton.png) no-repeat 0 0;
	cursor: pointer;
}
div.videoclose:hover {
	background-position: 0 -26px;
}

div.tracks {
	height: 21px;
	overflow: hidden;
	padding-top: 3px;
}

div.even {
	background-color: #444;
}
div.tracks div.track_player {
	float: left;
}
div.tracks p {
	padding: 0 0 0 35px;
	margin: 0;
}

