@import url('/css/top.css');


#header {
	position: fixed;
	width: 100%;
	height: 66px;
	z-index: 2;
}

#jr_header_top {
	background-image: url(http://www.josephraffael.com/images/background/background_top.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 66px;
}

#info_site {
	width: 100%;
	height: 66px;
	visibility: hidden;
	display: none;
}
#share_jr {
	width: 68px;
	height: 25px;
margin-top:0px;
padding-top:5px;
right:0%;
position:absolute;
background-image: url(http://www.josephraffael.com/images/background/share_background.png);
background-repeat:none;
}

#navigator {
	background-image: url(http://www.josephraffael.com/images/background/background_top.png);
	width: 100%;
	height: 90px;
}

#jr_header_top A:link {
	text-decoration: underline;
	line-height: normal;
	color: #FFFFFF;
	border:0px;
}

#jr_header_top A:visited {
	text-decoration: underline;
	line-height: normal;
	color: #CCCCCC;
}

#jr_header_top A:active {
	text-decoration: none;
	line-height: normal;
	color: #333366;
}

#jr_header_top A:hover {
	text-decoration: none;
	line-height: normal; 
	color: #9999cc;
}

