body {
	margin: 0px;
	padding: 0px;
	background: #464646 url(images/background.png) repeat-y center;
	color: #666666;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
#main {
	width: 1024px;
	overflow: hidden;
	position:relative;
	margin: auto;
}
#top {
	background: url(images/acai.gif) no-repeat;
	margin-top: 10px;
	height: 140px;
	width: 1004px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	width: 980px;
	float: right;
	display:inline;
	padding: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#content li {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 25px;
	color: #333333;
}
#footer {
	float: bottom;
	text-align: center;
	height: 100px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	width: 960px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}
#disclaimer {
	width: 780px;
	text-align: left;
	font-size: 9px;
	color: #CCCCCC;
	padding: 30px;
	margin-left: 10px;
	margin-right: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
h1 {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
h2{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #B8AFB6;
	text-decoration: none;
	font-weight: normal;
}
a {
	color:#D9015A;
	text-transform:none;
	text-decoration:none;
	letter-spacing:normal; 
}
a:hover {
	color:#BABABA;
	text-transform:none;
	text-decoration:none;
	letter-spacing:normal; 
}
