#wrapper {
	width:900px;
	margin:0px auto;
	border:none;
}

#header .maingrid {
   	position: relative;
   	width: 900px;
   	margin: 0 auto;
   	margin-top:5px;
   	margin-bottom: 5px;
   	background-color: transparent;
}
#header .maintitle {
   	position: relative;
   	float: left;
   	left: 0px;
   	width: 450px;
   	height: 50px;
	font-family: 'Architects Daughter', cursive;
	font-size:36px;
	color:#FF6600;
	text-align:center;
	vertical-align:bottom;
	font-weight:bold;
   	margin-bottom:1px;
}
#header .maintitle a {
	color:#FF6600;
	text-decoration:none;
}
#header .maintitle a:hover {
	color:#FF6600;
	text-decoration:none;
}
#header .mainlogo {
   	position: relative;
   	float: left;
   	left: 0px;
   	width: 450px;
   	height: 50px;
	background-image: url("../images/gng_top.png");
	background-repeat: no-repeat;
	background-position:center;
	background-position:bottom;
	background-color:transparent;
   	margin-bottom:1px;
}
#header .maintagleft {
   	position: relative;
   	float: left;
   	left: 0px;
   	width: 449px;
   	height: 20px;
	font-family: 'Architects Daughter', cursive;
	font-size:14px;
	text-align:center;
   	margin-bottom:5px;
}
#header .maintagright {
   	position: relative;
   	float: left;
   	left: 1px;
   	width: 449px;
   	height: 20px;
	font-family: 'Architects Daughter', cursive;
	font-size:14px;
	text-align:center;
   	margin-bottom:5px;
}
#header .thinline {
   	position: relative;
   	float: left;
   	left: 0px;
   	width: 900px;
	border-bottom:#FF6600 solid 1px;
   	margin-bottom:5px;
}