

body{
	color:#333;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(bars.gif);
}

#wrap{
	width:950px;
	position:relative;
	text-align:left;
	margin:0 auto; /* it's the auto that does the centralizing */
	background: black;
}

#screen{
	width:950px;
	float:left;
	margin-top:20px;
	border:3px solid #fff;
	background: #f0f0f0;
}

#header {
	background-color:#101010;
	margin:10px 10px 15px 10px;
	border-top:5px solid #404040;
	border-bottom:20px solid #101010;
	border-bottom:10px solid #404040;
	border-bottom:5px solid #909090;
}

#headTitle {
	color:#b000b0;
	font-size: x-large;
}

h1 {
	margin-top: 10px;
	margin-bottom:10px;
	font-size: 120%;
	color: white;
}

h2 {
	margin-top: 10px;
	margin-bottom:10px;
	font-size: 120%;
	color: black;
}

blockquote { 
	border:2px solid #333;
	padding:4px;
	background: #f9f9f9 none; 
	color: #000; 
	font-size: small;
}

#main{
	position:relative;
	float:left;
	width:430px;
	background: #f0f0f0;
	margin: 10px 10px 0 10px;
}

.mainBody p {font-size:100%;padding-bottom:10px;}

#lsidebar{
	float:left;
	width:230px;
	margin:10px 0 0 10px;
	color: white;
	background:#666;
	padding:5px;
	border-top:3px solid black;
	border-bottom:2px solid black;
}

#lsidebar p {padding-bottom:4px;}

#rsidebar{
	float:left;
	width:230px;
	margin:10px 10px 0 0;
	color: white;
	background:#666;
	padding:5px;
	border-top:3px solid black;
	border-bottom:2px solid black;
}

#rsidebar p {padding-bottom:4px;}

#paypal{
	float:left;
	width:230px;
	color: black;
	background:#f0f0f0;
}


.address {
	color: gray;
	float:left;
	font-size:xx-small;
}

a {
	color: #c0c0ff;
	text-decoration:none;
	line-height:140%;
}

a:hover {
	color: white;
	text-decoration:underline;
}

.download a {
	color:#66a;
	text-decoration:none;
}

.download a:hover {
	color:blue;
}


.download {
	font-size: small;
	color:#333;
	float:left;
}



.bottomLine a {
	color:#66a;
	text-decoration:none;
}

.bottomLine a:hover {
	color:blue;
}


.bottomLine {
	font-size: x-small;
	color:#888;
	float:left;
	border-top:1px solid #333;
	margin:20px 0 5px 0;
}

.faqq{
	padding-top:10px;
	font-weight:bold;
}

.faqa{
	padding-top:2px;
	color:#333;
}

.faqa a {
	color:#66a;
	text-decoration:none;
}

.faqa a:hover {
	color:blue;
}
