*{padding:0;margin:0;}

body {
	color: #fff;
	font-family: Times, Times New Roman, serif;
	background-color: #646464;
	background-image:url("./images/bg.jpg");
	background-repeat:no-repeat;
	background-position:top center;
	text-align:center;
}

a:link {text-decoration: none; color: white;}
a:visited {text-decoration: none; color: white;}
a:hover {text-decoration: none; color: #C0C0C0;}
a:active {text-decoration: none; color: white;}

img {
	border: 0;
}

h1 {
	color: #fff;
	font-size:11px;
	font-weight:normal;
	position: relative;
}

.double-hr {
	color: #fff;
	background-color: #fff;
	margin: 0;
	padding: 0;
	height: 5px;
	border:1px dotted #A0A0A0;
	border-style: dotted none;
}

#everything {
	margin: 0;
	padding: 0;
	width:44em;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
}

#header {
margin-top: 50px;
margin-bottom: 10px;
}

#menubar {
	margin: 0;
	padding: 0;
	width: 100%;
	border:1px dotted #fff;
	border-style: dotted none;  
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
	display: inline-block;
}

#menu {
	list-style: none;
	margin: 0;
	padding: 1px 0px;
	width: 100%;
	margin-right:auto;
	margin-left: auto;
	margin-left: 13px;

}

#menu li {
	float: left;
	margin: 0;
	padding: 0;
}

#menu a {
	display: block;
	float: left;
	margin: 0;
	padding: 0px 25px;
	text-decoration: none;
	font-weight:normal;
}

#block_homepage {
	color: #fff;
	font-family: Elephant, Times, Times New Roman, serif;
	font-size: 2em;
	font-style: italic;
	text-align: center;
	vertical-align: middle;
	width:702px;
	padding: 150px 0;
	display:table-cell;
	background-image:url('../imgs/bckg-block_homepage.png');
}

.content-img {
	background-image:url("../imgs/bckg-thunbmail.png");
	width: 234px;
	height: 161px;
	float: left;
	margin-right: 2px;
	margin-bottom: 3px;
	text-align: center;
}
.thunbmail {
	width: 234px;
	height: 161px;
	display: table-cell;
    vertical-align: middle;
	
}
.thunbmail * {
    vertical-align: middle;
}
/*\*//*/
.thunbmail {
    display: block;
}
.thunbmail span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/

#shows-h1 {
	font-family: Elephant, Times, Times New Roman, serif;
	color: #A0A0A0;
	font-size: 4em;
	font-style: italic;
	border-bottom:1px dotted;
	text-align: center;
}

#gallery {
	width: 710px;
	margin-top:10px;
}

#div-events {
    margin:0;
    padding:0;
    background-image:url("../imgs/bckg-currentshows.png");
    width: 710px;
    height: 494px;
}

#shows-div {
    margin:10px 15px 0 15px;
    position: relative;
    float:left;
	color: #404040;
	width: 445px;
	font-size: 0.8em;
	height: 484px;
}

.show-title {
	font-weight: bold;
}

.show {
	margin-top:5px;
	padding: 10px 0px;
	border-top:1px dotted #A0A0A0;
    width: 100%;
}

#biography-h3 {
	margin: 5px 0;
	padding-bottom: 5px;
	font-family: Times, Times New Roman, serif;
	color: #A0A0A0;
	font-size: 2.2em;
	font-style: italic;
	border-bottom:1px dotted;
	text-align: center;
}

#biography {
    float:left;
	width: 205px;
    margin-left: 15px;
	height: 155px;
	color: #404040;
    margin-top:167px;
}

#biography-content {
	text-align: justify;
	font-size: 0.8em;
    height: auto;
	margin-bottom:5px;
	padding:8px 0px;
	border-top:1px dotted #A0A0A0;
}

#footer {
	margin-top: 10px;
	border:1px dotted #fff;
	border-style: dotted none;  
	font-size: 0.6em;
	text-align: center;
	padding: 2px 0;
}