body{
	background-color: #000000;
	color: #999999;
	font-size: small;
	font-family: Helvetica;
	margin: 0;
	padding: 0;
	text-align: center;
}

img, div, input, a { 
	behavior: url("../iepngfix.htc") 
	border: 0;
}

/*
#wrapper{
	width: 600px;
	margin: 0 auto;
}
*/

.logo {
	border: 0;
	display: block;
	margin: 10px auto;
}

#left{
	width: 150px;
	height: 1000px;
	float: left;
	position: fixed;
	top: 0;
	background-color: #999999;
	background-image: url(images/side_art.jpg);
	background-repeat: repeat-y;
}

#left img {
	border: 0;
}

#right{
	width: 150px;
	height: 1000px;
	float: left;
	position: fixed;
	margin: 0	0	0	850px;
	background-image: url(images/side_art.jpg);
	background-repeat: repeat-y;
}

hr {
	border: 0;
	color: #333333;
	background-color: #333333;
	height: 1px;
	width: 100%;
	clear: both;
}

/* --------- Text Styles --------- */

h1 {
	font-size: 150%;
	text-align: center;
}

h2 {
	font-size: 120%;
	text-align: left;
}

h3 {
	font-size: 110%;
	text-align: left;
}

p {
	font-family: Arial;
	font-size: 100%;
	text-align: left;
}

#home p, #contact p, #contact h2 {
	text-align: center;
}

a {
	color: #666666;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

.centered{
	text-align: center;
}


/* --------- Navigation --------- */

#nav {
	margin: 5px auto;
	height: 25px;
	text-align: center;
}

#nav a {
 text-decoration: none;
 color: #333333; /* #FF0000 */
 font-size: 140%;
 letter-spacing: 1px;
 padding: 0 10px 0 10px;
}

#nav a:hover {
 color: #666666;
}

.active{
 color: #999999;
}


/* --------- Content --------- */

#contact {
	text-align: center;
}

.release {
	width: 100%;
	padding: 10px 0 10px 0;
}

.release h3 {
	display: block;
	margin: 0 10px 10px 160px;
}

.release p {
	margin: 0 10px 10px 160px;
}

.release form{
	display: block;
	margin: 0 0 0 160px;
	width: 85px;
}

.releaseImage {
	float: left;
	padding-right: 10px;
	margin: 0 0 10px 0;
}

#news ul{
	list-style-type: none;
	text-align: left;
}

#store_special{
	margin: 0 10px 10px 160px;
	border: solid 1px #333333;
	padding: 8px;
}

#store_special p, #store_special form{
	margin-left: 0;
}
