@charset "utf-8";
/* CSS Document */

﻿body
{
	padding: 0px;
	margin: 0px;
	font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}

img
{
	border-width: 0px;
}
a:link, a:active, a:visited 
{
	color: #cccccc;
	text-decoration:none
}
a:hover 
{
	color:#ccFFFC;
	text-decoration:none;
}
#navigation {
	width:100%;
	margin:0 auto;
	text-align:center;
	font-size:14px;
}
#navigation ul {
	margin:0;
	padding:0;
}

#navigation ul li {
	list-style:none;
	display:inline;
	margin:5px;
	padding:0 -3px;
}
#album {
	width:100%;
	margin:0 auto;
	text-align:center;
}

#MusicBox
{
	float:right;
	width: 260px;
	height: 153px;
	position:absolute;
    top:5px;
	right:40px;
	padding:3px 3px 0 0;
	/*background-color:rgba(0,0,0, 0.8);
	border:3px solid rgba(0,0,0, 0.2);
	border-radius:5px;*/	
}
#container {
	width:100%;
	height:100%;
	margin:0 auto;
}
#headerbox {
	position:fixed;
	width:100%;
	top:0;
	z-index:999;
}
header {
	width:510px;
	margin:20px auto 0;
}
#linkblock {
	width:800px;
	margin:0 auto;
}
.thmbBox {
	float:left;
	width:125px;
	height:100px;
	padding:3px;
	margin:10px;
}
.thmbBox img{
	margin:0 auto;
}
description {
	margin-top:120px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:bold;
	color:#fff;
}
/************************************************/
/*     subscription
/************************************************/
input
{
	height: 15px;
}
#Content
{
	position: relative;
	width: 800px;
	margin:0 auto;
}
.InputRow
{
	float:left;
	width: 700px;
	height: 27px;
	margin-left: 40px;
}
.IRow_high {
	height: 180px;
}
.InputLeft
{
	float:left;
	margin: 1px 0;
	width: 150px;
	text-align: right;
}
.InputRight
{	
	float:left;
	margin-left: 10px;
}
.MarginLeft
{	
	float:left;
	margin-left: 160px;
}
.Submit
{
	height: 23px;
}
#Thanks
{
	position: relative;
	width: 800px;
	height: 200px;
	top: 50px;
	text-align: center;
	margin:0 auto;
}
#credits {
	margin-top:30px;
	text-align: center;
	color:#fff;
	font-size:small;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}
#credits a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}
.dropshadow {
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}
