@charset "ISO-8859-1";

/**
 * EvoGaming Template provided by ClanTemplates.com
 * Use of this template is limited to the Terms and Conditions you agreed to on downloading this template.
 * Designed by: Subleme (http://www.subleme.net/, http://www.desiredmedia.nl/)
 * Coded by: redSHIFT (http://www.uvshock.co.uk/)
 * Copyright ClanTemplates.com
 * Read http://www.clantemplates.com/pages/legal/ for more information
 * Do not remove this notice.
 */

*
{
	font-family:					Calibri;
	color:						#ffffff;
}

body
{
	text-align:					justify;
	background:					#000000;
	margin:						10px 0px 10px 0px;
	font-size:					12px;
}

a img
{
	border:						0;
}


/** 
 * General Structure
 */

#container
{
	width:						975px;
	margin:						0 5px 0 5px;
	text-align:					left;
}

#columns
{
	display:					block;
	clear:						both;
	margin:						5px 0 5px 0;
}


/**
 * Navigation
 */
#navigation
{
	background:					#000;
	height:						0px;
	clear:						both;
	text-align:					center;
}

	#navigation a
	{
		height:					0px;
		display:				block;
		float:					left;
		text-decoration:			none;
		padding:				0px 0px 0px 0px;
		text-align:				center;
		font:					bold 15px "Trebuchet MS";
		text-transform:				uppercase;
		color:					#ffffff;
	}
	
		#navigation a:hover
		{
			background:			#000;
		}
	
	#navigation .right
	{
		background:				#000;
		width:					2px;
		float:					right;
		margin:					0 0 0 15px;
		height:					38px;
	}
	
	#navigation .left
	{
		background:				#000;
		width:					2px;
		margin:					0 15px 0 0;
		float:					left;
		height:					38px;
	}
	

/**
 * Banner (H1)
 */

h1
{
	clear:						both;
	height:						221px;
	margin:						0;
}


/**
 * Columns
 */

.col1,.col2
{
	float:						left;
}

.col1
{
	width:						85px;
}

.col2
{
	width:						500px;
	margin:						0px 50px 0px 50px;
}


/**
 * Column Bits
 */

/* Section headings (H2) */
h2
{
	margin:						0;
	background:					#000;
	height:						28px;
	clear:						both;
	padding:					0;
	font-size:					15px;
	text-transform:					uppercase;
}
	
	h2 span
	{
		float:					left;
		display:				block;
		background:				#000;
		height:					28px;
		padding:				5px 0 0 10px;
		width:					100px;
	}
	
	h2 span span
	{
		display:				block;
		float:					right;
		width:					100px;
		background:				#000;
		height:					28px;
		margin:					5px 0 0 0;
	}
.content
{
	background:					#000;
	margin:						0 0 0 0;
	}

	.content p
	{
		float:					none;
		margin:					0;
		padding:				5px;
	}
	
	.nolinks a
	{
		text-decoration: 			none;
	}

.col1 ul
{
	list-style:					none;
	margin:						5px;
	padding:					0;
	clear:						both;
	font-size:					11px;
}

	.col1 ul li
	{
		height:					2px;
		margin:					2px 0 10px 0;
		width:					185px;
		padding:				2px 0 0 10px;
	}
	
	.col1 ul li.h
	{
		background:				#000;
	}
	
	.col1 li a
	{
		display:				block;
		text-decoration:			none;
	}
		
		.col1 li a:hover
		{
			text-decoration: 	       overline underline;
		}


/** 
 * Spotlight
 */
#spotlight
{
	background:						#000;
	clear:							both;		
	margin:							5px 0 0 0;
	text-align:						center;
}
	
	#spotlight span
	{
		float:						left;
		display:					block;
		background:					#000;
		height:						28px;
		padding:					4px 0 0 0;
		width:						100%;
	}
	
	#spotlight span span
	{
		display:					block;
		float:						right;
		width:						4px;
		background:					#000;
		height:						28px;
		margin:						-4px 0 0 0;
	}
	
	#spotlight img {
		margin-top:					-10px;
	}
	
	.overlay
	{
		z-index:					100;
		position:					relative;
		top:						5px;
		left:						5px;
		margin-top:					0 !important;
		float:						left;
	}

/**
 * Corners
 */

.corners_top
{
	background:						#000;
	display:						block;
	height:							3px;
}

.corners_bottom
{
	background:						#000;
	display:						block;
	height:							3px;
}


/**
 * Column 1
 */
.col1 ul
{
	margin:							0 0 10px 0;
}


/**
 * Footer
 */
#footer
{
	clear:							both;
	height:							50px;
	background:						#000;
	padding:						0 5px 0 0;
}

	#footer a
	{
		display:					block;
		overflow:					hidden;
		height:						50px;
		float:						right;
		text-decoration:			none;
	}

	#designed_by
	{
		background:					#000;
		width:						123px;
	}
	
	#coded_by
	{
		background:					#000;
		width:						105px;
	}
	
	#of_ct
	{
		background:					#000;
		width:						126px;
	}


/**
 * Misc.
 */
.clear
{
	clear:							both;
}

.right
{
	float:							right;
}