body
{
  margin: 0;
  background-color: #000;
  color: white;
	font-family: Arial, Helvetica, sans-serif;
}

p, td, a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

a { color: #fff; }
a:hover { color: #ccff00; }

#header {background-color: #679aaf;}

/* top navigation */

#navi
{
	width: 100%;
	height: 20px;
	margin-top: 2px;
	background-color: #4099ce;
}

#navi ul
{
	list-style-type: none;
	margin: 0 0 0 20px;
	padding: 0;
}

#navi ul li
{
	margin: 0;
	padding: 0;
	float: left;
}


#navi ul a
{
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 2px 6px;
	border-left: 2px solid white;
}

#navi ul a:hover, #navi ul a#currentpage
{
	text-decoration: underline;
	color: #ccff00;
}

#content {clear: left;}

.leftcolumn
{
	width: 720px;
	float: left;
}

#lc-home
{
	background-image: url(images/pagegraphics/hdg_about.gif);
	background-repeat: no-repeat;
}

#rightcolumn
{
  padding-top: 40px;
}

#t_news, #t_reviews
{
  border: 1px solid white;
}

#t_news th, #t_reviews th, #t_news td, #t_reviews td
{
  padding: 0;
}

#t_news th, #t_reviews th
{
  background-color: #4099ce;
  font-weight: bold;
}

#t_reviews { margin-top: 40px; }

.box_right_text
{
  height: 270px;
  overflow: auto;
  padding: 4px;
}


#t_projects img
{
	border-width: 0 0 1px 0;
	border-color: white;
	border-style: solid;
}

#t_projects p
{
	margin: 10px 4px;
}

th
{
  height: 25px;
}

#t_projects th
{
  background-color: #333;
  border: 1px solid #fff;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

#t_projects a
{
  font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#t_projects a:hover
{
  color: #ccff00;
}

#t_discography td
{
  padding-right: 20px;
}

.hdgwht 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

.copyright 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.whtborder 
{
	border: 1px solid #999999;
}
.style1
{
	font-size: 12px;
}
.style2
{
	color: #4099CE;
}
.style3
{
	color: #4099CE;
}

