@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000000;
	background-image: url(../images/im_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 12px;	
}
#container {
	width: 860px;
	margin: 0 auto 0 auto;
	text-align: left;
	height: 820px;
}
#header {
	height: 200px;
	/*margin-left: -1px;*/
	/*background-image: url(/images/top.jpg);
	background-repeat: no-repeat;*/
}
#header2 {
	width: 860px;
	height: 200px;
	/*margin-left: 1px;*/
	text-align: center;
	background-color: #000000;
	background-image: url(/images/bands_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;	/*background-image: url(/images/top.jpg);
	background-repeat: no-repeat;*/
}
#header3 {
	width: 860px;
	height: 200px;
	/*margin-left: 1px;*/
	text-align: center;
	background-color: #000000;
	background-image: url(/images/heading3_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;	/*background-image: url(/images/top.jpg);
	background-repeat: no-repeat;*/
}
#content {
	margin-left: 15px;
	margin-right: 16px;
	/*background-image: url(/images/top.jpg);
	background-repeat: no-repeat;
	border-right-width: thin;
	border-left-width: thin;
    border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
	border-right-style: solid;
	border-right-color: #FFFF00;
	border-left-style: solid;
	border-left-color: #FFFF00;*/
}
#content2 {
	margin-left: 0px;
	margin-right: 0px;
}
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990099;
}
a:hover {
	text-decoration: underline;
	color: #00CCFF;
}
a:active {
	text-decoration: none;
}
.imageLeft {
	float: left;
	padding-right: 5px;
}
.imageRight {
	float: right;
	padding-left: 5px;
}
.imageCenter {
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
}
.titles1 {
	color: #FFCC00;
}
.titles2 {
	color: #FFCC00;
	font-size: 24px;
}
.bigred {
	font-size: 24px;
	font-weight: bold;
	color: #CC0000;
}
h1 {
	color: #FFFF00;
}
.smalltxt {
	font-size: 12px;
}
#up1 {
	z-index:4
}