*{
	outline:0;
	border:0;
}
body{
	background:#d7ecf4;
	margin:0;
	padding:0;
	font: 0.8em/1.5 "arial", sans-serif;
}
input,textarea{
	border:1px solid gray;
}
h2{
	border-bottom: 1px solid #D7ECF4;
	color: #3FA5CD;
	font-size: 18px;
}

#wrap{
	width:960px;
	margin:0 auto;
	min-height:600px;
	background:#FFF;
	-moz-box-shadow: 0 0 11px #77BEFF;
	-webkit-box-shadow: 0 0 11px #77BEFF;
	box-shadow: 0 0 11px #77BEFF;
}

.header{
	width: 940px;
	margin: 0 auto;
}

.top{
	height: 95px;
	background-color: #9FCF00;
	background-image: url('images/header.jpg');
}

.logo{
	position: relative;
	top: 9px;
	left: 9px;
	float: left;
}

input{
	padding:5px;
}
input[type=submit]{
	background:#2F2F2F;
	color:#FFF;
}
.search{
	float: right;
	margin-top: 25px;
	margin-right: 10px;
}

.nav{
	background-color:#2F2F2F;
	min-height:50px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-top: 10px;
}
.nav ul{
	margin: 0;
	list-style: none;
	padding: 0;
}

.nav ul li{
	display: inline;
}

.nav ul li a{
	color: #FFF;
	display: block;
	float: left;
	padding: 0 15px 0 10px;
	background: url("images/tray-separator.gif") 100% 50% no-repeat;
	text-decoration: none;
}
.nav ul li a:hover{
	text-decoration: underline;
}

.left{
	float:left;
	width: 735px;
	min-height:100px;
	padding-left: 10px;
}

.right{
	float:right;
	width: 200px;
	padding-right:10px;
	padding-top:10px;
}

.gameshow{
	border-bottom: 1px solid #D7F199;
	padding: 10px;
	float: left;
	width: 47%;
}

.bg{
	border-bottom: 1px solid #D7F199;
	background: #F1FADD;
}

.gameshow img{
	width:70px;
	height:60px;
	float:left;
	margin-right: 5px;
}

.gameshow a{
	color: #739D13;
}

.gameshow a:hover{
	color: #5E8011;
}

.both{
	clear:both;
}

.box{
	background-color: #D7ECF4;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:10px;
}

.lazy {
  display: none;
}

.box strong{
	color: #44A1CA;
	font-size:14px;
	text-transform: uppercase;
}

.inner-box{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#FFF;
	min-height:10px;
	margin-top: 7px;
	padding: 10px;
}

.inner-box span{
	padding:2px;
	float: left;
}

.inner-box span img{
	width: 70px;
	height: 60px;
}
.inner-box ul{
	margin: 0;
	list-style: none;
	padding: 0;
}

.inner-box ul li{
padding: 4px 4px 4px 15px;
background: url("images/tray-separator.gif") left no-repeat;
}

.inner-box ul li a{
	color: #00709b;
	text-decoration: none;
}
.inner-box ul li a:hover{
	text-decoration: underline;
}

.footer{
	padding: 10px;
	margin-top: 20px;
}

.footer,.footer a{
	font-size: 12px;
	color: #3FA5CD;
}

.footer a:hover{
	text-decoration: none;
}