body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#container {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	
}

.top {
	background: url(../images/top.jpg) repeat-x;
}

.bottom {
	background: url(../images/bottom.jpg) repeat-x;
}

.swf {
	background: #e5e2cb;
	height: 550px;
	text-align: center;
}

#bttmright {
	width: 320px;
	text-align: left;
	margin-top: 42px;
	float: right;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding-left: 60px;
	padding-right: 60px;
}

#bttmleft {
	width: 340px;
	text-align: right;
	margin-top: 40px;
	padding-right: 20px;
	float: left;
}

#bttmleft ul {
	list-style: none;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

#bttmleft li {
	margin-bottom: 6px;	
}

#bttmleft li a {
	color: #666666;
	text-decoration: underline;	
}

#bttmleft li a:visited {
	color: #666666;
	text-decoration: underline;	
}

#bttmleft li a:hover {
	color: #ba824b;
	text-decoration: underline;	
}

#footer {
	clear: both;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: right;
	padding-right: 20px;
	padding-top: 14px;
}
