body,td,th {
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #FFE3A1;
	line-height:1.3em;
}
body {
	background-image: url('images/background.jpg');
	background-repeat: repeat;
	background-color:#300E05;
	margin-top: 0px;
	padding:0;
	margin-bottom: 40px;
	
}
img {
	border-style:none;
}

a:link, a:visited, a:active, a.img:link, a.img:visited, a.img:active {
	color: #FFFFFF;
}

a:hover, a.img:hover {
	color: #FFFFFF;
	text-decoration:none;
}
.wrapper {
	border-style:solid none;
	border-color:#FFE3A1;
	border-width:2px;
	width: 950px;
	height: 600px;
	margin: 0 auto;
	padding:0;
	position:absolute;
	top:50%;
    	left:50%;
    	margin-left: -475px;
	margin-top: -300px;
}
.leftcol {
	float:left;
	width:60%;
	margin-left:0px;
	margin-top:0;
	height: 100%;
	background-image: url('images/lights.png');
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
}
.rightcol {
	float:left;
	width:40%;
	margin-right:0px;
	margin-top:10px;
	text-align:left;
}
.divs {
	margin: 0 auto;
	padding:0;
	background-image: url('images/tablebg.png');
	background-repeat:repeat;
	width:450px;
	height:100%;
	text-align:left;
}
.divsint {
	padding:30px 10px 10px 10px;
}
ul {
	list-style-type:none;
	padding: 0;
	margin-left: 0;
}
li {
	padding: 6px 0;
}
li.inline {
	display:inline;
	padding:0 7px 0 1px;
}
.strong {
	font-weight:bold;
}
.copy {
	position:absolute;
	font-size:10px;
	left:475px;
}