html
{
	margin: 0;
	padding: 0;	
}

body
{
	font-family: Optima, Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	
	background: url(../interface/bgd_pattern.gif) top left repeat;
	
}

div.whole
{
	text-align: center;
}

div.page
{
	width: 720px;
	border: 2px solid white;
	background-color: white;
	background-image: url(../images/watermark.jpg) no-repeat;
	margin: 20px auto 20px auto;
	padding: 0;
	text-align: left;
}

div.header
{
	margin-bottom: 30px;
}

div.top_logo_banner
{
	padding-top: 0;
}

div.logo
{
	float: left;
	background-image: url(../interface/logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 175px;
	height: 140px;

}

/* @group navigation */

div.navigation
{
	background: #ffcc00 url(../interface/crane.png) top right no-repeat;
	height: 19px;
	padding: 100px 0 0 0;
}

div.navigation ul
{
	
	background-color: #eb4e1a;
	list-style: none inside none;
	margin: 0;
	padding: 0;
	height: 19px;
	border: 1px solid #fff;
}

div.navigation li
{
	background-color: #eb4e1a;
	list-style: none inside none;
	float: left;
	margin: 0;
	padding: 5px 6px 3px 5px;
	border-left: 1px dotted white;
}

/* My Comment */

div.navigation li:hover
{
	background-color: #ad3912;
}

div.navigation li.selected
{
	background-color: #662009;
}

div.navigation a
{
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	padding: 0;
	margin: 0;
}

/* @end */


div.changing_images
{
	width: 240px;
	height: 400px;
	float: left;
	padding: 5px 25px 25px;
}

div.changing_images img
{
	position: absolute;
	opacity: 0;
}


div.gallery_text_title
{
	margin: 20px 55px 0 45px
}

div.main_text a
{
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: underline;
	color: black;
	font-weight: bold;
}

div.content
{
}

div.content h1
{
	font-size: 18px;
	font-weight: normal;
	margin:	10px 0 10px 0;
}

div.content h2
{
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	color: gray;
}

div.content h2 a
{
	text-decoration: none;
	color: gray;
}

div.content h2 a:hover
{
	color: #af3b18;
}

div.content p
{
	font-size: 12px;
	
	margin-bottom: 15px;
	line-height: 18px;
	font-variant: normal;
}

div.content p.bold_p
{
	font-weight: bold;
}

div.content p2
{
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
}

div.content p.bold_listing
{
	font-weight: bold;
	display: list-item;
}

div.content ul
{
	margin-left: 215px;
}

div.web_link p
{
	padding: 2px 0 10px 0;
}

div.content li
{
	font-size: 12px;
	line-height: 18px;
}

div.web_link a
{
	
	color: #ad3912;
	text-transform: uppercase;
	text-decoration: none;
}

div.web_link a:hover
{
	color: #ad3912;
	text-decoration: underline;
}

div.bottom p
{
	color: #fff;
}

div.ticket
{
	padding: 0 0 15px 0;
}

div.ticket img
{
	border: none;
}



div.tshirt
{
	width: 210px;
	float: left;
	padding: 5px 25px 25px;
}

div.main_text
{
	margin: 0 20px 0 280px;
	padding-left: 10px;
}

/* @group act */

div.act
{
	border-top: 1px dotted gray;
	padding-top: 10px;
	margin: 20px 40px 0px 40px;
}

div.act a.sponsor
{
	float: left;
	margin-left: 0;
	padding-left: 0;
}

div.act h1
{
	clear: none;
	margin: 10px 0px 0px 240px;
}

div.act p
{
	font-style: italic;
	margin-left: 240px;
}

div.act a
{
	display: block;
	margin-left: 240px;
	padding: 0;
	color: #ad3912;
	text-transform: uppercase;
	text-decoration: none;
}

div.act a.band_weblink
{
	font-size: 13px;
	padding-top: 9px;
	text-decoration: underline;
	text-transform: capitalize;
}

div.act img
{
	float: left;
	margin: 13px 0 10px 0;
}

div.act img.cheque
{
	margin-left: 240px;
	margin-top: ;
}

div.act p.track_title
{
	margin: 0 20px 0 240px;
}

div.act object
{
	clear: none;
	margin-left: 240px;
}

div.act embed
{
	margin-left: 240px;
}

div.thumbnails
{

	margin:	0 20px 4px 47px;
}

div.thumbnails a
{
	display: block;
	float: left;
	width: 100px;
	height: 67px;
	margin: 0 4px 4px 0;
	overflow: hidden;
}

div.thumbnails img
{
	position: relative;
}

div.thumbnails img:hover
{
	top: -67px;
}

div.placeholder_image
{
	clear: both;
	margin-left: 47px;
}


/* @end */

/* @group Footer */

div.footer
{
	clear: both;
	background-color: white;
}

div.supporters
{
	margin: 20px 20px 0 20px;
	border-top: 1px dotted #af3b18;
}

div.supporters img
{
	border: none;
}

div.supporters ul
{
	list-style-type: none inside none;
}

div.supporters li
{
	float: left;
	list-style-type: none;
}

div.supporters p
{
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #af3b18;
	text-transform: uppercase;
	text-align: center;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	clear: both;
}

div.supporters img
{
	padding: 0 12px 0 10px;
	margin-bottom: 10px;
}

div.supporters ul.contact_pod
{
	clear: both;
	padding-top: 15px;
	list-style-type: none inside none;
	border-bottom: 1px dotted #af3b18;
}

div.supporters ul.contact_pod li
{
	padding: 10px 0 0 60px;
	list-style-type: none inside none;
}

div.footer a
{
	font-size: 10px;
	text-transform: none inside none;
	text-transform: uppercase;
	text-decoration: none;
	color: #af3b18;
	font-weight: normal;
	font-style: normal;
}

div.footer a:hover
{
	color: black;
}

div.contact
{
	clear: both;
	background: #ccc;
	padding: 4px 20px 5px 20px;
}

div.contact a
{
	float: none;
	padding-right: 20px;
	font-weight: normal;
	font-style: normal;
}

div.contact p
{
	
	font-size: 10px;
	text-transform: none inside none;
	text-transform: uppercase;
	text-decoration: none;
	color: #af3b18;
	display: inline;
}

img.act
{
	float: left;
	margin: 50px 0 0 120px;
	padding: 0;

}

/* @end */
