body {
	font: normal 12px Helvetica, sans-serif;
	background: #ffffff;
	margin: 20px;
	color: #000000;
	background-repeat: repeat;
	background-image: url(images/stars.png);
	}

/* LINKING */



a {
	color: #333;
	}

.box {
	width: 200px;
	height: 200px;
	border: 1px solid #666666;	
	text-align: right;
	vertical-align: text-bottom;
	display: block;
	font-size: 20px;
	}

a.box {
	font-size: 20px;
	}

	
a.button {
	padding: 4px 8px;
	border: 1px solid #ffffff;
	background: #666666;
	font-size: 12px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #ddd); /* for firefox 3.6+ */
	border: 1px solid #666666;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;	
	text-decoration: none;
	margin-bottom: 5px;
	}
	
a.button:active {
	background: #ff0000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cdcdcd', endColorstr='#ececec'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#cdcdcd), to(#ececec)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #cdcdcd,  #ececec); /* for firefox 3.6+ */
	}
	
.buttoncase {
	width: 100%;
	padding: 10px 0px;
	text-align: center;
	}	
	

h1 {
	font-size: 80px;
	color: #ff0000;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 65px;
	letter-spacing: -5px;
	margin: 0px;
	}

h2 {
	font-size: 40px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 35px;
	letter-spacing: 10px;
	margin: 0px;
	}

h3 {
	font-size: 24px;
	text-transform: uppercase;
	margin: 0px;
	}

h4 {
	font-size: 24px;
	margin: 0px;
	}

#pagewrapper {
	width: 920px;
	}

.box300,
.box600,
.boxevent {
	float: left;
	min-height: 100px;
	margin-top: 10px;
	vertical-align: top;
	padding: 10px;
	position: relative;
	/*-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;*/
	}

.box300 {
	width: 280px;
	}

.box600 {
	width: 590px;
	}
	
.boxevent {
	width: 900px;
	font-size: 14px;
	}
	
.boxevent a:link,
.boxevent a:visited {
	color: #000000;
	font-size: 18px;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
	margin: 0px 30px;
	}
	
.boxevent a:hover {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	}

.boxspace {
	margin-right: 10px;
	}

.boxred {
	background: #ff0000;
	}

.boxdarkred {
	color: #fb7777;
	background: #790000;
	}

.boxwhite {
	color: #333333;
	background: #ffffff;
	}

.boxgrey {
	color: #b7b7b7;
	background: #464646;
	}
	
.boxlightgrey {
	color: #333333;
	background: #e1e1e1;
	}
	
.boxbrown {
	color: #c7b299;
	background: #534741;
	}
	
	
/* CURRENT STAGE BOX */	
	
.currentstage {
	background-image: url(images/currentstage.jpg);
	height: 280px;
	}
	
#stagetag {
	background-repeat: repeat;
	background-image: url(images/80.png);
	position: absolute;
	top: 20px;
	left: 0px;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	width: 200px;
	padding: 5px;
	}
	
#stageinfo {
	background-repeat: repeat;
	background-image: url(images/80.png);
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-size: 12px;
	width: 300px;
	padding: 5px;
	}	
	
#stagetag a:link,
#stagetag a:visited,
#stageinfo a:link,
#stageinfo a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
#stagetag a:hover,
#stageinfo a:hover {
	color: #ff0000;
	text-decoration: none;
	}


/* COMMENT OF YOU BOX */

.commentofyou {
	background-image: url(images/envelope.jpg);
	background-position: top left;
	}
	

/* STORE PROMO BOX */	
	
.storepromo {
	background-image: url(images/storepromo.jpg);
	background-position: top left;
	height: 230px;
	}
	
#storetag {
	background-repeat: repeat;
	background-image: url(images/80.png);
	position: absolute;
	top: 20px;
	right: 0px;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	width: 200px;
	padding: 5px 10px;
	}
	
#storeinfo {
	background-repeat: repeat;
	background-image: url(images/80.png);
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 12px;
	width: 300px;
	padding: 5px;
	}	
	
#storetag a:link,
#storetag a:visited,
#storeinfo a:link,
#storeinfo a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
#storetag a:hover,
#storeinfo a:hover {
	color: #ff0000;
	text-decoration: none;
	}

	
/* PROFILE */

.boxprofile {
	background-repeat: no-repeat;
	height: 160px;
	padding-top: 160px;
	}	

.box1p {
	background-image: url(images/1p.png);
	background-color: #0000ff;
	}

.box2p {
	background-image: url(images/2p.png);
	background-color: #00ff06;
	color: #000000;
	}

.box3p {
	background-image: url(images/3p.png);
	background-color: #ff0000;
	}

.profilelinks {
	margin-top: 10px;
	}
	
.bottomtext {
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	}
	
#twitterbox {
	background-image: url(images/twitterbox.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 9px;
	}
	
#twittertext {
	color: #ffffff;
	background: #000000;
	width: 260px;
	padding: 5px;
	font-size: 11px;
	list-style-type: none;
	position: relative;
	}	

#twittertext a:link,
#twittertext a:visited {
	display: inline;
	color: #ff0000;
	}

#twittertext a:hover {
	color: #ffffff;
	}

/* BOTTOM LINK */
	
.bottomtext a:link,
.bottomtext a:visited {
	color: #ff0000;
	text-decoration: none;
	}