html, body {
margin: 0;
padding: 0;
background-image: url(images/stripe.png);
text-align: center;
}

#wrapper {
width: 970px;
margin: 0 auto;
text-align: left;
background-color: #0A0A0A;
}


#header {
height: 100px;
border-bottom: 5px solid #FF0066;
clear: both;
}

#hleft {
height: 100px;
float: left;
width: 520px;
}

#logo {
clear: both;
height: 60%;
}




#menu {
clear: both;
height: 30px;
}


#menu ul {
list-style: none;
padding: 0;
margin: 20px;
}

#menu li {
display: inline;
float: left;
padding: 0px 10px 0px 10px;
}

#menu a {
color: #ffffff;
font-family: Verdana;
font-weight: bold;
font-size: 12px;
text-decoration: none;
}


#menu a:hover {
color: #FF0066;
}


#hright {
height: 100px;
float: right;
width: 440px;
position: relative;
}

#address {
width: 296px;
float: left;
font-family: Verdana;
font-size: 11px;
font-weight: bold;
color: #fff;
padding-top: 10px;
text-align: center;
}

#colorchart {
width: 104px;
text-align: right;
float: right;
position: absolute;
bottom: 0;
right: 0;
}

#leftpane {
width: 210px;
float: left;
background-image: url(images/gradient.png);
background-repeat: repeat-y;
background-position: top right;
background-color: #0D0D0D;
height: 100%;
}

#button {
	border-right: 1px solid #000;
	padding: 0 0 0 0;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	color: #333;
	}

#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 1px solid #000000;
		margin: 0;
		}


#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #000;
		border-right: 10px solid #1C1C1C;
		background-color: #0A0A0A;
		color: #FF3399;
		text-decoration: none;
		width: 100%;
		}

	#button li a {
		width: auto;
		}

	#button li a:hover {
		border-left: 10px solid #000;
		border-right: 10px solid #1C1C1C;
		background-color: #000;
		color: #fff;
		}

#login {
padding: 10px;
font-family: Verdana;
font-size: 12px;
font-weight: bold;
color: #fff;
}

#login hr {
border: 0px;
background-color: #FF0066;
color: #ff0066;
height: 5px;
}

#login input {
border: 1px solid #FF0066;
background-color: #FA9DEC;
}

#rightpane {
width: 760px;
float: right;
text-align: center;
}

#footer {
clear: both;
text-align: center;
background-color: #000;
height: 30px;
color: #fff;
font-family: Verdana;
font-size: 11px;
padding-top: 10px;
}