*{
	margin:				0;
	padding:			0;
}
body{
	background-color:	black;
	font-family: 		Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
	font-size: 			10px;
	color:				white; /*#848484; */
	line-height:		1.5em;
	font-size:			0.75em;
	padding:			0px;
	text-align:			center;
	background:			url(images/bg.jpg);
	background-position:	top center;
	xbackground-repeat:	no-repeat;
}
img{
	border:			0;
}
ul, ol{
	border:				white 1px solid;
	border-collapse:	collapse;
	background-color:	black;
	padding-left:		30px;
	padding-top:		10px;
	padding-bottom:		10px;
}

table, tr, td, thead th{
	border:				white 1px solid;
	border-collapse:	collapse;
	background-color:	black;
	margin:				0px 0px 0px 0px;
}
thead th, tbody th{
	width:				500px;
	border:				1px solid white;
	padding:			0px;
	text-align:			center;
	padding:			5px;
	margin:				10px auto;
	font-weight:			bold;
	color:				white;
}
tbody th{
	width:			auto;
	text-align:		right;
	vertical-align:		top;
}
td{
	padding:			5px;
}
h1, h2, h3, h4, h5 ,h6{
	margin:				10px 0 15px 0;
	color:				white;
}
h3, caption{
	text-align:			left;
	background-color:	#040431;
	font-size:			1.2em;
	clear:				both;
	margin-bottom:		0;
	background:			url(images/table_bg.gif);
	height:				28px;
	padding:			2px 0 0 4px;
	background-repeat:	repeat-x;
	border-top:			1px solid white;
	border-right:		1px solid white;
	border-left:		1px solid white;
	border-bottom:		0;
	margin:				15px 0 0 0;
}
h3.form{
	width:				516px;
	margin:				0 auto;
	margin-top:			15px;
	margin-bottom:		-10px;
}
a:link, a:visited{
	color:				#E0FF76;
	text-decoration:	none;
}
a:hover, a:active{
	color:				#5CACFF;
	text-decoration:	underline;
}


p{
	text-align:			left;
	border:				1px solid white;
	position:			relative;
	padding:			10px;
	background-color:	black;
}

form.clan{
	width:				500px;
	border:				1px solid white;
	padding:			0px;
	text-align:			center;
	padding:			10px;
	margin:				10 auto;
	background-color:	black;
}
form.clan label{
	float:				left;
	width:				150px;
	color:				white;
	padding:			4px 8px;
	text-align:			right;
	clear:				left;
	margin-bottom:		4px;
}
form.clan input, form.clan textarea, form.clan select{
	color:				white;
	float:				right;
	width:				320px;
	clear:				right;
	margin-bottom:		4px;
	background-color:	black;
	border:				1px solid #8B8B8B;
	padding:			4px 8px;
}
form.clan select{
	font-size:			1.4em;
}
form.clan textarea{
	height:				150px;
}
form.clan input[type=submit]{
	margin-left:		180px;	/* Width of a label plus the padding */
	clear:				both;
	display:			block;
	float:				none;

	background-color:	black;
	background:			url(images/button_bg.gif);
	border-left:		1px solid #414141;
	border-top:			1px solid #414141;
	border-right:		1px solid #050505;
	border-bottom:		1px solid #050505;
	color:				white;
}
form.clan div{
	margin-left:		180px;	/* Width of a label plus the padding */
	clear:				both;
	display:			block;
	float:				none;
	padding:			0 0 5px 0;
	text-align:			left;
}
.curvy{
	border-radius:			10px;
	-moz-border-radius: 	10px;
	-webkit-border-radius: 	10px;	
}
#box{
	margin:				0 30px;
	text-align:			left;
}
#header{
	text-align:			center;
	height:				120px;
}
#nav{
	background-color:	black;
	text-align:			center;
	border:				1px solid white;
	position:			relative;
	top:				-15px;
	padding:			20px 10px 0px 10px;
	height:				35px;
}
#footer{
	margin:				10px;
}
.buttons{
	text-align:			center;
	border:				1px solid white;
	position:			relative;
	padding:			10px;
	background-color:	black;
}
#nav a, .buttons a, input.button{
	padding:			3px 10px;
	color:				white;
	text-decoration:	none;
	height:				35px;
}
#nav a:link, #nav a:visited, .buttons a:link, .buttons a:visited, input.button{
	height:				27px;
	background-color:	black;
	background:			url(images/button_bg.gif);
	border-left:		1px solid #414141;
	border-top:			1px solid #414141;
	border-right:		1px solid #050505;
	border-bottom:		1px solid #050505;
}
#nav a:hover, #nav a:active, .buttons a:hover, .buttons a:active{
	height:				27px;
	background-color:	black;
	background:			url(images/button_bg.gif);
	border-left:		1px solid #050505;
	border-top:			1px solid #050505;
	border-right:		1px solid #414141;
	border-bottom:		1px solid #414141;
}
#nav a:active{
	padding:			6px 8px 0px 12px;
}
.clan_tag{
	padding:			3px 5px;
	margin:				5px 5px;
	background-color:		#444;
}

