/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header
{
	/*position: relative;*/
	width: 750px;
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #E0E0E0;
	margin: auto;

}
/*---------------------------
   a_area 
 --------------------------------*/
#body_in
{
      width: 750px;
      padding: 0 ;
      margin: auto;

}
#header_top
{
	/*position: relative;*/
	width: 750px;
	margin: auto;
}

#a_t_body
{
      
      width: 750px;
      padding:0;
      margin: auto;

}
.a_t_c_x, .a_t_l_x, .a_t_r_x
{
    color: black;	
    padding: 0;
    font-size: 15px;
    text-align: center;
    margin: 0;

}
.a_t_c_x
{
    text-align: center;
}

.a_t_l_x
{
	text-align: left;
}
.a_t_r_x
{
 	text-align: right;
}


#a_p
{
	width: 750px;
	background: white;
	margin: auto;
}
#a_p h1
{
	/* small header image specific lines */
	height: 200px;
	width: 750px;
	background: white url(images/uruma_header.jpg) ;
	margin: 0 0;
	/* end small header image specific lines */
	font-size: 12px;
	text-align: left;
	line-height: 0;
}

/* ------------------------------------------------
  Top text Area
-------------------------------------------------*/
#header_info
{
	/*position: relative;*/
	width: 750px;
	background: white;
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #E0E0E0;
	margin: auto;
}

#a_i_body
{
      
      width: 745px;
      background: blue;

      margin: auto;
}
.a_i_area
{
	background-color:white;	
	padding: 2px 5px 2px 5px;
	margin: auto;
}

.a_i_c_text, .a_i_l_text, .a_i_r_text
{

	color:black;
	font-size:12px;
	line-height:19px;
	padding: 3px 8px 3px 8px;
	margin:auto;
}
.a_i_c_text
{
	text-align: center;
}

.a_i_l_text
{
	text-align: left;
}

.a_i_r_text
{
	text-align: right;
}


/* ----------------------------------------------
 Header main navbar 
 --------------------------------------------------*/
#header_menu
{
	/*position: relative;*/
	width: 750px;
	background: white;
	margin: auto;
}

#a_m_body
{
      width: 750px;
      padding: 0;
      margin: auto;
}
#a_m_c, #a_m_l, #a_m_r
{    
	padding: 0;
	margin: 0;
}
#a_m_c
{
    
    text-align: center;
}

#a_m_l
{
    text-align: left;
}
#a_m_r
{
    text-align: right;
}
#a_m_c a:link, #a_m_l a:link, #a_m_r a:link
{
	
	padding: 0 10px 0 7px;
	margin:auto;

}
#a_m_c a:visited, #a_m_l a:visited, #a_m_r a:visited
{
	

	padding: 0 10px 0 7px;
	margin:auto;}


.a_m_c a#active, .a_m_l a#active, .a_m_r a#active
{
	background: #D4D4D4;
	color: #555555;
	border-bottom: none;
}

.a_m_c a:hover, .a_m_l a:hover, .a_m_r a:hover
{
	color: #0030BF;
	text-decoration:underline;

}





#top {
	width: 750px;
	height: 100px;
	background-image:url(images/top.jpg);
	text-align: center;
	}
.links {
	width: 725px;
	overflow: auto;
	/*height: 35px;*/
	/*background-image:url(images/linkber.gif);*/
	/*background-color: #f1e06b;*/
	background-color: #fffca9;
	padding: 0px 0px 0px 25px;
	background-repeat: no-repeat;
	}

.link A {
	display: block;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	vertical-align:middle;
	text-decoration: none;
	float:left;
	color:#000033;
	text-indent: 1.2em;
	background-image:url(images/linkbt1.gif);
	background-repeat: no-repeat;
	margin: 0px 15px 0px 0px;
	padding: 3px 0px 0px 0px;
	}

.link A:hover {
	color:#0000FF;
	background-image:url(images/linkbt2.gif);
	}





