body {
	background:#000;
	color:#000;
	font: 71% "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	line-height:125%;
}
.container {
	width:800px;
	text-align:left;
	position: absolute;
	z-index:2;
	padding:0px;
	left:30%;
}
a {
	outline:none;
}
a:hover {
	cursor:pointer;
}
a img {
	border:0px solid #fff;
}
.bg {
	display:none;
}
.autoscale {
	width:100%;
}
.autoscale img {
	left:0%;
	position:fixed;
	width:100%;
}
#header {
	position:relative;
	margin-bottom:12px;
}
img.jiggs {
	float:right;
	padding:0px 5px;
	margin-top:40px;
}
p.clear {
	height:1px;
	padding:0px;
	margin:0px;
	clear:both;
}
p.what {
	text-align:right;
	padding-right:8px;
}
p.what span {
	opacity:0.6;
	-filter:60;
	background-color:#fff;
	color:#666;
	padding:2px;
	border-top:1px solid #999;
}
#mid {
}
ul#menu {
	list-style:none;
	padding:0px;
	margin:0px 0px 0px 15px;
	float:right;
	width:225px;
	border-top:1px solid #888;
	text-align:right;
}
ul#menu:hover a {
	color:#aaa;
}
ul#menu li {
	float:right;
	clear:right;
}
ul#menu a {
	text-transform:uppercase;
	display:block;
	border-bottom:1px dotted #888;
	padding:4px;
	text-align:right;
	color:#666;
	text-decoration:none;
	width:120px;
}
ul#menu li.noB a {
	display:inline-block;
	width:16px;
}

ul#menu a span {
	display:none;
}
ul#menu a:hover, ul#menu:hover a:hover {
	border-bottom:1px solid #000;
	color:#000;
}
ul#menu a:hover span {
	display:inline;
}
#content {
	width:480px;
	padding:15px;
	float:right;
	background-color:#fcfcfc;
	opacity:0.7;
	-filter:70;
	border-top:1px solid #888;
	border-bottom:1px solid #888;
}
h1 {
	font-weight:normal;
	font-size:100%;
	text-align:left;
	padding-bottom:8px;
	text-transform:uppercase;
}
h1 span {
	color:#000;
	font-weight:bold;
}
p.line {
	height:1px;
	padding:0px;
	margin:2px 0px;
	border-top:1px solid #333;
	float:right;
	width:10px;
	clear:right;
}
#footer {
	text-align:right;
	clear:both;
}
#footer p {
	margin:-1px 0px 0px 0px;
	width:220px;
	border-top:1px solid #888;
	padding-top:5px;
	float:right;
}
#footer p#no-b {
	border-top:1px solid #000;
	width:10px;
}
#footer a {
	color:#4ab6b6;
	text-decoration:none;
	margin-bottom:10px;
}

/*
=== Contact
===
*/
h3 {
	font-size:100%;
	width:95px;
	border-bottom:1px dotted #888;
	padding-bottom:5px;
	text-transform:uppercase;
	margin:10px 0px 4px 0px;
}
form input, form textarea {
	border:1px dotted #888;
	width:400px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#38a6a6;
	font-size:100%;
}
form textarea {
	height:100px;
}
form input.soobmit {
	width:95px;
	background-image:url(../images/send.png);
	background-repeat:no-repeat;
	background-color:#fff;
	height:41px;
}
form input.soobmit:hover {
	background-position: 0 -41px;
	cursor:pointer;
}
h1 span {
	background-color:#000;
	color:#fff;
	padding:24px 5px 5px 5px;
	margin-left:5px;
}
table#disco {
	width:420px;
	margin-bottom:20px;
}
table#disco td {
	padding:5px;
	border-bottom:1px dotted #888;
}
table#disco td.sched-head, td.disco-head {
	border-bottom:0px dotted #888;
	background-color:#222;
	color:#fff;
}
td#a {
	width:100px;
}
td#t {
	width:145px;
}
td#l {
	width:100px;
}
td#y {
	width:75px;
}
td#h {
	width:15px;
}
ul#dates {
	width:35px;
	float:left;
	list-style:none;
	padding:0px;
	margin:10px 10px 0px 10px;
	text-align:right;
}
ul#dates a {
	color:#4ab6b6;
	text-decoration:none;
	display:block;
}
ul#dates a:hover {
	color:#000;
}
ul#dates li {
	padding:5px 0px;
	border-bottom:1px dotted #888;
	float:right;
	clear:right;
}
ul#dates li.line {
	border-bottom:1px solid #000;
	width:10px;
}
#ajaxcontainer {
	width:400px;
	float:left;
}
#wrap-me {
	width:400px;
	float:left;
}
h4 {
	margin-top:0px;
	padding-top:0px;
}
/*
===
Tittels
===
*/
div#toolTip {
	position:absolute;
	z-index:1000;
	background:#222;
	border:0px solid #222;
	text-align:left;
	padding:5px;
	color:#fff;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-rightright-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-rightright-radius: 5px;
}
div#toolTip p {
	margin:0;
	padding:0;
	color:#fff;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
}
div#toolTip p em {
	display:none;
}
div#toolTip p em span {
	display:none;
}
.imagecontainer img {
	width:450px;
	height:200px;
}
img.thumb {
	width:70px;
	height:45px;
	float:left;
	padding:1px;
	border:1px solid #222;
	margin-right:8px;
	margin-bottom:8px;
}
img.gall-image {
	width:180px;
	height:121px;
	border:1px solid #222;
	padding:1px;
}
.gall-holder {
	width:180px;
	float:left;
	margin:0px 15px 10px 0px;
	padding-bottom:10px;
	border-bottom:1px solid #999;
}