html * {
	margin: 0px;
	padding: 0px;
}

body {
	color: #EEEEEE;
	font-size: 0.8em;
	line-height: 1.6em;
	font-family: tahoma, sans-serif;
	text-align: center;
	background: url("../static_images/elements/bg.png") repeat-x top left #333333;
	z-index: -1;
}

.clear {
	clear: both;
}

a:link, a:visited {
	color: #676767;
	text-decoration: none;
}

a:hover {
	color: #AAAAAA;
}

h1 {
	font-size: 1.3em;
	color: #FFE60A;
	margin-bottom: 5px;
}

	h1 a:link, h1 a:visited {
		color: #FFE60A;
	}

h2 {
	font-size: 1.1em;
	color: #AAAAAA;
	margin-bottom: 5px;
}

h3 {
	font-size: 1em;
	color: #AAAAAA;
	margin-bottom: 5px;
}
	
	h3 a:link, h3 a:visited {
		color: #CCCCCC;
	}
	
	
	h1 a:hover, h2 a:hover, h3 a:hover {
		border-bottom: 1px dotted white;
	}

	
p {
	line-height: 1.2em;
	margin-bottom: 10px;
}
	
/* Main Structure, wrap the whole layout in a div to keep it narrow and centered */

#wrapper {
	position: relative;
	top: 10px;
	width: 900px;
	margin: 0px auto;
	text-align: left;
	z-index: 0;

}

	#header {
		position: relative;
		width: 900px;
		height: 100px;
		background: url("../static_images/elements/header.png") no-repeat top left;
		z-index: 2;
	}
	
		#logo {
			position: absolute;
			top: -10px;
			left: -10px;
			width: 252px;
			height: 120px;
			background: url("../static_images/elements/cw-logo.png") no-repeat top left;
			z-index: 5;
			cursor: hand;
			cursor: pointer;
		}
		
		#warrior {
			position: absolute;
			top: 30px;
			right: 10px;
			width: 240px;
			text-align: right;
			height: 80px;
			z-index: 5;
		}
		
			#logo h1, #warrior h1 {
				display: none;
			}
			
		#banner_top {
			position: absolute;
			top: 22px;
			left: 190px;
			width: 468px;
			height: 60px;
			background: #555555;
			border: 1px solid #AAAAAA;
			z-index: 5;
		}
		
		#forum_top {
			position: absolute;
			bottom: 0px;
			right: 0px;
			width: 162px;
			height: 26px;
			background: url("../static_images/elements/forum_top.png") no-repeat bottom right;
			z-index: 1;
		}
	
	#left {
		position: relative;
		width: 130px;
		float: left;
		padding: 10px 0px 0px 0px;
		z-index: 2;
	}
		
		#left .block {
			position: relative;
			width: 120px;
			padding: 5px 5px 0px 5px;
			background: url("../static_images/elements/left_block.png") no-repeat top left;
			color: #333333;
			z-index: 3;
		}
		
		#left .block_bottom {
			position: relative;
			width: 130px;
			height: 5px;
			margin-bottom: 10px;
			background: url("../static_images/elements/left_bottom.png") no-repeat bottom left;
			z-index: 3;
		}
		
			#left ul {
				list-style: none;
			}
			
			#left ul li a:link, #left ul li a:visited {
				display: block;
				padding: 2px 0px;
				color: #333333;
				text-decoration: none;
				border-bottom: 1px solid #676767;
			}
			
			#left ul li a:hover {
				color: #AAAAAA;
			}
			
			.banner_left {
				position: relative;
				width: 120px;
				z-index: 5;
			}
		
		#steel {
			position: relative;
			width: 130px;
			height: 69px;
			background: url("../static_images/elements/steel.png") no-repeat top left;
			z-index: 5;
		}
		
		#advertise {
			position: relative;
			width: 130px;
			height: 130px;
			background: url("../static_images/elements/advertise.png") no-repeat top left;
			z-index: 5;
		}
	
	#content {
		position: relative;
		width: 588px;
		float: left;
		margin: 10px 0px 0px 10px;
	}
		
		#content .half {
			width: 270px;
			float: left;
			padding: 10px;
		}

		#content .third {
			width: 170px;
			float: left;
			padding: 10px;
		}
	
		#content div.article_1 {
			border: 1px solid #CCCCCC;
			padding: 10px;
			margin: 0px 0px 10px 0px;
			background: url("../static_images/elements/30_black.png");
		}
	
		#content div.article_2 {
			border-bottom: 1px solid #CCCCCC;
			padding: 10px 0px;
			margin: 0px 0px 10px 0px;
		}
		
		#content div.article_3 {
			border-bottom: 1px solid #888888;
			padding: 5px 0px;
			margin: 0px 0px 5px 0px;
		}
		
			#content div.read_more {
				float: right;
				margin: 0px 0px 2px 0px;F
			}
		
			#content div.read_more a:link, #content div.read_more a:visited  {
				width: 60px;
				height: 20px;
				background: url("../static_images/elements/read_more.png");
				color: white;
				font-size: 8px;
				font-weight: 800;
				text-transform: uppercase;
				text-align: center;
				display: block;
			}
			
			#content div.read_more a:hover {
				width: 60px;
				height: 20px;
				background: url("../static_images/elements/read_more_over.png");
				border: 0px solid white;
			}
			
			
		#content div.champ {
			float: left;
			width: 265px;
			border: 1px solid #CCCCCC;
			padding: 10px;
			margin: 0px 10px 10px 0px;
		}
		
		#content div.champ_list {
			float: left;
			width: 592px;
			border-bottom: 1px solid #CCCCCC;
			padding: 10px 0px;
			margin: 0px 0px 10px 0px;
		}
		
		
	
		#center_blocks {
			position: relative;
			width: 588px;
			height: 100px;
			background: url("../static_images/elements/center_blocks.png");
			margin: 0px 0px 10px 0px;
		}
		
			#latest_events {
				position: absolute;
				left: 73px;
				top: 33px;
				width: 210px;
				height: 62px;
				line-height: 1.1em;
			}
				
				#latest_events h1 {
					font-size: 1em;
				}
				
				#latest_events img.poster {
					position: absolute;
					top: -27px;
					left: -65px;
					width: 61px;
					height: 87px;
					border: 0px solid white;
				}
			
			#colms {
				position: absolute;
				left: 306px;
				top: 33px;
				width: 275px;
				height: 62px;
				/*background: url("../static_images/elements/colms.jpg");*/
				cursor: pointer;
				cursor: hand;
			}
			
			#info {
				float: right;
				width: 150px;
				padding: 10px;
				margin: 0px 0px 10px 10px;
				border: 1px solid #CCCCCC;
			}
			
			
			
			
			
			
			
			
			table.fight_card {
				width: 588px;
				margin: 5px 0px;
			}
				
				table.fight_card td {
					text-align: center;
					background: #444444;
				}
			
				table.fight_card td.text {
					width: 200px;
				}
				
				table.fight_card td.versus {
					width: 20px;
					font-weight: 800;
					text-align: center;
				}
			
				table.fight_card td.image {
					width: 84px;
				}
				
				
			table.form {
				width: 588px;
				margin: 5px 0px;
			}
				
				table.form td {
					background: #747474;
				}
				
				table.form td.name {
					width: 150px;
					padding: 4px 5px 4px 0px;
					text-align: right;
				}
				
				table.form th.head {
					width: 588px;
					height: 30px;
					background: url(../static_images/elements/form_01.png);
				}
			
				table.form th.foot {
					width: 588px;
					height: 30px;
					background: url(../static_images/elements/form_02.png);
				}
			
			
			
	
	
	#right {
		position: relative;
		width: 162px;
		float: right;
	}
	
		#right div.forum {
			width: 152px;
			background: url("../static_images/elements/forum_threads.png") no-repeat top center #D6D9DF;
			padding: 30px 5px 15px 5px;
		}
		
			#right div.forum ul {
				list-style: none;
			}
			
			#right div.forum ul li a:link, #right div.forum ul li a:visited {
				display: block;
				padding: 1px 0px;
				color: #333333;
				font-size: 0.7em;
				font-weight: 800;
				text-decoration: none;
				border-bottom: 1px solid #AAAAAA;
			}
			
			#right div.forum ul li a:hover {
				color: #AAAAAA;
			}
			
			#banner_right {
				position: relative;
				width: 160px;
				height: 600px;
				background: #555555;
				border: 1px solid #AAAAAA;
				z-index: 5;
			}
			
	
	#footer {
		font-size: 9px;
		text-transform: uppercase;
		color: #CCCCCC;
		margin: 10px 0px 0px 0px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/* Specific CMS Entries */

	#cms {
		position: relative;
		width: 760px;
		float: left;
		margin: 20px 0px 0px 10px;
	}
	
	#cms.cms {
		position: relative;
		width: 748px;
		padding: 10px 0px 10px 10px;
		border: 1px solid #6A133A;
		background: white;
		z-index: 3;
	}
	
	#cms.cms a:link, #cms.cms a:visited {
		color: #001549;
		font-weight: 800;
		text-decoration: none;
	}

	#cms.cms a:hover {
		text-decoration: underline;
	}

	#cms table.cms {
		width: 740px;
		border-collapse: collapse;
		margin: 0px 0px 20px 0px;
		color: black;
	}

	#cms table.cms td {
		padding: 5px 5px 0px 0px;
		margin: 5px 0px 0px 0px;
		border-bottom: 1px solid #999999;
	}

	#cms div.cms {
		width: 740px;
		margin: 0px 0px 20px 0px;
		color: white;
	}

	#cms div.cms div.article {
		padding: 2px 5px 0px 0px;
		margin: 4px 0px 0px 0px;
		color: black;
		border-bottom: 1px solid #999999;
	}

	#cms div.cms div.article a:link, #cms div.cms div.article a:visited {
		border-bottom: 0px solid white;
	}

	#cms div.cms img {
		border: 0px;
		margin: 0px;
		padding: 0px;
		float: left;
	}

	#cms table.form {
		width: 100%;
		color: black;
		text-transform: uppercase;
		margin: 10px 0px 0px 0px;
		padding: 10px;
		background: #CBDDFD;
	}

	#cms table.form td.label {
		text-align: right;
		padding: 0px 20px 0px 0px;
	}

	#cms table.form td.control {
		width: 400px;
	}

	#cms table.form td.control input {
		width: 400px;
	}

	#cms table.form td.control textarea {
		width: 400px;
		height: 100px;
	}

	#login {
		border: 2px solid red;
		width: 316px;
		margin: 100px 110px 150px 110px;
		padding: 15px;
		text-align: center;
		background: white;
	}