@charset "utf-8";
html {
	min-height: 100%;
	height: auto;
}

.clear{
	clear:both;
}
body {
	background-color: #fbeecf;
	margin:0px;
	padding:0px 0px 140px 0px;
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	color:#333333;
}
#footer{
	width:872px;
	margin:0px auto;
	padding:5px 0px 0px 0px;
	text-align:right;
}
#top{
	height:173px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#main{
	width:950px;
	margin:0px auto;
	padding:0px 0px 35px 0px;
}
#nav{
	margin-left:121px;
	margin-bottom:10px;
	height:39px;

}
#nav ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
#nav ul li{
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
}
#nav ul li a{
	display:block;
	height:39px;
	text-indent: -1000em;
}
.home{
	width:89px;
	background-image: url(../images/home.jpg);
}
.downloads{
	width:142px;
	background-image: url(../images/downloads.jpg);
}
.photos{
	width:112px;
	background-image: url(../images/pictures.jpg);
}
.contest{
	width:112px;
	background-image: url(../images/contest.jpg);
}
.games{
	width:227px;
	background-image: url(../images/games.jpg);
}
.showtimes{
	width:138px;
	background-image: url(../images/showtimes.jpg);
}

#content{
	width:872px;
	margin:0px auto;
	overflow:auto;
}
#content a{
	color:#9A7330;
}
#content h1{
	color:#9A7330;
	font-size:22px;
	margin:0px;
	padding:0px;
}
#content h2{
	color:#9A7330;
	font-size:16px;
	margin:0px;
	padding:0px;
}
#gamelist{
	float:left;
	width:600px;
}

#gamelist ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

#gamelist ul li{
	list-style:none;
	margin:0px;
	padding:2px 0px 5px 0px;
	float:left;
	width:200px;
}

#gamelist ul li a{
	color:#9A7330;

}
