/*******************/
/*    CSS RESET    */
/* v1.0 | 20080212 */
/*******************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;
	background: transparent;*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End RESET */
/*************/

body{
	/*behavior: url("css/csshover3.htc"); */
	background-color:#000000;
	background-image:url(../images/bkgd.jpg);
	background-position:top;
	color:#FFFFFF;
	font-family:Arial;
	line-height:1;
	margin:0;
	padding:0;
}

a{
	color:#FFFFFF;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.temp{
	background-color:transparent;
	margin-top:30px;
	text-align:center;
	width:800px;
}

.menu{
	background-color:transparent;
	text-align:center;
	margin-top:40px;
	padding:0;
	text-align:center;
	width:780px;
}

.outer{
	margin-top:5px;
	text-align:left;
	width:780px;
}

.newsheader{
	position:relative;
}
.news{
	background-image:url(../images/news_div.jpg);
	position:relative;
	float:left;
	font-size:12px;
	margin-left:15px;
	margin-top:10px;
	padding:10px;
	text-align:left;
	height:277px;
	width:730px;
}

.newsdate{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:0 0 2px 10px;
}

.newsitem{
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height:16px;
	padding:2px 10px 10px 15px;
}
.newsitem a{
	color:#000000;
	text-decoration:none;
}

.newsitem a:hover{
	text-decoration:underline;
}

.homelinks{
	position:relative;
	float:right;
	font-size:12px;
	padding:15px;
	text-align:left;
	width:750px;
}

.homelinks img{
	margin-right:6px;
}

.columnleft{
	/* background-color:#000000; */
	color:#FFFFFF;
	float:left;
	font-size:12px;
	margin-left:10px;
	padding:10px;
	text-align:left;
	width:200px;
}

.columnleft img{
	padding-top:10px;
}

.columnright{
	/* background-color:#000000; */
	color:#FFFFFF;
	float:right;
	font-size:12px;
	margin-right:10px;
	padding:10px;
	padding-bottom:50px;
	text-align:left;
	width:500px;
}

.header{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding-bottom:10px;
}

.v-menu{
	
}
.linkinfo{
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

.subheader{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	padding:0 0 10px 2px;
}

.list{
	cursor:pointer;
	padding:5px 10px;
}

.selected{
	color:#FF0000;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:16px;
	padding:5px 10px;
}

.unselected{
	color:#999999;
	cursor:pointer;
	padding:5px 10px;
}

.cell01{
	float:left;
	padding-right:10px;
	padding-top:2px;
	text-align:right;
	width:20px;
}

.songicon{
	float:left;
	padding: 1px 2px;
}

.song{
	padding-top:2px;
}

.giginfo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	padding: 0 0 10px 10px;
}

.biotext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	padding: 0 10px 10px 10px;
}
.biotext img{
	margin-bottom:5px;
	margin-right:10px;
}

.watermark{
	z-index:5;
	position:absolute;
	top:540px;
	
}

.contact{
	position:relative;
	text-align:center;
	font-size:14px;
	top:50px;
	line-height:18px;
}

.contact h1{
	font-size:20px;
	font-weight:normal;
	color:red;
	padding-bottom:12px;
	line-height:normal;
}

.footer{
	position:relative;
	text-align:center;
	font-size:12px;
	width:780px;
	padding-top:20px;
	padding-bottom:20px;
	float:left;
}
