body {
color: white;
font-family: Garamond;
background-color: #191812;
background-repeat: no-repeat;
margin: 0px
}

a:link {
color: #eb9e36;
text-decoration: none
}
a:visited {
color: #eb9e36;
text-decoration: none
}
a:hover {
color: #eb9e36;
text-decoration: underline
}

.err {
color: red;
font-weight: bolder
}

.username {
visibility: hidden;
display: none
}

.important {
color: #ffff40
}

#login {
border: 1px solid;
border-color: #b60000 #980001 #980001 #b60000;
padding: 5px;
}

#footer {
margin-top: 20px;
}

#intro {
padding: 5px;
}

#intro h1 {
font-size: 130%;
}

#intro h2 {
font-size: 100%;
font-weight: normal;
}

#links {
font-size: 90%;
text-align: center;
}

.tour {
width: 100%;
border: 1px #eb9e36 solid;
border-color: #b60000 #980001 #980001 #b60000;
padding: 5px;
margin: 5px 0px 5px 0px;
}

#intro .tour h2 {
font-size: 105%;
font-weight: bold;
}

#intro .tour p {
text-align: justify;
}

label {
cursor: pointer;
}

.headline {
font-weight: bold;
}
.headlinetime {
font-size: 80%;
}
.newstext {
font-size: 90%;
}
.newsmore {
display: none;
}
.tborder {
border: 1px #303030 solid
}
.theader {
background-color: #303030;
font-weight: bold
}
.alt0 {
background-color: #101010
}
.alt1 {
background-color: #202020
}
.donator {
color: #e83636
}

@media screen {
	body {
	background-image: url('img/pirate41.png');
	}
	
	#banner {
	position: absolute;
	width: 472px;
	height: 152px;
	left: 420px;
	top: 2px;
	}

	#main {
	position: absolute;
	left: 415px;
	top: 160px;
	}
	
	#actions {
	width: 410px;
	border: 1px #eb9e36 solid;
	border-color: #b60000 #980001 #980001 #b60000;
	text-align: left;
	margin: 0px;
	margin-top: 5px;
	height: 1.3em;
	float: left;
	}

	#actions marquee {
	height: 1.3em;
	overflow: hidden;
	position: absolute;
	text-align: center;
	/*
	left: 0px;
	top: 0px;
	*/
	width: 410px;
	}
	
	.btn {
	background-image: url('img/buttonheader.gif');
	background-repeat: no-repeat;
	background-position: top center;
	cursor: pointer;
	padding-top: 22px;
	-padding-top: 20px;
	}

	.btn input {
	cursor: pointer;
	color: #eb9e36;
	font: bold 84% 'trebuchet ms',helvetica,sans-serif;
	background-color: #2f2f2f;
	background-image: none;
	border: 1px solid;
	border-color: #e9b16f #a05906 #a05906 #e9b16f;
	margin-top: 18px;
	-margin-top: 20px;
	}

	.btnhov input {
	background-color: #b60000;
	}
}

@media handheld {
	#prizes {
	display: none;
	}
	#news {
	display: none;
	}
}