/* CSS Document */

/* mass reset */
html, body, form, fieldset {
	margin:0;
	padding:0;
	font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 0 0;
	padding:0;
}
li, dd, blockquote {
	margin-left:1em;
}
a:link, a:hover {
	text-decoration:none;
}
/* end reset */

/* structure */
#body {
	margin:0;
	padding:0;
	text-align:center;
	font-size:62.5%;
	background-color:#999999;
}
#wrapper {
	font-size:1.4em;
	width:100%;
	margin: 10px auto;
	text-align:left;
	background:#999999;
	margin-top:0;
}
#header {
	background:url(images/bkgd1.jpg) repeat-x bottom left;
	height:150px;
}
#logo {
	float:left;
}
#signup {
	float:right;
	height:150px;
	width:446px;
	background:url(images/headerR.jpg);
	background-repeat:no-repeat;
}
#buybutton {
	position: relative;
	height: 25px;
	width: 100px;
	left: 175px;
	top: 125px;
}
#content-wrapper {
	float:right;
	width:75%;
	clear:both;
	padding-top: 25px;
	padding-right:10px;
}
#content-inner {
	padding:5px 15px 0 15px;
	background-color:#FFFFFF;
	border: thin solid #666666;
}
#navigation {
	width:20%;
	float:left;
	padding-top:15px;
	clear:left;
}
#footer {
	clear:both;
	padding:1em;
}
/* end structure */


/* design */

h1.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #333333;
	background-position: center;
	text-align: center;
	margin: 1em 0;
	line-height: 1.4em;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color:#000033;
}
.image {
	text-align:center;
	text-decoration:none;
}
.image a:link, .image a:visited{
	text-decoration:none;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.titlelink a:link, .titlelink a:visited{
	text-decoration:none;
	color:#000033;
}
.Gtitlelink a:link, .Gtitlelink a:visited{
	text-decoration:none;
	color:#666666;
}
.Stitlelink a:link, .Stitlelink a:visited{
	text-decoration:underline;
	color:#666666;
}
h6.image {
	border:none;
}
.hidebox a:link, .hidebox a:visited{
	text-decoration:none;
	border:none;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	text-align:center;
	color:#666666;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	text-align:center;
	color:#666666;
}
h4.left {
	text-align:left;
}		
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.6em;
	text-align:left;
	color:#000000;
	margin:1em 0;
}
.center {
	text-align:center;
}
address {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.6em;
	text-align:left;
	color:#000000;
	margin:1em 0;
}
ul.artists {
	font-size:.6em;
	text-decoration:none;
	margin:0;
	padding:0;
	list-style-type:square;
}
#logo a:visited {
	text-decoration:none;
}
td {
	font-size:.8em;
}

td i{
	font-size:.8em;
}

/* This is the css style that will make your text blink.*/
.blinkytext {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 1.2em;
     text-decoration: blink;
     font-style: normal;
 }