/* CSS Document */
a:link {color: #FF0000; text-decoration: underline; }
a:active {color: #FF0000; text-decoration: underline; }
a:visited {color: #FF0000; text-decoration: underline; }
a:hover {color: #FF0000; text-decoration: none; }


#notop {
	margin-top: 0;
}

#topbody {
	background-color: #000000;
	}
#mainbody {
	background-image: url('img/BG.jpg');
	background-position: 0px -50px;
	}
#leftbody {
	margin: 0;
	padding: 0;
	background-color: #000000;
	}
#pstyle {
  padding:0;
}
#text {
    width: 100%;
	line-height: 1.5em;
	color:  #FFE334;
	font-size:26;
	font-weight: normal;
	text-align:center;
	}
#rocktext {
    width: 100%;
	line-height: 1.5em;
	color:  #EFE7BD;
	font-size:26;
	font-weight: normal;
	text-align:center;
	}
#sizetext {
    width: 100%;
	color: #FFE334;
	font-size:20;
	font-weight: bold;
	text-align:center;
	}
#rocksizetext {
    width: 100%;
	color: #EFE7BD;
	font-size:20;
	font-weight: bold;
	text-align:center;
	}
#carttext {
    width: 100%;
	color: #CC0000;
	font-size:16;
	font-weight: normal;
	text-align:center;
	}
#shirtbody {	
	background-color: #DCDCDC;
	background-image: url('img/BG.jpg');
	background-position: -200px -138px;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em;	
	line-height: 2em;	
	color: #FFE334;
	margin-top: 0.1em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em
	}
#border{
	border-color:#aaaa00;
}


