
body {    
	font-family:"Times New Roman", Times, serif; 
     }

#container {
	
	width: 900px;
	margin: 0 auto;
	background-color: #ffffff;
	padding-bottom: 50px;
	border-top: 7px #FFCC99 outset;
	border-right: 7px #FFCC99 outset;
   	border-left: 7px #FFCC99 outset;
	border-bottom: 7px #FFCC99 outset;
	overflow: hidden;		
    }
    
#masthead {

	text-align: right;
	margin-right: 0px;
	margin-left: 0px;
	width: 900px;
	height: 117px;
	padding: 0;
	background-color: #cde;
}



#masthead img {
	float: left;
}

#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 10px;
}

#masterhead_Reverse {

	margin-right: 0px;
	margin-left: 0px;
	height: 0px;
}

#navigation {
   
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
    background-color: #d3d3d3;
	overflow: hidden;
	background-image:url('../images/Images_J/BannerReflect_shmush.jpg');
	background-position: 0;
	background-repeat: no-repeat;
	height: 57px;
	
}



#navigation ul {
    
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

#navigation li {
    float: left;
	width: 100%;
}


#navigation a {

	color: #0000ff;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	/*display: block;*/
	/*border: 1px solid #d3d3d3;*/
	
}

#navigation a:hover {
	
	color: #00CCFF;
	
}

#navigation p {
	
	margin-top: 2px;
	margin-bottom: 6px;
}




#container_footer_space {
	
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	height: 27px;
	text-align: center;
	
 }

.Update {
	color: #000000;
	font-size: 11px;
	padding-top: 7px;
	
 }

#footer {
    
    
    text-align: center;
    width: 900px;
    height: 195px;


    margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	border-top: 7px #FFCC99 outset;
	border-right: 7px #FFCC99 outset;
	border-bottom: 7px #FFCC99 outset;
	border-left: 7px #FFCC99 outset;

}

#footer a:link {
	color: #000000;
}

#footer a:visited {
}

#footer a:hover {
  
   text-decoration: none;
   Background-color: #FFCC99;
   }

#footer a:active {
	text-decoration: underline;

}

#footer p {
	margin-top: 2px;
	margin-bottom: 6px;
}

#footer a {
	color: #000000;
	font-size: 14px;
}