@charset "utf-8";
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	float: none;
	position: relative;
}
body {
	text-align: center;
	background-image: url(../images/ng.jpg);
	margin: 0px;
}

#headerwrapper   {
	height: 234px;
	margin: 0px;
	float: left;
	position: relative;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navigation  {
	background-image: url(../images/nav_bg.jpg);
	height: 39px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	text-align: center;
	position: relative;
	float: left;
	width: 900px;
}
#navigation h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	line-height: normal;
	text-align: center;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navigation  h1  a  {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation h1 a:hover {
	color: #00D0FF;
}


#body  {
	margin: 0px;
	padding: 5px;
	background-repeat: repeat;
	background-position: top;
	height: auto;
	background-color: #FFFFFF;
	background-image: url(../images/whiteBG.jpg);
	float: left;
	width: 890px;
	position: relative;
}

#leftcol   {
	float: left;
	height: auto;
	width: 295px;
}
#leftcol img {
	padding: 8px;
}

#rightcol   {
	height: auto;
	width: 595px;
	float: left;
	font-weight: normal;
}
#rightcol2 {
	width: 455px;
	float: right;
	height: auto;
	font-weight: normal;
}


#footer  {
	height: auto;
	background-color: #666666;
	position: relative;
	float: left;
	width: 900px;
}

#footerleft {
	float: left;
	width: 430px;
	position: relative;
	padding: 0px;
	margin: 10px;
}
#footerleft   p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #FFFFFF;
	margin: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 5px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	line-height: 16px;
}

#footerright {
	float: left;
	width: 430px;
	position: relative;
	padding: 0px;
	margin: 10px;
}
#footerright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

