body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

body, p, td, div {
	font-family: "Arial", sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #FFFFFF;
}

img {
	border: none;
	outline: none;
}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

h1 {
	font-size: 15px;
	color: #EA3D40;
	line-height: 28px;
	letter-spacing: 1px;
}

p {
	color: #B3B3B3;
	line-height: 36px;
	font-size: 12px;
}

.subheader {
	color: #EA3D40;
	font-size: 10px;
	letter-spacing: 4px;
}

.highlight {
	color: #FFFFFF;
}

#wrapper {
	width: 100%;
	text-align: center;
}

#content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 38px;
	margin-bottom: 30px;
	width: 970px;
	text-align: left;
}

#navcont {
	zoom: 1;
}

#header {
	letter-spacing: 32px;
	margin-bottom: 30px;
}

#colors {
	float: right;
}

#sep {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #333333;
	margin-top: -14px;
	clear: both;
}

#copy {
	padding-top: 30px;
}

#left {
	float: left;
	width: 300px;
	border: 0px solid #FF0000;
}

#right {
	float: right;
	width: 600px;
	border: 0px solid #FF0000;
}

#right_about {
	float: right;
	width: 560px;
	border: 0px solid #FF0000;
}

#footer {
	color: #666666;
	text-align: right;
	padding-top: 12px;
}

#items {
	text-align: left;
}

#paging {
	text-align: right;
}

#thumbs {
	margin-top: 4px;
}

#thumbs div {
	text-align: center;
	border: 1px solid #383838;
	width: 74px;
	height: 74px;
	float: left;
	margin-left: -1px;
	margin-top: -1px;
}

#thumbs div img {
	margin-top: 1px;
}

:focus {
	outline: 0;
}

.thumbOut {
	background-color: #000000;
}

.thumbOn {
	background-color: #EA3D40;
}

.thumbOver {
	background-color: #EA3D40;
}

#photo {
	width: 602px;
	height: 475px;
}

#caption {
	font-size: 10px;
	text-align: right;
	color: #B3B3B3;
}

#text p {
	line-height: 24px;
	font-size: 11px;
	letter-spacing: 2px;
}

ul.subnav,
ul.subnav li {
	list-style: none;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	letter-spacing: 4px;
}

ul.subnav li.activeSub {
	padding-left: 15px;
	margin-left: -15px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	color: #EA3D40;
}

ul.subnav li:hover, ul.subnav li.activeSub:hover {
	padding-left: 15px;
	margin-left: -15px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
}

ul.subnav li.subheader {
	color: #FAD82B;
}
	
ul.subnav li a:link,
ul.subnav li a:visited	{ color: #B3B3B3; text-decoration: none; }
ul.subnav li a:hover	{ color: #EA3D40; }
ul.subnav li a:active	{ color: #EA3D40; }

ul.subnav li.activeSub a:link,
ul.subnav li.activeSub a:visited	{ color: #EA3D40; text-decoration: none; }


