body, table, td, tr {
font-family: Verdana;
font-size: 10px;
color: #ffffff;
background-color: #000000;
}

A:link {color:white; text-decoration:none;}
A:visited {color:white; text-decoration:none;}
A:active {color:white; text-decoration:none;}
A:hover {color:#660000; text-decoration:none;}

a.merch:link {color:#999999;}
a.merch:visited {color:#999999;}
a.merch:active {color:#999999;}
a.merch:hover {color:#660000;}

H1	{
	color: #18B1AE;
	font-weight: bold;
	font-size: 12px;
}

H2	{
	color: #18B1AE;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #660000;
	
}

H3	{
	color: #18B1AE;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #660000;
	
}


p	{

}

select	{
	color:#FFFFFF;
	background-color:#000000;
	border: 1px solid #ffffff;
	font-family: Verdana;
	font-size: 10px;
}

input	{
	color:#FFFFFF;
	background-color:#000000;
	border: 1px solid #ffffff;
	font-family: Verdana;
	font-size: 10px;
}


textarea	{
	color:#FFFFFF;
	background-color:#000000;
	border: 1px solid #ffffff;
	font-family: Verdana;
	font-size: 10px;
}


#main	{

	position: absolute;
	left: 50%;
	width: 900px;
	height:100%;
	margin-left: -450px;
	margin-top: 0px;
	top: 0px;
}

#header	{

	background-image: url('../img/header.jpg');
	position: absolute;
	width: 890px;
	height:336px;
}

#menu	{


	position: absolute;
	width: 890px;
	height:28px;
	margin-top:	336px;
	float:right;
}

#menubar	{
	text-align: right;
	float:right;
	display:block;
	padding: 0px;
	margin: 0px;
	display:block;
	position:relative;
	
}

#menu img	{
	border: 0px;

}

#left	{

	background-image: url('../img/left.jpg');
	position: absolute;
	width: 189px;
	min-height:800px;
	margin-top:	364px;
	float:left;
	
}

#left-content	{
	position: absolute;
	width: 162px;
	height:400px;
	margin-top:	130px;
	margin-left:12px;
	text-align: justify;
}

table#bio td		{
	text-align: justify;
	display: block;
}

#left-content img	{
	border: 0px;
}


#homecontent	{

}

#content	{
	background-image: url('../img/bg.jpg');
	position: absolute;
	width: 705px;
	min-height:800px;
	margin-left: 189px;
	margin-top:	364px;
	float:right;
	padding:10px;
	padding-right:0px;
	text-align: justify;
}


#news	{
	padding-right:34px;
}

#news img	{
	border: 0px;
}


#footer	{
	background-image: url('../img/footer.jpg');
	position: absolute;
	width: 890px;
	height:134px;
	float:center;
}

#footercontent	{

	align: right;
}

#footer-left	{

	float:left;
	width:340px;
	text-align:center;
	padding-left:25px;
}

#footer-right	{

	float:right;
	width:500px;
}






