@charset "utf-8";
/* CSS Document */

body {
	background-color: #666633;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	margin: 0px;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
#container {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#top-i {
	background-image: url(i/top.jpg);
	background-repeat: no-repeat;
	height: 211px;
	background-position: center;
	position: relative;
}
#nav {
	position: relative;
	top: 182px;
	text-align: center;
	color: #ffffcc;
}
#nav a:link {
	text-decoration: none;
	color: #FFC;
}
#nav a:visited {
	text-decoration: none;
	color: #FFC;
}
#nav a:hover {
	text-decoration: underline;
	color: #FFF;
}
#nav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#nav li {
	display: inline;
	font-size: 18px;
	padding-right: 5px;
	padding-left: 5px;
}
#main-top {
	background-image: url(i/tp-bdr.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 23px;
	margin-top: 5px;
}
#main-text {
	background-image: url(i/pg-tl.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: -5px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	color: #333300;
}
#text-right {
	width: 370px;
	float: right;
	line-height: 1.4em;
}
#text-left {
	float: left;
	width: 320px;
}
#holder {
	clear: both;
}
#main-bttm{
	background-image: url(i/bttm-bdr.jpg);
	background-repeat: no-repeat;
	height: 23px;
	background-position: 8px bottom;
}
#home-lnk {
	position: absolute;
	width: 300px;
	height: 100px;
	left: 413px;
	top: 69px;
}



.game-cell {
	padding: 5px;
	vertical-align: top;
}
.game-heading {
	padding: 5px;
	font-weight: bold;
	background-color: #663;
	color: #ECEBE6;
}
h3 {
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-transform: uppercase;
	font-weight: bold;
}
a:link {
	color: #663;
}
a:visited {
	color: #663;
}
a:hover {
	color: #4B4E27;
}

