/*-- CSS by [wtf]f0nzie (www.deziddon.com) --*/

body {
	color: #808080;
	background-color: #000;
	font: 70% Tahoma, sans-serif;
	margin-right:auto;
	margin-left:auto;
	margin-top: 10px;
	text-align: center;
	}

h1 	{
	font-size: 160%;
	font-weight: bolder;
	padding-bottom: 2px;
	margin-bottom: 2px;
	}

h2 	{
	font-size: 120%;
	}

h3 	{
	font-size: 100%;
	font-weight: normal;
	}

h4 	{
	font-size: 80%;
	}

h5 	{
	font-size: 70%;
	}

h6 	{
	font-size: 60%;
	color: #c0c0c0;
	}

p	{
	padding-top: 0px;
	margin-top: 0px;
	}

a 	{
	color:#000;
	}
a:link {color:#000;}
a:visited {color:#000;}
a:hover {color:#c0c0c0;}

form	{
	margin: 0px;
	padding: 0px;
	}

form input{
	width: 100px;
	border: 1px #000 solid;
	}

form select{
	width: 200px;
	}

fieldset{
	padding: 5px;
	width: 550px;
	margin-bottom: 20px;
	}

legend	{
	font-weight: bold;
	color: rgb(0,81,153);
	padding-left: 5px;
	padding-right: 5px;
	}

.InputSubmit{
	font-weight: bold;
	margin-top: 20px;
	background-color: #fff;
	border-top: 1px #000 solid;
	width: 100px;
	}

#container{
	width: 616px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 0px;
	background-color: #fff;
	text-align: left;
	border: 1px rgb(73,103,145) solid;
	}

#header	{
	width: 616px;
	height: 212px;
	background-image:url(/media/img/fightclub.jpg); 
	background-position: top right;
	background-repeat: no-repeat;
	background-color: rgb(228,236,238);
	border-bottom: 10px rgb(73,103,145) solid;
	}

#header h1{
	display: none;
	}

#header a {
	color: rgb(73,103,145);
	font: 110% Tahoma, sans-serif;
	width: 90px;
	padding-left: 12px;
	text-decoration: none;
	background-image:url(/media/img/nav_bg.gif); 
	background-position: center left;
	background-repeat: no-repeat;
	font-weight: bold;
	}
#header a:link {color: rgb(73,103,145);}
#header a:visited {color: rgb(73,103,145);}
#header a:hover {color: #fff;}

#header ul{
	width: 134px;
	list-style: none;
	margin: 0;
	padding: 3px;
	padding-top: 8px;
	border: none;
	}
		
#header li{
	margin: 0;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	background-image:url(/media/img/bg_bottom.gif); 
	background-position: bottom left;
	background-repeat: no-repeat;
	}


#content{
	color: rgb(73,103,145);
	width: 606px;
	text-align: left;
	padding: 5px;
	background-color: rgb(13,44,88);
	}


#footer	{
	color: #fff;
	text-align: center;
	font: 90% Tahoma, sans-serif;
	width: 616px;
	height: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: rgb(73,103,145);
	}

#footer a {
	color: #fff;
	}
#footer a:link {color: #fff;}
#footer a:visited {color: #fff;}
#footer a:hover {color: #808080;}
