/* CSS Document */
a:link {color: #990000; text-decoration:none}
a:visited {color: #990000; text-decoration:none}
a:hover {color: #FF6600; text-decoration:underline; cursor:hand}
a:active {color: #000099; text-decoration:none}
.footer{
	background-color: #CCCCCC;
	padding: 3px;
	}
.links{
	font-family: Arial;
	color: #FFFFFF;
	background-color: #000099;
	border: 1px solid #000000;
	padding: 1px 1x 1px 1px;
	font-weight: bold;
}
body {
	left: 0px;
	top: 0px;
	margin: 0px;
	background-image: url(images/logo_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;


}
.logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
	width: 750px;
}
h1 {
	font-size: 140%;
}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #666666;
	width: 190px;

}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	padding-left: 15px;
	border-left-width: 0px;
	border-left-style: none;
	padding-right: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;





}
.album {
	background-color: #CCFFCC;
	margin-left: 10px;
	width: 302px;
	padding-right: 5px;
	padding-left: 5px;


}
.calc {
	border: 0px 0 #FFFFFF;
}
.songs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #666666;
}
.shop {
	border-top: 1px dotted #006633;
	border-right: 1px dotted #006633;
	border-bottom: 1px dotted #006633;
	border-left: 0px dotted #006633;


}
.logos {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #FF0099;
	border-right-color: #FF0099;
	border-bottom-color: #FF0099;
	border-left-color: #FF0099;
}
