html
{
	height:100%;
}

body
{
	background-image: url("images/background.gif");
	text-align: center;
	margin: 0px 10px 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-family: Verdana, Sans-Serif;
	font-size: 10pt;
	color: #FFFFFF;
	height:100%;
}

#container
{
	width: 1050px;
	text-align: center;
	position: relative;
	margin: auto;
	display: block;
	clear: both;
	float: none;
	background-image: url(images/main1_back.png);
	overflow: visible;
	min-height: 100%;
}

#header
{
	background-image: url("images/header3_back.png" );
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 5px;
	padding-top: 200px;
	color: #ffffff;
	clear: both;
	display: block;
	float: none;
	vertical-align: baseline;
}

#header a, #header a:visited, #header a:active
{
	font-weight: bold;
	color: #cc0033;
	font-size: 11pt;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-transform: uppercase;
}

#header a:hover
{
	color: #ffffff;
	text-decoration: underline overline;
}

#footer
{
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-top: 15px;
	position: relative;
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
	margin: 25px 0px 0px 0px;
	display: block;
	clear: both;
	float: none;
	height: 100%;
}

#footer a, #footer a:visited, #footer a:active
{
	color: #ff0033;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-transform: lowercase;
}

#footer a:hover
{
	color: #ffffff;
	text-decoration: underline overline;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}

#footer hr
{
	width: 50%;
	border-bottom: #cc0033 2px dashed;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#main
{
	padding-right: 50px;
	padding-left: 35px;
	padding-bottom: 5px;
	padding-top: 5px;
	position: static;
	display: block;
	clear: both;
	float: none;
	margin: 5px 0px;
	height:auto;
}

.content, .content_full
{
	border-right: #cc0033 2px solid;
	border-top: #cc0033 2px solid;
	border-left: #cc0033 2px solid;
	border-bottom: #cc0033 2px solid;
	position: static;
	clear: right;
	display: block;
	float: right;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 0px;
	margin: 5px 5px 5px 0px;
	background-color: #462828;
	width: 580px;
}

.content_full
{
	width: 100%;
	margin: auto;
	clear: both;
	float: none;
}

.content h1, .content_full h1
{
	color: #000000;
	text-align: left;
	background-image: url(images/content_header.png);
	font-family: "Courier New" , Courier, monospace;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 0px;
}

.content p, .content_full p
{
	font-size: 10pt;
	color: #FFFFFF;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 0px;
}

.gigs
{
	width: 350px;
	position: relative;
	clear: left;
	display: block;
	float: left;
	margin: 5px 0px 5px 5px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 10pt;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: uppercase;
}

.gigs hr
{
	border-right: none;
	border-top: #000000 1px;
	border-left: none;
	border-bottom: #cc0033 2px dashed;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: #000000;
}

.gigs h1
{
	font-weight: bold;
	font-size: 11pt;
	color: #DCDCDC;
	text-align: Center;
	line-height: normal;
}

.gigs li, a, a:link, a:active
{
	list-style-image: url(images/tiny_logo.png);
	font-size: 10pt;
	text-align: left;
	color: #DCDCDC;
}

td, th
{
	border-right: #DCDCDC 1px solid;
	border-top: #DCDCDC 1px solid;
	border-left: #DCDCDC 1px solid;
	border-bottom: #DCDCDC 1px solid;
}

th
{
	background-image: url(images/content_header.png);
	font-family: "Courier New" , Courier, monospace;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000000;
}