BODY {
	background-color: #FFFFFF;
	scrollbar-base-color: #FFFFFF; /* Scrollbar coloring */
	scrollbar-track-color: #FFFFFF;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	font-family: "Century Gothic", Century;
}

a:link, a:active, a:visited {
	color: #B70000;
	text-decoration: underline;
}
a:hover {
	text-decoration:none;
}
#bodyHold {
	height: 450px;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Century Gothic", Century;
	font-size: 13px;
	color: #000000;
	overflow: auto;
	position: relative;
	z-index:20;
}
#bodyHold a:link, a:active, a:visited {
	color: #B70000;
	text-decoration: underline;
}
#bodyHold a:hover {
	text-decoration:none;
}
#bodyNav {
	height: 190px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/nav_bg.gif);
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	z-index: 30;
}
#bodyFooter {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	font-family: "Century Gothic", Century;
	font-size: 11px;
	color: #666666;
	top:5px;
}
a:link.bodyFooter, a:active.bodyFooter, a:visited.bodyFooter {
	color: #B70000;
	text-decoration: none;
}
a:hover.bodyFooter {
	color:#666666;
	text-decoration:none;
}
#bodyNavInfo {
	position: relative;
	top: 124px;
}
#bodyNavGames {
	position: relative;
	top: 124px;
	left: 0;
}
#bodyNavContact {
	position: relative;
	top: 124px;
	left: -5px;
}
#gameDesc {
	width: 600px;
	position: relative;
	right: 0px;
	text-align: justify;
	font-size: 13px;
}
#gameRightCol {
	float: right;
	width: 630px;
	position: relative;
	top: 0px;
}
#gameLeftCol {
	float: left;
}
.gameTitle {
	font-size: 21px;
	font-weight: bold;
	color: #333333;
	font-style: italic;
}
.gameDevs {
	font-size: 15px;
	font-style: italic;
	margin-left: 5px;
}
.gameListing_rt {
	text-align: right;
	height: 100px;
}
.gameListing_lt {
	padding-bottom: 20px;
	height: 100px;
}
.gameShot_lt {
	float:left;
	padding-right:10px;
	border:0px;
}
.gameShot_rt {
 	float:right;
	padding-left:10px;
	border:0px;
}
#slideShowTop {
	text-align: center;
}
