* {
	margin: 0;
}

body {
	/*background-color: #B0C4DE;*/
	background-color: #383838;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8F8F8F;
	height: 100%;
}
	
p {
	text-indent: 15px;
}

#wrap {width: 100%; margin: 0; padding: 0px; background: #383838; min-width: 1000px}

#content {
	/* margin: 5px; 
	margin-top: 0px;*/
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF;
	border:1px solid #999;
	color: #000000;
	margin: auto;
	width: 970px;
}

div.spacer {
  	clear: both;
}

#banner {
	position: absolute; 
	top: 25px;
	left: 400px; 
}

#leftbar{
	float: left;
	width:180px;
	background-color: #FFFFCC;
	border:1px solid #999;
	padding: 10px;
}

#centerbar{
	float: left;
	width: 735px;
	/* margin-left: 210px; */
	margin-left: 10px;
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF;
	border:1px solid #999;
}

#leftbar h2 {
	color: #003366;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px dotted #CCC;
	margin-bottom: 2px;
}
	
#centerbar h2 {
	color: #003366;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px dotted #CCC; 
	margin-bottom: 2px;
}

hr {
  	border:0;
  	border-bottom: 2px dotted #CCC; 
}

.prog-border {
	height: 15px;
	width: 180px;
	background: #fff;
	border: 1px solid silver;
	margin: 0;
	padding: 0;
}
	
.prog-bar {
	height: 11px;
	margin: 2px;
	padding: 0;
	background: #C9DDEC;
}

.prog-border p {
	text-align: center;	
	margin-top: -15px;
}

a, a:visited {
	color: #3399FF;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	text-decoration: none;
}

a.bot, a.bot:visited  {
	color: #8F8F8F;
	text-decoration: none;
}

a.bot:hover {
	color: #CC0000;
	text-decoration: none;
}

#toplogo{
	position: absolute;
	width: 350px;
	height: 75px;
	top: 17px; left: 20px; 
	background: url('http://game2make.com/img/toplogo.gif') repeat-x;	
}
	
#toplogo h1{
	display: none;
	overflow: hidden;
	text-indent: -100em;
}
	
#topbar {
	width: 100%; 
	height: 168px; 
	background: #FFFFFF url('img/topback.png') repeat-x;
}

#langdiv {
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	height: 20px;
	padding-top: 70px;
}

/* drop down menus */
#menu ul {
	width:130px;
	float:left;
	margin:0px;
	padding:2px;
	list-style:none;
}

.top {
	/*cursor: pointer; */
	height: 27px;
	padding-top: 5px;
	padding-left: 2px;
	border: solid 1px black;
}

.clear{
	clear:both;height:10px;
}

#menu ul .item{
	display:none;
	background: url('img/btnloop.png') repeat-x; 
	padding-top: 5px;
	padding-left: 5px;
	height: 25px;
	/*width: 200px;*/
	border: solid 1px black;
}

#menu ul:hover .item{
	display:block;
}

#menu{
	position: absolute;
	top: 114px;
	left: 25px;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFCC;
	width: 970px;
}