@charset "UTF-8";
/* CSS Document */

#homepage #header
{ 
	margin: 0; 
	background: #5C5C5C url(/images/bg_dots.jpg) no-repeat top center;
	height: 149px; 
	color: #FFF; 
	text-align: center;
	position: relative;
}

#home_leftcol
{
	width:190px;
	margin:0 15px 0 0;
	border-right:1px #CCCCCC dotted;
	position:relative;
	float: left;
	padding-left:10px;
}
	
.home_left_side 
{
	width:325px;
	position:relative;
	margin:0 0 0 200px;
}
	
.right_side 
{
	border-left:1px #CCCCCC dotted;
}
	
.home_leftcol_item {
	border:1px solid #666666;
	margin:0 10px 10px 0;
	position: relative;
	}
	
.home_leftcol_item_mp3 {
	border:1px dotted #005A96;
	margin:20px 10px 10px 0;
	padding:5px;
	}
.home_leftcol_item_nc
{
	border:2px solid #00AAF0;
	margin:20px 10px 20px 0;
	padding:7px;
	background: #005A96;
	color: #FFFFFF;
}
.home_leftcol_item_nc a
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.home_leftcol_item_nc a:hover
{
	text-decoration: none;
}

.home_leftcol_text {
	padding:10px;
	color:#000000;
	background:#CCCCCC;
	text-align:center;
	}
	
h2.home_leftcol_h2 {
	display:block;
	padding:5px;
	color:#FFFFFF;
	background:none #22408c;
	margin:0;
	text-align:center;
	}

.icon {
	position:relative;
	float:left;
	margin:2px 5px 5px 2px;
	}
#alphacover
{
	display: block;
	width: 180px;
	height: 150px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/images/pixel.gif) repeat-x repeat-y;
}