@charset "UTF-8";
/* CSS Document */


/* reset styles */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }
a{text-decoration:none; color:#000}
a:focus { 
    outline: none; 
}


/* end reset */
body{
	background-image:url(graphics/rule.jpg);
	background-repeat:repeat;
}
	

#wrapper{
	width:750px;
	
	background-image:url(graphics/bkgd.png);
	margin:auto;
}
a #top {
	width:750px;
	height:60px;
	background-image:url(graphics/royaName.png);
	background-position:00px -0px;
}
a:hover #top {
	width:750px;
	height:60px;
	background-image:url(graphics/royaName.png);
	background-position:00px -59px;
	background-repeat:no-repeat;
}

#contact{
	margin-left:610px;
	margin-top:00px;
	width:125px;
	height:25px;
	background-image:url(graphics/contact.jpg);
	background-repeat:no-repeat;
	z-index:25;
}

#pix{
	width:600px;
	margin:20px 10px 0 00px;
	padding-bottom:45px;
	float:right;

}

img.pic{
	width:590px;
}
img.pic1{
	height:615px;
}
#arrownav {
  padding-top:170px;
  width:135px;
	height:100px;
	float:left;

}

#nav li{
	float:left;
	list-style:none;
	margin-left:0px;
}
#nav li.number{
	margin-top:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	letter-spacing:.1em;
	color:#666;
	
}

#nav a {
 	width:52px;
	 height:72px;
	display:block;
	
}

#nav  #left {
	background-image: url(graphics/left.gif); 
	background-repeat: no-repeat; 
	background-position: -51px 0px;
	margin-left:-4px;
	
}

#nav  #left:hover{
	background-image: url(graphics/left.gif); 
 	background-repeat: no-repeat; 
 	background-position: -0px 1px;

}


#nav  #right {
	background-image: url(graphics/right.gif); 
	background-repeat: no-repeat; 
	background-position: -10px 0px;
	margin-left:00px;	
}

#nav  #right:hover{
	background-image: url(graphics/right.gif); 
 	background-repeat: no-repeat; 
 	background-position: -61px 1px;
}
