/*
Alyance
2010
*/
* {
	font-size: 13px;
	font-family: Tahoma, Verdana, Arial;
	color: #666;
}
body {
	margin: 0;
	background-color: #1C1C1C;

}
a {
   outline: none;
}


::selection {
	background: #377e22; /* Safari */
	color: #FFF;
}
::-moz-selection {
	background: #377e22; /* Firefox */
	color: #FFF;
}


div a {
	color: #377e22;
	text-decoration: none;
}
div a:hover {
	color: #fff;
	text-decoration: none;
}
#container {
	width: 920px;
	margin: auto; text-align: center;
	background-image: url('images/bg.jpg');
	background-repeat: no-repeat;
	background-color: #151515; background-position:top center; 
}
#main {
	width: 100%;
}
#content {
	clear: both; text-align: left;
	padding: 10px;
}

#leftcontent {
	float: left; margin-right: 10px;
	width: 260px;
}

#rightside {
	float: right; width: 610px;
}
#leftcontent, #rightcontent, #contact {
	padding: 10px;
	margin-bottom: 10px;
	background-image: url('images/semitransparent_mid.png');
}
ul.navigation {
	list-style: none;
	margin-left: 130px; padding-top: 320px; margin-top: 0; margin-bottom: 61px;
}
		ul.navigation li.reg {
			float: left;
			margin-right: 6px;
		}
				li.reg ul {
					list-style: none;
					display: none;
					padding: 0;
					margin-left: -10px;
					Margin-top: 0px;
					position: absolute;
				}
				li.reg:hover ul {
					display: block;
				}
				li.reg ul li {
					text-align: center;
					background-image: url('images/semitransparent_mid.png');
				}
				li.reg ul li a {
					background-image: url('images/semitransparent.png');
					font-family:verdana;
					text-decoration: none;
					font-weight:bold;
					display: block;
					padding:5px;
					color: #00aa22;
				}
				li.reg ul li:hover, li.reg ul li a:hover {
					background-image: url('images/semitransparent.png');
					font-family:verdana;
					text-decoration: none;
					font-weight:bold;
					color: #55ff77;
				}
#footer {
	width: 100%;
	text-align: right;
	clear: both;
}
#copyright {
	margin: auto;
	color: #444444;
	padding: 14px;
	background-color: #000000;
}
#copyright a {
	color: #aaa; text-decoration: none;
}
#copyright a:hover {
	border-bottom: 1px dotted #aaa;
}

/*
colors
*/

p, blockquote {
	line-height: 18px;
	margin-top: 0;
}
.songs {
	text-align: center;
}
span, .songs a {
	font-size: 20px;
}
.songs a {
	line-height: 28px;
}
.white {
	color: #BBBBBB;
}
.green {
	color: #377e22;
}
.green1 {
	color: #377e22;
	font-size: 12px;
	font-family: Verdana, Arial, Tahoma;
}
.green2 {
	color: #377e22;
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Tahoma;
}
.green3 {
	color: #377e22;
	font-size: 24px;
	font-family: Arial, Verdana, Tahoma;
}
.lightgreen {
	color: #666;
	font-size: 13px;
	font-family: Tahoma, Verdana, Arial;
}
.songtitle {
	color: #377e22;
	font-size: 24px;
	font-weight: bold;
	font-family: helvetica;
}
