/* CSS Document */

a {
	text-decoration: none;

}

a:link, a:visited {
	color: #FFFFFF;
}

a:hover, a:active  {
	color:#CCFFFF;
}

body {
	background-image: url(images/bg-gradient.jpg);
	background-repeat: repeat-x;
	background-color: #262131;
	/* old background-color: #4E4462;*/
	text-align: center;
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#CCCCCC;
	line-height: 1.6em;
}

#columnleft {
	background-color: #6e667e;
	float: left;
	width: 200px;
	line-height: 1.5em;
}


#columnright {
	background-color: #878094;
	float: left;
	width: 490px;
	font-size: 12px;
	padding: 10px;
	text-align: justify;
	min-height: 800px;
	height:auto !important;
	height: 800px;
	
}


#container  {
	width: 710px;
	text-align: left;
	margin: 0 auto;
	border: solid 2px #666;
	background-color: #6e667e;

}

#contact {
	margin-left: 100px;

}

#content {
	background-color: #6e667e;
	width: 710px;
	height:auto !important;
	height:800px;

}

#footer {
	background-color: #5c536e;
	clear: both;
	text-align: center;
	padding: 10px 0px 5px 0px;

}


h1 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .8em;
	color: #bdb9c4;
	text-align: left;
	padding: 0px;

}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #bdb9c4;
	text-align: left;
	padding: 0px;

}

.photo {
	border: solid 1px #fff;

}

#presstable {
	text-align: center;
	background-color: #333333;
	padding: 5px;
}

#presstable td {
	border-bottom: 1px solid #666;
}

#presstable td.pic {
	border-bottom: 0px;
}

hr{
	border: dotted 1px #6F1A20;
}


#masthead {
	background-color: #4E4462;
	width: 710px;
	height: 98px;
	border-bottom: 2px solid #666;
	
}

#newsbox {
	padding: 10px;
}

#quotebox {
	padding: 10px;
	line-spacing: .9em;
}

#tunesbox {
	padding: 10px;
	line-spacing: .9em;
	background-color:#000;
}



ul#contentbullet {
	
	margin-right: 20px;
	/*list-style-image: url('images/bulletpaw.gif');*/
	
}

ul#contentbullet li {
	list-style-type: none;
	padding: 0 13px 13px 23px;
	background: url(images/bulletpaw.gif) no-repeat 0px -1px;
}

ul#footnav {
	padding: 0px;
	text-align: center;
	width: 710px;
	margin: 0px;
}


ul#footnav li {
	display: inline;
	list-style-type: none;
	width: inherit;
	margin: 0;
	border-right: 1px solid #CCC;
	padding: 0 .9em;
	font-size: 11px;
}

ul#footnav li.last {
	border-right: 0px;
}

ul#footnav li a {
	
	text-decoration: none;
	padding: 0px;
}

