* {
	font-size: 12px;
	margin: 0;
	vertical-align: top;
}
body { 
	background-color: #26325C;
	background-image: url("images/gradient-bg.jpg");
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 12px;
	color: #f0f0f0;
}
a {
	color: #69998B;
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}
	a:active {
		text-decoration: underline overline;
	}

p {
	text-indent: 25px;
	padding-bottom: 15px;
}
		
h1,h2,h3,h4,h5 {
	font-family: Verdana;
}

img {
	vertical-align: middle;
	border: 0;
}

#container {
	width: 990px;
}

	#leftbar {
		width: 372px;
	}

		#menu {
			padding: 0;
			margin: 0;
			width: 100%;
			text-align: center;
		}
			#menu ul {
				margin: 0;
				padding: 0 0 0 30px;
				text-align: left;
				list-style-type: none;
			}
			#menu li {
				margin: 0 0 20px 0;
				padding: 0;
				border-bottom: 1px solid;
				border-right: 1px solid;
				border-color: #26325C;
				float: left;
			} #menu li:first-child { border-left: 1px solid #26325C; }
			#menu li a {
				display: block;
				width: 65px;
				padding: 5px 0 5px 10px;
				font-weight: bold;
				color: #f0f0f0;
			}
			#menu a:hover {
				background: #26325C;
				background-image: url("images/button.jpg");
			}

		#serverinfo { }
			.css {
				color: rgb(0,170,0);
				font-weight: bold;
			}
			.tf2 {
				color: rgb(170,0,0);
				font-weight: bold;
			}
			.trackers {
				margin-top: 5px;
			}

		#gametracker {
			margin: 0;
			padding: 0;
			text-align: center;
			width: 372px;
		}

	#content {
		width: 600px;
		padding: 6px;
		background-color: #26325C;
		background-image: url("images/gradient-bg-sm.jpg");
		background-repeat: repeat-x;
		border: 0px 5px 5px 0px;
		border-color: white;
		text-align: justify;
	}

	#title {
		font-size: 32px;
		display: inline;
		vertical-align: middle;
	}

.heading {
	font-size: 19px;
	margin-bottom: 5px;
}

.rules ul {
	padding-left: 10px;
}
