@charset "utf-8";
body
{
	background-image:url(images/ng_bg.jpg);
	background-repeat:repeat-y;
	background-position:center top;
	background-color: #06101a;
	margin:0;
	padding: 0;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height:small;
	


	scrollbar-face-color: #06101a;
	scrollbar-highlight-color: #06101a;
	scrollbar-3dlight-color: #0f2740;
	scrollbar-darkshadow-color: #0f2740;
	scrollbar-shadow-color: #0f2740;
	scrollbar-arrow-color: #0f2740;
	scrollbar-track-color: #06101a;

}




#ngMain {
	margin: 0 auto;
	width: 1024px;
}
#ngMenu {
	margin: 0 auto;
	width: 1024px;
	height: 160px;
}

#ngCont {
	margin: 0 auto;
	width: 512px;
	text-align:justify;
	min-height:768px;
}
#ngCont img{
	border: 0;
}
#ngText {
	padding-left: 28px;
	padding-right: 44px;
}
#ngRight{
	text-align:right;
	padding:8px;
	padding-right:48px;
}
#ngGame{
	color:#FFFFFF;
	font-size:x-small;
	padding:8px;
}
#ngGameText{
	font-size:xx-small;
	padding-left:24px;
	padding-right:64px;
}

#ngGameGallery{
	padding-left: 48px;
	width: 432px;
	text-align:left;
}

#ngCont h1{
	background-image:url(images/ngh1bg.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-style:italic;
	font-weight:bolder;
	font-size:14px;
	padding: 5px 16px;
}
#ngCont h2{
	color:#808080;
	font-weight: bold;
	font-size: small;
}
#ngCont h3{
	color:#333333;
	font-style:italic;
	font-size:x-small;
	padding:0;
}
#ngCont h4{
	color:#FFFFFF;
	font-style: oblique;
	font-size:x-small;
}

#small_info{
	font-size:xx-small;
	font-style:italic;
	color:#333333;
}
#ngCont p{
	padding-left: 48px;
}

#ngCont ul{
}
#ngCont li{
	padding: 0px;
}
#ngCont a:link{
	color:#CCCCCC;
	text-decoration: underline;
	outline: none;
}
#ngCont a:visited {
	color:#CCCCCC;
	text-decoration: underline;
	outline: none;
}
#ngCont a:hover {
	color:#FFFFFF;
	font-weight:none;
	text-decoration: underline;
outline: none;

}
#ngCont a:active {
	color:#CCCCCC;
	text-decoration: underline;
	outline: none;
}

#ngFoot {
	height: 128px;
	margin: 0 auto;
	padding: 0;
	background-image:url(images/ng_ft.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}

#ngTab {
	width: 512px;
	border:hidden;
	padding: 10px;
	cellspacing: 10px;
	cellpadding: 10px;
}

#ngForm {
	margin: 0px;
	padding-left: 50px;
	width: 500px;
	text-align:center;
}



input
{
	color: #cccccc;
	background: #06101a;
	border: 1px solid #0f2740;
}
textarea
{
	color: #cccccc;
	background: #06101a;
	border: 1px solid #0f2740;
}
