body {
	margin: 20px;
	padding: 1px;
	font-family: Calibri;
	color: orange;
	background: black;
	-moz-border-radius: 0 0 1.7em 1.7em;
}
a {
	color: red;
	text-decoration: none;
}
img {
	border: 0px;
	float: center;
	align:center;
}

#rightbanner {
	position: absolute;
	top: 5px;
	right: 45px;
	
}

#masthead {
	border: 2px solid orange;
	font-size: 14pt;
	color: white;
	background: black;
}

#ads {
	float: left;
}

#menubox {
	font-size :14pt;
	background: black;
	color: white;
	padding: 10px;
	float: center;
	Clear: center;
	width: 40%;
	-moz-border-radius: 2 2 1.7em 1.7em;
}

#newlyadded {
	font-family: ariel;
	font-size: 12pt;
	padding: 15px;
	float: center;
	Clear: center;
	text-align: center;
	}

#formsection {
    font-family: ariel;
	font-size: 10pt;
    color: blue;
	padding: 5px;
	
}

#footer {
	font-size: 10pt;
	padding: 5px;
	text-align: center;
}

#listgames {
	text-align: center;
	font-size: 12;
}

#navalpha {
	text-align: center;
	font-size: 12;
}

#gameinfo {
	font-size: 12pt;
	text-align: center;
	width: 70%;
}

#leftbox {
	font-size: 12pt;
	background: black;
	border: 1px solid white;
	color: white;
	padding: 5px;
	float: left;
	clear: left;
	width: 15%;
	-moz-border-radius: 0 0 1.7em 1.7em;
}

#mainbox {
	font-size: 12pt;
	background: black;
	width: 100%;
	color: white;
	padding: 5px;
	float: center;
	text-align: center;
//	-moz-border-radius: 0 0 1.7em 1.7em;
}

.center {
	text-align: center;
}

#rightbox h1 {
	font-size: 14pt;
	margin: 10px;
}

#rightbox p {
	margin: 5px 15px;
}


.highlight {
	color: red;
	font-weight: bold;
}

label {
        float: left;
        clear: left;
        text-align: right;
        width: 20%;
}

.thumbnail {
	float: left;
	padding: 2px;
	text-align: center;
	width: 138px;
	height: 156px;
}
