/* Overide Default Tags */
html, body{
	background-color:#ffffff;
	background-position:0px 0px;
	background-repeat:no-repeat;
	color:#000000;
	margin:0px;
	padding:0px;
	font-size:14px;
	font-family:Arial;
	background-color:#ffffff;
}
img{
	border:0px;
}
a{
	color:#0000ff;
}
p,form{
	padding:0px;
	margin:0px;
}

/* Header & Footer */
div#header{
	width:820px;
	margin:0px auto 10px auto;
	position:relative;
	background-image:url(h.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:160px;
}
div#header div#logo{
	position:absolute;
	left:25px;
	top:0px;
}
div#header div#links{
	position:absolute;
	right:40px;
	bottom:20px;
	color:#ffffff;
}
div#header div#links a{
	color:#ffffff;
}
div#header div#top_ad{
	position:absolute;
	right:40px;
	top:30px;
	color:#ffffff;
	background-color:#000000;
}
div#footer{
	width:820px;
	margin:10px auto;
	background-image:url(f.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	height:30px;
	padding-top:8px;
}
div#footer a{
	color:#ffffff;
}

/* Main Page */
div#wrapper{
	width:820px;
	margin:0px auto;
}
div#c{
	width:800px;
	margin:0px auto;
}
div#l{
	float:left;
	width:584px;
	margin-left:10px;
}
div#r{
	float:right;
	width:170px;
	margin-right:10px;
	padding:5px 0px 5px 0px;
	border:3px outset #ff0000;
	-moz-border-radius:10px;
	text-align:center;
}
div.clear{
	width:700px;
	height:0px;
	clear:both;
}

/* Game Boxes */
div.gh{
	width:100%;
	padding:0px 0px 15px 0px;
	border:3px outset #ff0000;
	margin-bottom:20px;
	-moz-border-radius:10px;
}
div.gh.error{
	background-color:#ff0000;
	color:#ffffff;
}
div.gh b.t{
	display:block;
	margin:10px 0px 0px 10px;
	font-size:24px;
	font-family:"Bauhaus 93";
	font-weight:normal;
	text-decoration:underline;
	color:#ff0000;
}
div.gh b.t a{
	color:#ff0000;
}
div.g,*.ct{
	margin:10px 1px 0px 15px;
}
div.g a{
	display:block;
	width:94px;
	height:80px;
	text-align:center;
	border:2px outset #ff0000;
	text-decoration:none;
	padding-top:2px;
	-moz-border-radius:5px;
	font-size:10px;
}
div.g a img{
	border-bottom:2px solid #ff0000;
}
div.g a:hover{
	border-color:#ff0000;
	background-color:#ff0000;
	color:#ffffff;
}
div.g a:hover img{
	border-bottom:2px solid #00ff00;
}
a.rlink{
	float:right;
	margin-right:15px;
}

/* Link Exchange Page */
table.exchange{
	width:570px;
	border-collapse:collapse;
	margin:0px auto;
}
table.exchange td{
	padding:6px;
	border-bottom:1px solid #cccccc;
}
table.exchange td.l{
	color:#000000;
	text-align:left;
	font-size:12px;
}
table.exchange td.r{
	text-align:right;
	width:320px;
}
table.exchange td.r input{
	width:320px;
}

/* Misc */
*.fl{
	float:left;
}
*.fr{
	float:right;
}
img.fake_ad{
	background-color:#000000;
}
div.gh.all a.fl{
	display:block;
	width:20%;
	margin:3px 0px 3px 15px;
}

/* Contact Form */
form.contact{
	display:block;
	width:545px;
}
form.contact input[type="text"],form.contact textarea{
	width:100%;
	border:2px outset #ff0000;
	font-size:12px;
	padding:2px;
	margin-top:3px;
}
form.contact textarea{
	height:100px;
}
form.contact input[type="submit"]{
	cursor:pointer;
}