#container{
	width: 960px;
	background-color: #080f15;
	background-image: url(../images/lyric_bg01.gif);
	background-repeat: repeat-x;
}


#header{
	width: 960px;
	height: 180px;	
	background-image: url(../images/wavebg.gif);
	background-repeat: no-repeat;
}

#upper_header{
	width: 960px;
	height: 40px;
	
	/*background-color: #FF0000;*/
}

#upper_header_home{
	width: 180px;
	height: 16px;
	color: #2eb5ef;
	background-color: #000000;
	margin: 10px;
	padding-right: 10px;
	border: 1px solid #2eb5ef;
	font-size: 12px;
}

#middle_header{
	width: 960px;
	height: 108px;
	color: #FFFFFF;
	/*background-color: #00FF00;*/
}

#lower_header{
	width: 960px;
	height: 32px;
	color: #FFFFFF;
	opacity: 0.8;
    filter:alpha(opacity: 80);	
	border: 1px solid #2eb5ef;	/*background-color: #0000FF;*/
	background-color: #0282b9;
}

#footer{
	width: 960px;
	height: 100px;
	clear: both;
	/*
	background-image: url(../lotro/images/footerbg.gif);
	background-repeat: no-repeat;
	*/
}
#sidebar{
	width: 190px;
	background-color: #0f2136;
	float: left;
	padding-top:10px;
	position:relative;
	top: 20px;
	left:10px;

}

#sidebar_title{
	Margin-left:10px;
	Margin-right:10px;
	width: 170px;
	text-align:center;
	background-color:#0282b9;
	color: #FFFFFF;
}
#sidebar_links{
	position:relative;
	top:-3px;
	Margin-left:10px;
	Margin-right:10px;
	margin-bottom: 20px;
	width: 170px;
	text-align:center;
	background-color:#30a4c1;
	color: #FFFFFF;
}

#content{
	width: 730px;
	float: left;	
	Margin-top:20px;
	Margin-left:15px;
	background-color:#16293a;
	color: #FFFFFF;

}
#searchBox{
	position:relative;
	top:25px;
	left:580px;
}

.whitelink{
	
	color:#FFFFFF;
}

h1{ 
    font: bold  Verdana, Arial;
}

.tablelink{
	color:#FFFFFF;
	text-decoration:none;
}

.link_small_gray{
	font: x-small Verdana, Arial;
	/*font-size:11.5px; font-family:Arial;*/
	color: #999999;
	text-decoration: none;
}