/* CSS Document */

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* close commented backslash hack */

body {
	background:#3f3f3f;
	font-family:verdana;
	font-size:12px;
	margin:0
}
#container {
	margin:0 auto;
	width:950px;
}
#header {
	height:100px;
	position:relative
}
#logo {
	height:100%;
	width:290px;
	float:left;
	left:160px;
	position:relative;
}
#banner {
	height:100%;
	width:468px;
	float:right;
	top:20px;
	position:relative
}
#content_top {
	height:10px;
	width:950px;
	background:url(../images/content_top.gif) no-repeat;
	float:left;
	position:relative;
}
#content {
	width:950px;
	float:left;
	position:relative;
	background:#dc094e;
	background:url(../images/content_repeat.gif) repeat-y;
}
#content_bottom {
	height:11px;
	width:950px;
	background:url(../images/content_bottom.gif) no-repeat;
	float:left;
	position:relative;
}
#left_column {
	width:190px;
	float:left;
	position:relative;
	z-index:1;
	padding:0
}
#girl {
	width:217px;
	height:569px;
	top:-45px;
	left:-15px;
	position:absolute;
	float:left;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/girl.png');
}
/* Hide from IE-Mac \*/
html>body #girl {
	background:url(../images/girl.png) no-repeat;
}
/* End hide */
#description {
	float:left;
	margin-top:554px;
	left:15px;
	position:relative;
	width:150px;
	height:215px;
	padding-left:5px;
	padding-right:5px;
	font-family:verdana;
	font-size:11px;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/description.png');
}
/* Hide from IE-Mac \*/
html>body #description {
	background:url(../images/description.png) no-repeat;
}
/* End hide */
#bannerLeft {
	float:left;
	display:block;
	margin-top:15px;
	left:8px;
	position:relative;
	width:175px;
	height:131px;
}
#center_column {
	width:620px;
	float:left;
	position:relative;
	margin-top:10px
}
#center_column .top {
	position:relative;
	float:left;
	width:620px;
	height:9px;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/center_top.png');
}
/* Hide from IE-Mac \*/
html>body #center_column .top {
	background:url(../images/center_top.png) no-repeat;
}
/* End hide */
#center_column .content {
	float:left;
	position:relative;
	padding-left:10px;
	padding-right:10px;
	background:#ffcccc;
	width:600px;
	height:887px;
}
#center_column .bottom {
	position:relative;
	float:left;
	width:620px;
	height:9px;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/center_bottom.png');
}
/* Hide from IE-Mac \*/
html>body #center_column .bottom {
	background:url(../images/center_bottom.png) no-repeat;
}
/* End hide */
#right_column {
	width:120px;
	float:right;
	position:relative;
	right:10px;
	margin-top:10px
}
#skyscraper {
	position:relative;
	float:left
}
#other_games {
	text-align:center;
	position:relative;
	padding-top:10px;
	float:left;
	margin-top:13px;
	width:120px;
	height:280px;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/others.png');
}
/* Hide from IE-Mac \*/
html>body #other_games {
	background:url(../images/others.png) no-repeat;
}
/* End hide */
#footer {
	width:100%;
	text-align:center;
	float:left;
	height:45px;
	margin-top:10px;
	position:relative;
	font-family:tahoma;
	font-size:14px;
	color:#660000
}
#network{
	width:100%;
	text-align:center;
	float:left;
	height:25px;
	margin-top:0px;
	position:relative;
	font-family:tahoma;
	font-size:12px;
	color:#660000
}
#network img{
	margin-right: 2px;
}
#copy {
	font-size:9px;
}
#play {
	width:745px;
	float:left;
	position:relative;
	margin-left:10px;
}
#play .top {
	position:relative;
	float:left;
	width:745px;
	height:10px;
/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../images/play.png');
	background-position:top;
	background-repeat:no-repeat;
}
/* Hide from IE-Mac \*/
html>body #play .top {
	background:url(../images/play.png) no-repeat top;
}
/* End hide */
#play .content {
	float:left;
	position:relative;
	padding-left:10px;
	padding-right:10px;
	width:725px;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/play3.png');
	background-repeat:repeat-y
}
/* Hide from IE-Mac \*/
html>body #play .content {
	background:url(../images/play3.png) repeat-y;
}
#play .bottom {
	position:relative;
	float:left;
	width:745px;
	height:10px;
/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/play2.png');
	background-repeat:no-repeat;
}
/* Hide from IE-Mac \*/
html>body #play .bottom {
	background:url(../images/play.png) no-repeat bottom;
}
/* End hide */
.newsTitle {
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:12px;
}
.playTitle {
	font-family:tahoma;
	font-size:16px;
	font-weight:bold
}
.links {
	width:100%;
	text-align:center;
	color:#3B5D77
}
.banners {
	text-align:center;
	width:100%;
	position:relative;
	margin-top:15px
}
/* links */

a {
	text-decoration: none;
	color: #3B5D77;
	padding-top:10px;
}
a:hover {
	color: #668FA3;
}
a.newThumb img {
	border:5px solid #fff;
	width:100px;
	height:80px;
	outline:none
}
a:hover.newThumb img {
	border:5px solid #FFCC00;
}
a.otherThumb img {
	border:2px solid #fff;
	width:42px;
	height:32px;
	outline:none
}
a:hover.otherThumb img {
	border:2px solid #FFCC00;
}
a.playCateg {
	font-family:tahoma;
	font-size:16px;
	font-weight:bold;
	color:#993300;
	text-decoration:none
}
a.playCateg:hover {
	text-decoration:underline
}
a.page {
	font-family:tahoma;
	font-size:12px;
	padding-left:10px;
	color:#FF6600;
	outline:none;
}
a.page:hover {
	text-decoration:underline
}
h1 {
	font-family:verdana;
	font-size:24px;
}
h2 {
	color:#FF0000;
	font-size:14px;
	font-family:verdana;
}
h3 {
	font-family:verdana;
	font-size:14px;
	color:#CC9900;
	display:inline
}

