﻿body {
	background: #000000;
	font-family: Verdana, Geneva, sans-serif;
	color: #ffffff;
}

h1, h2, h3 {
	text-align: center;
}

h1 {
	font-size:30px;
	margin-bottom:0;
}
h2 {
	margin-top:0;
	font-size:24px;
}
h3 {
	font-size: 20px;
}
#main h3{
	text-align: left;
}

p {
	font-size: 14px;
	line-height: 20px;
}

.disclaimers {
	font-size:9px;
	line-height: normal;
}
a:link {
	color: #ffffff;
}
a:visited {
	color: #999;
}
#wrapper {
	width: 820px;
	margin: 0 auto;
}

.left, .right { 
	float:left;
	width: 48%;
	padding: 0 5px;
}

.left img, .right img {
	float:right;
}
.clear {
	display:block;
	height:0px;
	content: "";
	clear:both;
}

.left {
border-right: 2px solid #666666;
}

ul {
	font-size:13px;
	list-style: url('images/arrow.png');
}

.center {
	display: block;
	margin: 0 auto;
}

hr {
	color: #646464;
}

blockquote img { 
	float:right; 
	position:relative;
	top:50px;
	width:107px;

}