body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC66;
	background-color: #000000;
}

#wrapper {
margin:0 auto;
width:800px;
}

#main {
float:right;
width:500px;
}

#main2 {
float:right;
width:800px;
}

#sidebar {
float:left;
width:300px;

}

h1{
	letter-spacing: 3px;
	color: #FF9900;
}

h2 {
	color: #B21525;
	letter-spacing: 4px;
}

h3 {
	color: #B21525;
	letter-spacing: 2px;
}

p {
letter-spacing: 0px;
}

.diclaimer {
font-size: 11px;
}