@charset "utf-8";
/* CSS Document */

div#main_border {
	background: #112240;
	width: 60em;
	margin: 0 auto;
}
div#main {
	background: #d9d9d9;
	width: 59.5em;
	margin: .25em;
}
body {
	margin-top: .5em;
	background: #1b3766;
}
div#top {
	padding-top: 1em;
	padding-bottom: .9em;
	padding-left: 1em;
}
div#hrz {
	height: .5em;
	background-color:#330033;
}
div#body {
	background-color: #404040;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: 700;
	color: #FFFFFF;
	margin: .5em .5em .5em .5em;
}
div#body_inner {
	background: #FFFFFF;
	margin: .25em;
}
div#body_inside {
	background: #737373;
	margin: .2em;
}
div#nav {
	float:left;
	width: 45em;
}
div#tower_box {
	float: right;
	width: 18em;
	text-align: right;
	margin-right: .25em;
}
div#clear {
	clear: both;
	text-align: left;
}
h2 {
	color: #992525;
}
h3#games {
	color: #b9dcd1;
	text-indent: .75em;
	background-color: #260026;
}
div#info {
	text-indent: 0em;
	padding-top: 1.2em;
	padding-right: 1.2em;
	padding-bottom: .25em;
	padding-left: 1.2em;
}
hr#header {
	width: 42em;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	color: #999999;
	
}
div#games {
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: groove;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	color:#000000;
	font-size: 0.8em;
	width: auto;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
	margin-right: 10em;
	padding: .25em;
	font-weight: normal;
}
div#games a:link {
	color: #3333CC;
	text-decoration: none;
}
div#games a:visited {
	color: #330066;
	text-decoration: none;
}
div#games a:hover {
	text-decoration: underline;
}
p#footer {
	font-size: .65em;
	text-align: center;
}
a:link {
	color:#85b2d7;
	text-decoration: none;
}
a:visited {
	color: #bf5ed4;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a:active {
	color: #d4ca5e;
}
img#title {
}
div#top_links {
	margin: .5em .5em .5em 0em;
}