html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

h1 img {
	display: block;
}

img {
	border: 0;
}

a {
	color: #8a530c;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FFA405;
	text-decoration: underline;
}

.left {
	float: left;
}

.right {
	float: right;
}

.more {
	text-align: right;
}

.clear {
	clear: right;
}

body {
  background-image: url(images/bgradient.jpg);
  background-repeat: repeat-x;
	text-align: center;
	font: 11px arial, sans-serif;
	color: #312F1A;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 950px;
  position: relative;
}

#header {
  width: 800px;
  background-image: url(images/layout/nhnaifa_header_index.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	height: 65px;
  position: relative;
  padding: 0 0 0 0;
  top: 19px;
  left: 75px;
  margin: 0 0 0 0px;
}


/** Header **/

h1 {
  color: #8a530c;
  background-color: #C4BA7F;
  padding:0px 10px 0px 80px;
  text-align: left;
  font: 30px "Trajan Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  margin: 0 0 0 0px;
}

#search {
	color: #FDE7C2;
  width: 148px;
  text-align: center;
  position: absolute;
	top: 37px;
	left: 645px;
  padding: 6px 0;
	z-index: 1;
}

#search .text {
  width: 63px;
	z-index: 1;
}

#nav {
position: relative;
top: 64px;
	color: #FFA405;
  width: 690px;
	background: #4B7687;
  text-align: left;
  padding: 0px 0px 0px 10px;
  margin-top: 0px;
	margin-left: 100px;
	height: 20px;
}
	
#nav ul {
	padding: 5px 0 0 55px;
}
	
#nav li {
	display: inline;
	padding-right: 2px;
	z-index: 2;
}
	
#nav li a {
       color: #C8B863;
       text-decoration: none;
}

#nav li a:hover {
       color: #bcbeac;
}	

#nav li a:visited {
      color: #AD9A58;
}

/** Body **/
#body {
  position: relative;
	top: 20px;
  width: 100%;
}

#nh {
  position: absolute;
  top: 20px;
  width: 235px;
	left: 0%;
	z-index: 1;
}

#nh .text{
position: relative;
top: 90px;
left: 10px;
font-size: 12px;
font-weight: bold;
text-align: center;
color: #ffffff;
z-index: 2;
}

/** content **/

#content {
  background: #ffffff;
  width: 700px;
  margin-left: 175px;
  margin-top: 18px;
  min-height: 360px;
	font-size: 12px;
}

#content .spacer {
display: inline;
	height: 110%;
	width: 20px;
	}

#content .main {
  float: right;
  width: 440px;
  margin-top: 14px;
  padding-right: 40px;
	padding-bottom: 1em;
	background: #ffffff;
  border-right: 1px solid #D6D3BA;
}

#content .main p {
  margin: 0em 1em 0 0;
}

#content .main .clear {
  height: 20px;
  margin-bottom: -10px;
}

#content .main2 {
  float: right;
  width: 600px;
  margin-top: 14px;
  padding-right: 40px;
	padding-bottom: 1em;
	background: #ffffff;
  border-right: 1px solid #ffffff;
}

#news {
  float: right;
  width: 134px;
  padding: 10px;
  color:#990000;
}

#news span {
  float: left;
  width: 12px;
  font-size: 9px;
  clear: both;
  margin-top: 3px;
}

#news p {
  float: left;
  width: 110px;
  margin: 0 0 0.6em 0;
  padding: 0 0 0 1em;
  line-height: 1.3;
	text-align: center;
}

#news .clear {
  height: 10px;
}

#news img{
  margin: auto;
}

#news ol{
padding-left: 15px;
}

h2 {
  font: italic 22px "Times new roman", serif;
  color: #991111;
  margin: 0 0 0.5em 0;
}
search_term {
  font: italic 22px "Times new roman", serif;
  color: #000000;
  margin: 0 0 0.5em 0;
}
/** Footer **/

#footer {
  font-size: 10px;
  text-align: center;
  color: #f0f8ff;
	background: #4B7687;
	position: relative;
	bottom: 130px;
	left: 75px;
  margin: 150px 0 0 100px;
	padding-left: 30px;
	width: 540px;
}

#footer a {
       color: #C8B863;
       text-decoration: none;
}

#footer a:hover {
       color: #bcbeac;
}	

#footer a:visited {
      color: #AD9A58;
}

#login {
	position: relative;
	bottom: 153px;
	left: 720px;
  width: 148px;
  padding: 3px 0 0 0;
	margin: 0px 0 0 0px;
  text-align: center;
  background: bottom url(images/layout/footer_tab.gif) no-repeat;
}

#login a {
  color: #000;
  font-weight: normal;
}

#ifa {
position: absolute;
bottom: 60px;
left: 820px;
opacity: 0.9;
z-index: 0;
}

#ifa a {
       color: transparent;
       text-decoration: none;
}

#ifa a:hover {
       color: transparent;
}	

#ifa a:visited {
      color: transparent;
}

#ifa .text {
position: relative;
bottom: 70px;
font-size: 20px;
font-weight: bold;
text-align: center;
color: #f0f8ff;
z-index: 1;
}

