@charset "utf-8";
/* CSS Document */

html,body{margin:0;padding:0}
body{
	font: 76% arial,sans-serif;
	text-align:center;
	background-color:#A83937;
	background-image: url(bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	color:#FFF;
}
div#header{position:relative; height:180px; background-image:url(header.jpg)}
div#container{text-align:left;width:920px;margin:0 auto}
div#wrapper{float:left;width:100%}
div#content{
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0px;
	padding: 10px;
}

div#content h1{
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin: 0px;
	padding: 4px;
	height: 22px;
	width: 100%;
	background-image: url(bar3.jpg);
	vertical-align: middle;
	color: #DDE3F3;
	float:left;
}

div#content h2{
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin: 0px;
	padding: 3px;
	height: 18px;
	width: 100%;
	background-image: url(bar4.jpg);
	vertical-align: middle;
	color: #DDE3F3;
	float:left;
}

div#navigation{float:left;width:250px;margin-left:-250px}
div#footer{
	clear:left;
	width:100%;
	background-image: url(bar3.jpg);
	height: 30px;
	overflow: hidden;
}

div#merry{
	padding: 10px;
	height: 160px;
	width: 145px;
	text-align: center;
	overflow:hidden;
}

div#menutitle{
	height: 30px;
	width: 250px;
	text-align: center;
	overflow:hidden;
	background-image: url(bar1.jpg);
 	font-size: 18px;
	color: #FCC;
}

div#menubar{
	height: 16px;
	width: 250px;
	text-align: center;
	overflow:hidden;
	background-image: url(bar2.jpg);
	font-size: 12px;
	color: #FCC;
}

div#menuntil{
	height: 55px;
	width: 120px;
	text-align: center;
	overflow:hidden;
	background-image: url(until.jpg);
	font-size: 14px;
	color: #FFF;
	padding-right: 130px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#menubar a{
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

div#menubar a:hover{
	font-weight: bold;
	color: #FEE;
	text-decoration: none;
}

#box {
	width: 100%;
	display:block;
	float:left;
}

#gamebox {
	display: inline;
	padding: 10px;
	float: left;
	height: 150px;
	width: 190px;
	overflow:hidden;
	text-align:center;
}

#box a{
	color:#CCF;
	text-decoration:none;
}

#box a:hover{
	color:#FFF;
	text-decoration:none;
}

h2 a{
	color:#9FC;
	text-decoration:none;
}

h2 a:hover{
	color:#FFF;
	text-decoration:none;
}

#content a{
	color:#CCF;
	text-decoration:none;
}

#content h3{
	width:100%;
	display:block;
	float:left;
}

#content a:hover{
	color:#FFF;
	text-decoration:none;
}
