body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;  
	line-height: 16px;
	color: #000;
	text-align: justify;
	background-color: #2e2e2e;
	background-image: url("images/main-bg.png");
	background-repeat: repeat-y;
	background-position: top left;	
}

td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;  
	line-height: 16px;
	color: #000;
	text-align: justify;
}

ul {
	font-size: 12px;
	line-height: 18px;
	color: #000;
}

ul.big {
	font-size: 16px;
	line-height: 18px;
}

hr {
	border: 0;
	width: 80%;
	color: #666;
	background-color: #666;
	height: 2px;
	text-align: center;
}

.tiny {
	font-size: 9px;
}

.big {
	font-size: 14px;
}

img {
	border: 0;
	text-decoration: none;
}

div.left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 380px;
	padding: 5px;
}

div.right {
	position: absolute;
	top: 0px;
	right: 0px;
	width:	380px;
	padding: 5px;
}

.floatright {
	float: right;
	width: 380px;
	padding: 5px;
	clear: both;
}

.floatleft {
	float: left;
	width: 380px;
	padding: 5px;
	clear: both;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #3a6589;
	outline: none;
}

a:visited {
	color: #C26565;
}

a:active {
	color: #C26565;
}

a:hover {
	color: #C26565;
	border-bottom: 1px dotted;
}

/* navigation links a la jfish */

a.linky {
	display: table-cell;
	background-repeat: no-repeat;	
	background-position: top left;
	height: 35px;
	padding: 0;
	border-right: 1px dotted #3a6589;
}

a.linky:hover img {visibility: hidden;}
a.linky:hover {
	border-bottom: none;
	border-right: 1px dotted #3a6589;
}

a#this {background-image: url("images/this-over.png");}
a#tickets {background-image: url("images/tickets-over.png");}
a#past {background-image: url("images/past-over.png");}
a#gallery {background-image: url("images/gallery-over.png");}
a#about {background-image: url("images/about-over.png");}
a#dramatis {background-image: url("images/dramatis-over.png");}
a#support {background-image: url("images/support-over.png");}
a#press {background-image: url("images/press-over.png");}
a#contact {background-image: url("images/contact-over.png");}
a#home {background-image: url("images/home-over.png");}

a.img:hover {
	border: none;
}

img {
	border: 0;
	text-decoration: none;
}

#navigation {
	z-index: +1;
	position: absolute;
	top: 0px;
	left 0px;
	width: 1021px;
	height: 35px;
	background-color: #ffe;	
}

#banner {
	z-index: +1;
	position: absolute;
	top: 35px;
	left: 0px;
	width: 1021px;
	height: 102px;
	background-image: url("images/banner-stripe.png");
	background-repeat: repeat-x;
	background-position: top left;
}

#header {
	z-index: +1;
	position: absolute;
	top: 137px;
	left: 0px;
	right: 0px;
	width: 1021px;
	background-image: url("images/h-stripe.png");
	background-repeat: repeat-x;
	background-position: top left;
}

#main {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1021px;
	min-height: 100%;
	
	background-image: url("images/main-bg.png");
	background-repeat: repeat-y;
	background-position: top left;
}

#main-left {
	position: absolute;
	top: 177px;
	left: 0px;
	width: 790px;
	padding: 5px;
}

#main-left-index {
	position: absolute;
	top: 137px;
	left: 0px;
	width: 800px;
	padding: 0px;
}

#main-right {
	position: absolute;
	top: 177px;
	right: 0px;
	width: 218;
	padding: 0px 0px 0px 2px;

	text-align: left;
}

#main-right-index {
	position: absolute;
	top: 137px;
	right: 0px;
	width: 218;
	padding: 0px 0px 0px 2px;
	text-align: left;
}


#stamps {
	position: relative;
	bottom: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	
	background-color: #2e2e2e;
}

#stamp {
	float: left;
	width: 200px;
	height: 130px;
	margin-top: 0px;
}
