* {
	margin: 0; 
	padding: 0;
}

body {
	background-color: #333;
	font-family: Verdana;
}

a:link, a:visited  {
	color: #ffd600;
	text-decoration: none;
}
a:hover {
	color: #ffc000;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#wrapper {
	width: 980px;
	margin: 15px auto 0 auto;
}

#topnav {
	width: 980px;
	height: 35px;
	background-image: url(/images/topnav_background.gif);
	background-repeat: no-repeat;
	clear: both;
}

#header {
	width: 980px;
	height: 125px;
	background-image: url(/bf1943/images/header.gif);
	background-repeat: no-repeat;
	clear: both;
}

#headerfooter {
	width: 980px;
	height: 15px;
	background-image: url(/images/headerfooter.gif);
	background-repeat: no-repeat;
	clear: both;
}

#contentbanner {
	width: 980px;
	clear: both;
}

#main {
	width: 980px;
}

#columnleft {
	width: 200px;
	margin: 0 10px 0 0;
	float: left;
}

#content {
	width: 560px;
	float: left;
}

#columnright {
	width: 200px;
	margin: 0 0 0 10px;
	float: right;
}

#footer {
	width: 980px;
	line-height: 19px;
	text-align: center;
	background-image: url(/images/footer.gif);
	margin: 0 0 20px 0;
	clear: both;
}

#footer  p {
	font-size: 0.8em;
	padding: 0;
	margin: 0;
}

p {
	color: #fff;
	margin: 0 0 15px 0;
	font-size: 0.9em;
}

/*TOPNAV*/
#headnav{
	margin: 0 40px 0 40px;
	font: bold 13px Arial;
	background-repeat: repeat-x;
	height: 35px;
}

#headnav li{
	display: inline;
}

#headnav li a{
	float: left;
	text-align: center;
	color: #fff;
	text-decoration: none;
	width: 150px;
	padding: 4px 0 0 0;
	line-height: 25px;
}

#headnav li a:visited {
	color: #fff;
}

#headnav li a:hover {
	color: #ffc600;
}

/*LEFTCOLUMN*/
#columnleft {
	width: 200px;
	font-size: 14px;
	color: #fff;
	float: left;
}

#columnleft ul{
	list-style: none;
	border: solid 1px #ccc;
	background-color: #111;
}

#columnleft li {
	border-bottom: 1px solid #111;
	text-align: left;
}

#columnleft li a{
	display: block;
	padding: 4px 10px 4px 5px;
	border-left: 10px solid #222;
	background-color: #262626;
	color: #fff;
	text-decoration: none;
	width: 173px;
}

#columnleft li a:hover{
	border-left: 10px solid #d9a800;
	background-color: #666;
	color: #fff;
}

.columnmenuheader {
	width: 200px;
	height: 20px;
	background-image: url(/images/column_header.gif);
	background-repeat: no-repeat;
	padding: 2px 0 0 8px;
	clear: both;
}

.columnmenuheader h4 {
	font-family: Arial;
	font-size: 0.8em;
	color: #ffc600;
}

.columnmenufooter {
	width: 200px;
	height: 25px;
	clear: both;
}

.article-wrapper {
	width: 560px;
	clear: both;
	margin: 0 0 15px 0;
}

.article-title {
	width: 545px;
	height: 20px;
	line-height: 20px;
	background-image: url(/images/content_header.gif);
	padding: 0 0 0 15px;
	clear: both;
}

.article-title h4 {
	font-size: 12px;
	color:#fff;
}

.article-content {
	width: 538px;
	padding: 10px;
	background-color: #262626;
	overflow: hidden;
	border: solid 1px #ccc;
	clear: both;
}

.article-content h3 {
	color: #cc0000;
}

.blocks {
	width: 178px;
	background-color: #262626;
	text-align: center;
	padding: 10px;
	border: solid 1px #ccc;
	clear: both;
}

.content-float-right {
	float: right;
	margin: 0 0 15px 15px;
}

.content-float-left {
	float: left;
	margin: 0 15px 15px 0;
}

img {
	border: none;
}

li {
	color: #fff;
}

ul#clanlist li{
	padding: 10px;
}

ul#clanlist li:hover {
	background-color: #666;
	padding: 10px;
}

hr {clear: both;}

.awards {
	width: 150px;
	height: 350px;
	min-height: 350px;
	margin: 10px;
	float: left;
}

.awards h5 {
	color: #fff;
}

.awards p {
	color: #fff;
	font-size: 0.8em;
}
