/******************************************
 *	Design by: Subleme @clantemplates.com
 *	  + www.subleme.net
 *	Coded by: Adam @clantemplates.com
 *	  + www.adamzeman.com
 *                RMLR @clantemplates.com
 *        + www.rmlr.org
 ******************************************/
 
/**********
 * Layout:
 **********/
 
body {
	background: #000 url(imgs/background.jpg) no-repeat top center;
	font-family:"Trebuchet MS", sans-serif;
	font-size:12px;
	color:#010101;
	margin: 0px;
	padding: 0px;
	}
#container {
	clear: both;
	width:700px;
	margin-right: -220px;
	padding: 0px;
	position: absolute;
	right: 42%;
	}

div
{
	clear:	both;
}
a, a:visited
{
	color: #010101;
	text-decoration: underline;
}

.clear
{
	clear: both;
	height: 0px;
	overflow: hidden;
}
a, img
{
	border: 0px;
}

/**************
 * Navigation:
 **************/
 
#nav {
 	background: url(imgs/nav.jpg) top no-repeat;
	width:700px;
	height:39px;
	}
#nav ul {
	margin: 0px;
	padding: 0px;
	float:left;
	}
#nav li {
	float: left;
	padding: 0px;
	margin: 0px;
	display:inline;
	width: 100px;
	overflow: hidden;
	list-style:none;
	text-align:	center;
	}
div#nav ul li span {
	display: none;
	}

div#nav ul li a, div#nav ul li a:visited {
	color: #fff;
	text-decoration:	none;
	text-transform:		uppercase;
	font-size:		13px;
	line-height:		28px;
	font-weight:		bold;
	height: 39px;
	display: block;
	}
div#nav ul li a:hover, div#nav ul li#activep a
{
	background:	url(imgs/rollover.jpg) no-repeat;
	line-height:	39px;
}

/******************
 * Logo/clan name:
 ******************/

#container h1
{
	color:		#fff;
	clear:		both;
	height:		111px;
	line-height:	150px;
	margin:		0px;
	padding:	0px;
	font-size:	50px;
	font-family:	"Myriad Pro", Arial, sans-serif;
	text-transform:	uppercase;
	font-weight:	normal;
	margin-left:	20px;
}

/***********
 * Content:
 ***********/


#content
{
	width:	700px;
}
#content h1
{
	color:	#000;
	font-size: 17pt;
	line-height: 17pt;
	margin: 0px;
	padding: 0px;
	text-transform: none;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	height: auto;
}
#ctop
{
	background: url(imgs/ctop.gif) no-repeat;
	height:	15px;
	overflow: hidden;
	width: 700px;
}
#ccontent
{
	width: 700px;
	background: #fff;
}
#leftrow
{
	width: 496px;
	float: left;
	clear: none;
	min-height: 800px;
}
#cpad
{
	margin: 0px 15px;
}
#rightrow
{
	width: 204px;
	float: right;
	clear: none;
	padding-top: 8px;
}
#apad
{
	background: #e6e6e6;
	margin: 0px 1px;
}

.rhead
{
	background:	url(imgs/afc.gif) no-repeat;
	height:		22px;
	line-height:	22px;
	color:		#fff;
	padding-left:	5px;
}
#firstrh
{
	background:	url(imgs/afs.gif) no-repeat;
}
#apad a, #apad a:visited
{
	clear:		both;
	display:	block;
	font-size:	10pt;
}
.inpad
{
	margin:	0px 5px;
}

/**********
 * Footer:
 **********/

#footer
{
	background:	#fff url(imgs/footer.gif) no-repeat center;
	width:		700px;
	height:		37px;
	color:		#fff;
}
#footer a, #footer a:visited
{
	color:		#fff;
}
#footer #fl
{
	clear:		none;
	float:		left;
	width:		445px;
	line-height:	48px;
	height:		37px;
	overflow:	hidden;
}
#footer #fl p
{
	margin:		0px 15px;
}
#footer #fr
{
	text-align:	center;
	clear:		none;
	float:		right;
	width:		250px;
	height:		37px;
	line-height:	42px;
}
#footer #fr p
{
	margin:		0px 0px 0px -15px;
}