@charset "utf-8";
body {
	font-family: Tahoma, Arial, sans-serif;
	background-color: #111111;
	color: #ffffff;
	background-image: url(../images/moonbg2.jpg);
	background-repeat:no-repeat;
	background-position: top right;
	background-attachment:fixed;
	font-size: 12pt;
}

a:link {color: #6666FF; text-decoration: underline; }
a:active {color: #6666FF; text-decoration: underline; }
a:visited {color: #6666FF; text-decoration: underline; }
a:hover {color: #6666FF; text-decoration: none; }

.container {
	width: 1010px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	top: 0px;
	overflow: visible;
}

.orangeline
{
	width: 100%;
	height: 1px;
	background-color: #FF6600;
	padding: 0px;
	margin: 0px;
}

.blackline
{
	width: 90%;
	height: 1px;
	background-color: #000000;
	padding: 0px;
	margin: auto auto;
}

.pagetitle {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}

.bandtitle {
	font-size: 14px;
	font-weight: bold;
	color:#666699;
}


.topbar {
	width: 100%;
	background-color: #000000;
	margin: 0px;
}

.menu
{
	background-color:#FFFFFF;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
	color: #FF6600;
	text-align: center;
	text-transform: uppercase;
	height: 34px;
}

.menuitem
{
	float: left;
	padding-top: 5px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 18px;
}

.contentleft
{
	width: 650px;
	padding: 10px;
}

.contentright
{
	float: right;
	width: 300px;
}

.rightborder
{
	padding: 0px;
	margin: 0px;
	background-image: url(../images/border/top.png);
	height: 10px;
}

.testboxright
{
	margin-top: 0px;
	padding: 8px;
	background-color:#000000;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;	
	
}

.reviewscontainer
{
	padding: 8px;
	background-color: #000000;
	width: 628px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;	
}

p {
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
}

.reviewcontainer
{
	height: 90px;
}

.reviewline
{
	margin: auto auto;
	width: 90%;
	height: 1px;
	background-color: #FFFFFF;
}

.itemtitle
{
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
}

.rightboxtop
{
	background-image:url(../images/border/top.png);
	background-repeat: no-repeat;
	width: 300px;
	height: 5px;
	padding: 0px;
}

.rightboxbottom
{
	background-image:url(../images/border/bottom.png);
	background-repeat: no-repeat;
	width: 300px;
	height: 8px;
}

.leftboxtop
{
	background-image:url(../images/border/bigtop.png);
	background-repeat: no-repeat;
	width: 650px;
	height: 5px;
	padding: 0px;
}

.leftboxbottom
{
	background-image:url(../images/border/bigbottom.png);
	background-repeat: no-repeat;
	width: 650px;
	height: 8px;
}

.smokintrack
{
	margin-top: 0px;
	padding: 8px;
	background-color:#000000;
	background-image: url(../images/smokebg.jpg);
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;	
	
}

