

/*****  YUI Reset v2.5.0  *****/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}




body {
	/* background: #F3EED9 url(/themes/rebecca/img/splash.jpg) no-repeat scroll top center; */
	/* background: #DCC8A1 url(/themes/rebecca/img/splash_bg_linen.jpg) no-repeat scroll top center; */
	/* background: #bd8d0d url(/themes/rebecca/img/splash_8.jpg) no-repeat scroll right top; */
	background: #fff url(/themes/rebecca/img/splash_9.jpg) no-repeat scroll right top;
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	text-align: center;
	color: #000;
	}




/*****  Layout  *****/

#container {
	/* height: 900px; */
	height: 600px;
	margin: 0 auto;
	position: relative;
	/* width: 950px; */
	}

	div#logo {
		position: absolute;
		left: 100px;
		top: 250px;
		/* left: 65px; */
		/* top: 316px; */
		}

  #menu-left {
    font-size: 11px;
		left: 98px;
		position: absolute;
		top: 284px;
    }

  #menu-right {
    font-size: 11px;
		left: 106px;
		position: absolute;
		top: 324px;
    }

li { display: inline; padding-right: 8px; }




/*****  Links  *****/

a:link, a:visited, a:active, a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #000;
	}

	a:hover {
		color: #623015;
		text-decoration: underline;
		}



/*****  Menu Sprites  *****/

a.menu-sprite:link,
a.menu-sprite:visited,
a.menu-sprite:active,
a.menu-sprite:hover,
div.menu-sprite {
  display: block;
  float: left;
  background-image: url(img/splash-nav.png);
  height: 25px;
  text-decoration: none;
  }
