:-moz-any-link:focus {
  outline: none;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 15px;
}
h1 {
	font-size: 36px;
	font-weight: normal;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	text-shadow: 1px 1px 2px #ffffff; 
	font-size: 22px;
	font-weight: bold;
	color: #000;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
}
p {
	margin:4px 0 14px 0;
}
b, strong {
	color: #000000;
}
img {
	border: none;
}
a:link, a:visited {  
	text-decoration: underline; 
	color: #000;
}
a:hover {
	color: #000000;
	background-color: #FFFFFF;
}
#container {
	margin: 0 auto;
	padding: 0;
	width: 500px;
	text-align: left;
	overflow: visible;
	background-image: url(../images/bg-inner.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#header {
	position: relative;
	z-index: 1;
	height: 171px;
	display:block;
	margin: 0;
	padding: 0;
}
#header-flash-container {
	margin:0;padding:0;
	width:500px;
	height:171px;
	overflow:visible;
	position:relative;
	z-index:1;
}
#header-flash-container object {
	position: relative;
	z-index: 3;
}
#header-flash {
	position:relative;
	z-index:2;
	display:block;
	margin: 0;
	padding: 0;
	height: 171px;
	overflow:hidden;
}
#header-flash p {
	text-align: center;
	padding:0 110px;
	font-style: italic;
}
#content {
	margin:0;
	padding: 15px 25px;
	text-align: justify;
	position: relative;
}
#comments {
	text-align: left;
	width: 450px;
	margin:0 auto;
	padding:10px 0 0 0;
	background-color: #D9D9D9;
	border: 1px solid #333;
	color: #000;
}
.comment-block {
	margin:0 0 0 26px;
	padding:12px 0 15px 0;
	border-bottom: 1px dotted #BBB;
	width: 395px;
}
#leave-comments {
	margin:40px 0 0 0;	
}
#footer {
	margin:0;
	padding: 45px 0 10px 0;
	text-align: center;
	/*font-size: 11px;*/
}
#sponsors {
	margin:20px 0 50px 0;
	padding: 0;
}
address {
	clear: both;
	font-style: normal;	
	display: inline;
}
.admin {
	margin: 30px 0 0 0;
}
#raffle-button {
	position: absolute;
	z-index: 1001;
	left:-168px;
	width:200px;
	top: 36px;
}
#raffle-button a:hover { background: none; }

.raffle-container {
	position: relative;
	overflow: visible;
	padding:10px;
	width:240px;
    background-color: #FFFAEC;
    border: 2px solid #000000;
    float: left;
    margin: 10px 13px 20px 0;
    -moz-box-shadow:0px 0px 15px #A99;
	-webkit-box-shadow:0px 0px 15px #A99;
    box-shadow: 0 0 15px #A99;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.raffle-container-title {
	position: absolute;
	left: -52px;
	top: -15px;
}
#raffle-comic {
	width: 500px;
	left:-24px;
	position: relative;
}
.raffle-form-table {
	margin-top:10px;
}
.raffle-form-table td {
	padding:8px 0;
}
.raffle-info p { margin-bottom:5px; }
.raffle-prizes {
	margin:0px 0 10px 243px;
	padding:0 0 0 35px;
	font-size:11px;
	line-height:1.2em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	list-style-type: none;
	list-style-position: inside;
}
.raffle-prizes li {
	text-align:left;
	padding-bottom:5px;
}
.raffle-prizes li span {
	display:none;
	line-height: 1.2em;
	margin:3px 0 0 0;
    background-color: #FFFAEC;
	padding:4px 1px 4px 6px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	border-left: 1px solid #000;
}



.nav {
	border-bottom: 1px solid #A1A1A1;
	margin: 1em 0 15px;
	padding: 0.6em 10px 0 10px;
	font-weight: bold;
	font-size:11px;
}
#header-flash .nav {
	bottom:0;
	left:0;
	position:absolute;
	margin: 1em 0 0 0;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid black;
}
form {
	margin:0;
	padding:0;
}
.nav ul, .nav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav ul {
	padding: 5px 0 4px;
	text-align: center;
}
.nav ul li {
	display: inline;
	margin-right: -4px;
}
.nav ul li a {
	background: url(../images/tableft.gif) no-repeat left top;
	color: #333;
	text-decoration: none;
	padding: 5px 0;
}
.nav ul li span {
	background: url(../images/tabright.gif) no-repeat right top;
	padding: 5px 10px 5px 5px;
	margin: 4px 0 4px 4px;
}
.nav ul li a:hover span {
	text-decoration: underline;
	background-position: 100% -75px;
	color: #fff;
}
.nav ul li a:hover {
	background-position: 0 -75px;
}
.nav #current a {
	background-position: 0 -150px;
}
.nav #current a span {
	background-position: 100% -150px;
}
