/* CSS Document */
body {
	background-color:#FFFFFF;
	font-color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	display: inline;
	color: #666666;
	font-size: 150%;
}

h1 a{
	color: #666666;
	text-decoration: none;
}
h1 a:link{
	color: #666666;
	text-decoration: none;
}
h1 a:hover{
	color: #666666;
	text-decoration: underline;
}
h1 a:visited{
	color: #666666;
	text-decoration: none;
}
a:link {
	color: #1F499B;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

a:visited {
	color: #1F499B;
	text-decoration: none;
}

.color-box {
	color: #FFFFFF;
}
.color-box a{
	color: #FFFFFF;
	text-decoration: none;
}
.color-box a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.color-box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.color-box li {
	list-style: none;
	padding-left: 5px;
	padding-top: 0px;
}
.large {
	font-size: large;
}

#wrapper {
	position:absolute;
	background-color:#FFFFFF;
	top:10px;
	left:10px;
	width:750px;
}

#header-box {
	position:relative;
	background-color:#1F499B;
	top:0px;
	left:0px;
	height:100px;
}

#nav-box {
	background-color:#333333;
	height:20px; 
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	text-transform: uppercase;
}

#nav-box a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 50px;
}

#nav-box a:hover {
	background: #FFFFFF;
	color: #666666;
}

#nav-box ul {
	display: inline;
	list-style: none;
}

#nav-box li {
	display: inline;
	list-style: none;
	text-align: center;
}

#logo
{
	position:absolute;
	background-color:#1F499B;
	top:0px;
	left:0px;
	height:100px;
	weight:550px;
}

#title-box
{
	position:relative; 
	background-color:#FFFFFF;
	top:10px;
	left:0px;
	height:30px;
	border-color: #666666;
	border-top-style: dashed;
	border-right-style: dashed;
	border-left-style: dashed;
	border-bottom-style: dashed;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	font-size: small;
}

#firefox-ad
{
	position:relative;
	background-color:#FFFFFF;
	top:20px;
	left:0px;
}

#body-box
{
	position:relative;
	background-color:#FFFFFF;
	top:20px;
	left:0px;
}


#ad-top-box
{
	position:absolute;
	background-color:#1F499B;
	top:25px;
	left:0px;
	width:336px;
	height:280px;
}

#file-box-header
{
	position:relative;
	background-color:#FF9933;
	top:25px;
	left:350px;
	width:410px;
	height:25px;
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

#file-box
{
	position:relative;
	background-color:#FF9933;
	top:30px;
	left:350px;
	width:410px;
/*	height:250px; */
	font-size: small;
}

#google-banner
{
	position:relative;
	background-color:#999999;
	top:30px;
	left:10px;
	width:728px;
	height:90px;
}

#header-artist-list {
	font-size: x-small;
}

#search-box	{
/*	position: relative; */
	background-color:#6CB53D;
	width: 600px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	padding: 5px;
}

form {
	display: inline;
}

#footer-box
{
	position:relative; 
	background-color:#999999;
	top:5px; 
	left:0px;
	height:70px;
	width: 750px;
	font-size: small;
	color: #FFFFFF;
}
#footer-box a{
	color: #FFFFFF;
	text-decoration: none;
}

#copyright
{
	position:relative;
	top:0px;
	right:10px;
	text-align: right;
	text-decoration:none;
	color:#FFFFFF;
}
