
body {
	margin: 0px;
	padding: 0px;
	background-image: url(/_standards/bg01.png);
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #000;
	background-position: center top;
	background-repeat: no-repeat;
	color:#fff;
}

html {overflow-y:scroll;}

img {border:none;}

#wrap {
	width:980px;
	min-height:500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background: #000;
}



#headimg {
	width:980px;
	height: 145px;
	margin: 0 auto 0 auto;
	background-image:url(../_standards/header-bg.png);
	background-position: center top;
}
#menu-h {
	padding-top: 115px;
	padding-left:0px;
	height:30px;
}
#menu-h a:link{
	color:#666;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	margin: 0;
}
#menu-h a:visited{
	color:#666;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	margin: 0 55px 0 55px;
}
#menu-h a:hover{
	color:#ccc;
}

#col01 {
	width: 650px;
	padding: 0 15px 25px 15px;
	background-color:none;
}
#col01 p {
	text-align:justify;
	margin:  0px 0px 7px 0px;
	line-height: 22px;
}
#col01 a:link {
color:#FC0;
text-decoration:none;
}
#col01 a:visited {
color:#FC0;
text-decoration:none;
}
#col01 a:hover {
color:#999;
}
#col01 h1 {
	height: 40px;
	padding-top: 20px;
	margin: 0px 0px 20px 0px;
	font-size:26px;
	font-weight:bold;
	color:#c5c5c5;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#col02 {
    float: right;
	width: 300px;
	clear: none;
	margin-top: 0px;
}
#col02 p {
	margin: 0px;
}



#footer {
	width: auto;
	height: 90px;
	padding-top:30px;
	margin: 0 auto 0 auto;
	clear:both;
	text-align:center;
	color:#ccc;
	border-top: 1px solid #232323;
}
#footer a:link, a:visited {
	color:#333;
	text-decoration:none;
	margin: 0 20px 0 20px;
}
#footer a:hover {
	color:#efefef;
}
.small {
	font-size:10px;
}