  body{
  	padding:0;
	margin:0;
	font-family: Interstate BoldCondensed, tahoma, sans-serif;
	font-size:100.1%;
  }
  

#border{
	border:3px solid rgb(255,102,0);
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

/* head */ 
  div#head{
	height:80px;
	width:100%;
	border-bottom-color:#ccc;
	border-bottom-width:1px;
	border-bottom-style:solid;
	overflow:hidden;
  }
 
  div#head img{
	margin:0 10px 0 10px;
  }

  div#menu_1 {
	display:none;
  }

/* main */

	div#main{
	}
	
/* footer */

	#footer{
		margin-top:10px;
		width:100%;
		text-align:center;
		font-size:0.7em;
		font-weight:bold;
		color: #999999;
		padding-bottom:10px;
	}

/* menu 3 */

div#menu_3{
	display:none;
}

/* content */

div#content{
	margin:0;
	padding:7px;
}

div#menu_2{
	display:none;
}

/* path */
  div#path{
	display:none;
  }

/* bottom menu */
  div#menu_bottom{
	display:none;
	
  }
  