body {
	background: #EDEDED;
	color: #000;
	font-family: verdana, arial, times new roman;
	padding: 0px;
	margin: 0px;
	margin-top: 2px;
	position:relative;
}

#upload, #categories, #edit, #settings, #notices, #noticeedit, #del {
	width: auto;
	position: absolute;
	float: left;
}

#page {
	width: 1000px;
	margin: auto auto 0px auto;
	overflow: hidden;
	min-height: 800px;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header {
	width: 1000px;
	overflow: hidden;
}

#header .tophead {
	width: 994px;
	height: 42px;
	background: #E9F0F8;
	border-right: 3px solid #0A55AD;
	border-left: 3px solid #0A55AD;
	border-top: 3px solid #0A55AD;
	background-image: url("rlax.PNG");
	background-repeat: no-repeat;
	background-position: bottom left;
}

#admin {
	float: right;
}

#header .midhead {
	height: 20px;
	background: #0A55AD;
	color: #FFF;
	width: 400px;
	position: absolute;
	padding: 2px;
}

#header .cats {
	float: right;
	padding-right: 3px;
	background: #0A55AD;
	width: 597px;
	text-align: right;
	height: 24px;
}

.cats a, #cats a:visited {
	text-transform: uppercase;
	font-size: 10px;
	padding: 5px 5px 4px 5px;
	margin: 0 0 0 3px;
	color: #0A55AD;
	background: #E9F0F8;
}

.non a{
	background: #FFF;
	padding: 2px 5px 4px 5px;
}

#admintabs a {
	text-transform: uppercase;
	font-size: 10px;
	padding: 5px 2px 5px 2px;
	margin-left: 2px;
	color: #0A55AD;
	background: #E9F0F8;
	line-height: 27px;
}

#admintabs a:hover {
	background: #7AA3D3;
	text-decoration: none;
	color: #FFF;
}

.cats a:hover {
	background: #7AA3D3;
	text-decoration: none;
	color: #FFF;
}

.notices {
	width: 820px;
	height: auto;
	margin: 5px 5px 0 0;
	background: #B51111;
	color: white;
	font-size: 12px;
	padding: 2px 2px 2px 10px;
}

.notices ul
{
	margin-left: 5px;
	list-style-type: square;
	list-style-position: inside;
}

.notices h3 {
	margin: 0 0 0 -5px;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: bold;
	color: white;
}

#content {
	width: 815px;
	margin: 5px 5px 0 0;
	background: #FFF;
	border: 3px solid #A9A9A9;
	padding: 2px 2px 2px 10px;
	font-size: 12px;
	//	float: left;
	min-height: 582px;
}

#content .float {
	float: left;
}

#content .playgame b {
	margin: 2px;
	color: #0A55AD;
	font-size: 30px;
}

#content .playgame {
	margin: 0 auto 0;
}

#content .playgame .desc {
	font-size: 10px;
	display: inline;
	float: right;
	margin: 0px;
	margin-bottom: 2px;
}

#content .game {
	float: left;
	width: 230px;
	height: 100px;
	margin: 5px;
	overflow: none;
}

#content .gamepic {
	float: left;
	width: 84px;
}

#content .gamepic img {
	border: 1px solid #0A55AD;
}

#content .gametext {
	float: left;
	width: 144px;
	padding: 2px 0px 0px 2px;
}

#content .gametext a {
	font-weight: bold;
	color: #0A55AD;
}

#content h2 {
	color: #0A55AD;
	font-size: 30px;
	margin: 10px 0 10px 15px;
}

#content ul
{
	text-align: right;
	list-style-type: none;
}

#content .adpic {
	float: left;
	width: 84px;
}

#content .adpic img {
	border: 1px dotted red;
	opacity: 0.5;
}

.rightcontent {
	width: 840px;
	float: left;
	overflow: hidden;

}


select {
	height: 20px;
}
.nav {
	width: 100%;
	padding: 5px 0 5px;
	background: #0A55AD;
	font-weight: bold;
	float: left;
	text-align: center;
}
.nav a {
	color: #fff;
}

#comments input[type=text], #comments textarea{
	width: 500px;
}

#comments .comment {
	background: #E9F0F8;
	padding: 5px;
	margin: 5px 0 5px;
}

.ads {
	width: 1000px;
	text-align: center;
}