/* CSS Document */
/* Redefining HTML tags sitewide */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	background-color: #F3EAD8;
	margin:0px;
	padding:10px;
	color:#000;
	scrollbar-face-color:#FFF;
	scrollbar-base-color:#FFF;
	scrollbar-arrow-color:#000;
	scrollbar-track-color:#FFF;
	scrollbar-shadow-color:#FFF;
	scrollbar-highlight-color:#FFF;
	scrollbar-3dlight-color:#000;
	scrollbar-darkshadow-Color:#000;
}

* {
	font-family: Georgia, "Times New Roman", Times, serif;
}

p {
	padding:0px;
	margin:0px 0px 8px 0px;
}

/* Main site structure */
#container {
	position:absolute;
	background-color:#F3EAD8;
	width:750px;
	height:450px;
	overflow:hidden;
	top:50%;margin-top:-225px;
	left:50%;margin-left:-375px;
}

#leftSide {
	float:left;
	width: 279px;
}

#leftTop {
	width: 279px;
	height: 211px;
}

#leftBottom {
	width: 279px;
	height: 239px;
	background-image: url(../images/bg_03.gif);
	background-repeat: no-repeat;
	text-align:right;
}

#leftBottom ol {
	list-style: none;
	margin: 0px 30px 0px 0px;
	padding: 0px;
}

#rightSide {
	float:left;
	width: 471px;
}

#rightTop {
	width: 471px;
	height: 210px;
	background-image: url(../images/bg_02.gif);
	background-repeat: no-repeat;	
}

#rightBottom {
	width: 471px;
	height: 240px;
	background-image: url(../images/bg_04.gif);
	background-repeat: no-repeat;
}

#scroller {
	width: 409px;
	height: 215px;
	overflow: auto;
}

#scroller div {
	width: 380px;
	height: 215px;
}

.rightTopImg {
	position: absolute;
	width: 285px;
	height: 135px;
	top: 64px;
}

.pageTitle {
	position: absolute;
	top: 166px;
	left: 575px;
}

#leftBottom #games { padding-top: 15px; }
