/*
	The original Raid template for phpBB version 2+
	Created by iRn (c) 2000, 2006
	http://www.insanerabbit.net
	Don't be gay, let the link stay
*/




#copyright {
	width: 100%;
}

#copyright div {
	background-color: #780001;
	width: 1020px;
	white-space: nowrap;
	text-align: center;
	font-size: 11px;
	line-height: 30px;
	color: #FFF;
}

#copyright a {
	color: #FFF;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}

#copyright img {
	border: 0;
}

#admintd {
	background-color: #fafafa;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
}

#adminlink {
	width: 100%;
	height: 30px;
	background-color:#e8e4d9;
}

#adminlink div {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #e8e4d9;
	width: 770px;
	padding: 10px;
	font-size: 11px;
	color: #000;
}

#adminlink a {
	color: #000;
}

#adminlink a:hover {
	text-decoration: none;
}

.topic_icons img {
	padding-right: 7px;
}

.quote {
	font-size: 11px;
	color: #000;
	font-style: italic;
	background-color:#e8e4d9;
}

.code {
	font-family:"Courier New", Courier, mono;
	font-size: 11px;
	font-style: normal;
	color: #000;
}
.setbg{
	background-color:#e8e4d9;
}