BODY.index {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	color: #333300;
	background-repeat: no-repeat;
	font-family: Veranda, Arial, Sans-Serif;
	font-size: 14px;
}

FORM {
	margin: 0px;
	padding: 0px;
}

H1.title {
	margin: 0px;
	padding: 0px;
}

#container {
	width: 100%;
	padding: 0;
	margin: 0;
}

#indexcontainer {
	width: 900px;
	margin: auto;
}

#topbox {
	position: absolute;
	top: 5px; left: 5px; right: 5px; height: 60px;
	text-align: center;
	padding: 15px;
	background-image: url('/images/jmj-title-bg.jpg');
}

#topboxleft {
	position: absolute;
	top: 0px; left: 0px; width: 8px; height: 90px;
	background-image: url('/images/jmj-title-left.jpg');
}

#topboxright {
	position: absolute;
	top: 0px; right: 0px; width: 8px; height: 90px;
	background-image: url('/images/jmj-title-right.jpg');
}

#flagbox {
	position: absolute;
	top: 95px; left: 15px; width: 80px; height: 690px;
	background-image: url('/images/jmj-flag.jpg');
}

#adbox {
	position: absolute;
	top: 105px; left: 110px; width: 322px;
	height: 560px;
	margin: 0px;
	padding: 0px;
}

#adbox2 {
	position: absolute;
	top: 75px; left: 10px; width: 170px; bottom: 10px;
}

#inneradbox {
	width: 320px;
	height: 510px;
	margin: auto;
	margin-top: 5px;
	padding: 0px;
}

#gamebox {
	position: absolute;
	top: 110px; left: 425px; right: 10px; bottom: 10px;
	padding: 0 5px 5px 5px;
}

* html #gamebox {
	width: 640px;
	height: 480px;
}

#bottombox {
	position: absolute;
	left: 195px; right: 10px; bottom: 10px; height: 30px;
	padding: 5px;
}

#flashgame {
	position: absolute;
	top: 0px; bottom: 0px; left: 0px; right: 0px;
 }
 
#innerchooser {
	width: 660px;
}

#chooser {
	overflow: auto;
	width: 660px;
	border: 2px solid #330;
}

 DIV.formbox {
	width: 204px;
	font-size: 1em;
	font-weight: bold;
}

IMG.chooseimg {
	border: 1px solid black;
}

DIV.specialbox {
	width: 642px;
	margin: 2px;
	padding: 2px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}

DIV.specialtitle {
	background-color: #979967;
	padding: 2px;
	width: 100%;
	margin-bottom: 4px;
}

TABLE.innertable {
	margin: auto;
}
SELECT.choosebox {
	width: 200px;
	margin-bottom: 1px;
	margin-top: 2px;
}

A.highscorelink {
	font-size: .7em;
	font-weight: normal;
	color: #333300;
}

A.link {
	color: #333300;
}

H2.pagetext {
	text-align: center;
	color: #333300;
}

P.pagetext {
	margin: 8px;
	color: #333300;
}

TABLE.score {
	width: 600px;
	border-collapse: collapse;
	margin: auto;
}

TD.score {
	border: 1px solid black;
	padding: 4px;
	font-weight: normal;
}

