/* StyleSheet for Quake Bots */


h1 {font-size: 32px;
		font-weight: bold;
		text-align:center;}

h2 {font-size: 24px;
		font-weight: bold;
		text-align:center;}

body {
	font-family: Arial,Helvetica,sans-serif;
	background: #997755;
	color: #000000;
}
form {
	width:500px;
	background:white;
	margin:auto;
	text-align:center;
	padding:8px 0;
}
form img {
	vertical-align:center;
}
header {
	height:200px;
	padding:auto;
	position:relative;
}
.i {
	font-style:italic;
}
.main {
	width:1000px;
	margin:0 auto;
}

.centreBots {
	width:388px;
	margin:auto;
	display:block;
}
.pbm {
	position:relative;
	display:block;
	height:100px;
}
.pbm p {
	text-align:center;
}
.hLeft {
	position:absolute;
	top:0;
	left:100px;
}
.hRight {
	position:absolute;
	top:0;
	right:100px;
}
hr {
	width:500px;
	height:24px;
	margin:12px auto;
	background-image:url(images/hrquake.gif);
	border:0;
}
a	{
	color: #cccc00;
	font-weight: bold;
	text-decoration: none
}
a:hover {color: #ffff00;}
a:visited {color: #000099;}
a:active {color: #0000ff;}

.headings {font-size:20px;color:#ffffff;font-weight: bold;}
.cl1 {font-family:Tahoma,Arial,Helvetica,sans-serif; font-size:14pt; text-align:center;}
.credits {
	font-size:10px;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-weight: bold;
	margin-top:16px;
	text-align:right;
}
.bold {font-weight: bold;}

div.gAd {
	width:728px;
	margin:4px auto;
}

/* Zeus */
h1.zeus {
	background:url(images/ZeusBot.gif) no-repeat;
	display:block;
	text-indent:-9999px;
	width:297px;
	height:64px;
	margin:0 auto;
}
figure.zeus {
	padding:8px;
	border:1px solid black;
	display:inline-block;
}
div.zeusl figure {
	float:left;
	margin-right:8px;
}
div.zeusr figure {
	float:right;
	margin-left:8px;
}

/* Reaper */
h1.reaper {
	background:url(images/ReaperBot.gif) no-repeat;
	display:block;
	text-indent:-9999px;
	width:351px;
	height:64px;
	margin:0 auto;
}
h2.rpGuide {
	background:url(images/guide.gif) no-repeat;
	display:block;
	width:276px;
	height:65px;
	margin:10px auto;	
	text-indent:-9999px;
}
div.pbm figure {
	margin:6px auto;
}