/* (C)2006 U-Turn Designs */
/*     vr. 0707061606     */


/*body and module layout information*/

body {
	background-color: #000000;
	background-image:url(../images/grad_back.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	margin: 0px;
}

.header {
	height: 150px;
}

.picture {
	height: 300px;
}

.navigation, .content {
	background-color: #ffffff;	
	vertical-align: top;
}

	.navigation {
		width: 130px;
	}

	.content {
		width: 670px;
	}
	
.legal {
	background-color: #999999;
	height: 60px;
	text-align:center;
	vertical-align:middle;
}
	
/* Text and margin information */

h3, h4, h1, h2 {
	margin-left: 30px;
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

h3 {
	margin-left: 25px;
}

h4 {
	font-size: 10px;
	font-weight: normal;
	margin-top: 0px;
	text-align: center;
}

h2 {
	font-size:14px;
}

.theme {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

p {
	margin-top: 12px;
	margin-left: 30px;
	margin-right: 80px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

p.movies {
  	margin-top: 0px;
  	margin-right: 0px;
}

a {
	color:#FF9900;
	text-decoration:none;
}

a.gallery {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

.submenudiv {
	margin-top:5px;
	margin-bottom:5px;
}

.menu, .submenu {
	color:#000000;
	text-decoration:none;
}

.submenu {
	font-size:12px;
	font-weight:normal;
	margin-left:10px;
}

.menu:hover, .submenu:hover, a.gallery:hover {
	color:#666666;
}

.bandmenu {
	color:#000000;
	text-decoration:none;
	font-size:10px;
	font-weight:normal;
}

#form1 {
	margin-left:10px;
}

#form1 p {
	font-weight:bold;
	color:#FF9900;
	margin-left:0px;
}

#thanks {
	font-weight:bold;
	color:#FF9900;
	margin-left:10px;
}

#thanks p {
	margin-left:0px;
}

#thanks a {
  	font-weigt:normal;
	text-decoration:underline;	
}