body {
	background: #000000 url(images/body2.gif) top left repeat-x;
	padding: 0;	margin: 0;
	color: #d7cbdf;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 11px;
}
a.button {
	display: block;
	padding: 0.5em 1em;
	background: #232221 url(images/button.gif) top left repeat-x;
	font-weight: bold;
	font-size: 1.2em;
	border: 0 none;
	margin-bottom: 0.5em;
}
a.button:hover {
	border: 0 none;
	background-position: bottom left;
}
.normal {
	padding-top: 95px;
}
#wrapper {	padding: 16px 16px 64px 16px;	
	width: 780px;
}
#logo {
	width: 412px;
	height: 78px;
	position: absolute;
	background: transparent url(images/header.gif) top left no-repeat;
}
#showcase {
}
#mainimage {
	display: block;
	padding-top: 20px;
	margin-left: 16px;
}
a {
	color: #00a8ff;
	text-decoration: none;
}
p a, .linklist a {
	border-bottom: 1px solid #19252b;
}
p a:hover, .linklist a:hover {
	border-bottom: 1px solid #3b7593;
}
a img {
	border: 0 none;
}
#leftimage, #rightimage {
	position: absolute;
	border: 1px dotted #000000;
}
#leftimage:hover, #rightimage:hover {
	border: 1px dotted #44205e;
}
#leftimage {
	margin-left: 16px;
	margin-top: 340px;
}
#rightimage {
	margin-left: 500px;
	margin-top: 50px;
}

#details {
	margin-top: -80px;
	display: block;
	position: absolute;
	width: 780px;
	border-top: 1px solid #2a262b;
}
#details .col {
	width: 29%;
	position: absolute;
	padding-bottom: 64px;
}
#details #col2 {
	margin-left: 31%;
	margin-top: 336px;
}
#details #col3 {
	margin-left: 62%;
	margin-top: 336px;
}
#vid {
	width: 468px;
	padding: 0;
	position: absolute;
	border: 1px solid #1f1923;
	margin: 8px 0 0 31%;
}
#vid embed, #vid object {
	padding: 0;
	margin: 0;
}
h1 {
	color: #fff6d0;
	font-size: 1.6em;
}
h2 {
	font-size: 1.1em;
	border: 1px solid #1f1923;
	padding: 0.5em;
	color: #ff0084;
	margin: 0.8em 0;
}
h3 {
	font-size: 1em;
	padding: 0;
	color: #b902f5;
	text-transform: uppercase;
}
p {
	line-height: 175%;
	text-indent: 2em;
	margin: 0;
}
p.noindent {
	text-indent: 0;
}
p.centered {
	text-indent: 0;
	text-align: center;
}
ul.colorlist li {
	margin-bottom: 0.5em;
}
.code {
	border: 1px dotted #272725;
	padding: 0.5em;
}

ul.linklist {
	list-style: none;
	margin: 0.5em 0;
	padding: 0;
}
ul.linklist li {
	padding: 0 0 0.6em 0;
	margin: 0 0 0.5em 0;
	border-bottom: 1px solid #202020;
}