#top_frame {
	top : 0px;
	left : 0px;
	color: #000080;
	/* background-color : #FFF8EE; */
	background-color : #335291;
	height : 40px;
	position: fixed;
	border: none;
	z-index : 2;
}

#cat_name {
    font-size : 16px;
	background-color : #FFF5DD;
    font-style : italic;
    font-weight : bold;
    width : 200px;
    left: 0px;
    top: 0px;
    position: fixed;
    text-align: left;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #000080;
    height: 39px;
    z-index: 10;
  }

#hor_menu {
/*	background-color : #FFF5DD; */
	background-color : #F2E6D5;
/*	left : 200px;
 	padding-left : 200px;  */
 	top: 0px;
	position: fixed;
	height: 39px;
	z-index: 2;
	width: 100%;
    padding-bottom: 0px;
    margin-bottom: 0px;	
	border-bottom: 1px solid #000080;
    -moz-box-shadow: rgba(0,0,0,0.30) 5px 5px 10px 0px;
	-webkit-box-shadow: rgba(0,0,0,0.30) 5px 5px 10px;
	box-shadow: rgba(0,0,0,0.30) 5px 5px 10px 0px;
  }

#patch {
 background-color : #F2E6D5;   
 	position: fixed;
 	top: 20px;
 	left: 0px;
 	width: 140px;
 	z-index: 20;
    height: 20px;
    padding: 0px;
    margin" 0px;
   border: none;
   }

#ver_menu {
 	top: 40px;
	position: fixed;
/*	background-color : #FFF5DD; */	
	background-color : #F2E6D5;
	width: 140px;
	height: 100%;
	border-right: 1px solid #000080;
	z-index: 2; 
	padding-right: 0px;
    margin-right: 0px;	
   -moz-box-shadow: rgba(0,0,0,0.30) 5px 5px 10px 0px;
	-webkit-box-shadow: rgba(0,0,0,0.30) 5px 5px 10px;
	box-shadow: rgba(0,0,0,0.30) 5px 5px 10px 0px;
}


.site_name {
	background-color : #FFF5DD;
	font-size : 16px;
font-style : italic;
	color: #000080;
font-weight : bold;
 right: 0px;
 top: 0px;
 text-align: right;
/*    float: right;
//	position: fixed;
//	border-bottom: 1px solid #000080;
//	height: 39px;

//	width: auto;
//	z-index: 3;
//	margin: 0px;
//	padding: 0px; */
}

#orphus_blk {
	position: fixed;
	bottom: 0px;
	left: 0px;
	border: none;
	margin: 0px;
	padding: 0px;
	z-index: 3;
}