* {
	margin: 0;
	padding: 0;
	line-height: 1em;
}
a img {
	border: 0;
}
html {
	height: 100%;
}
body {
	background: #fff url(../img/pagebg.gif) 0 center repeat-x;
	text-align: center;
	height: 100%;
	color: #5d4d3f;
	font: 14px/20px Georgia, "Times New Roman", Times, serif;
}
#horizon {
	position: absolute;
	height: 560px;
	overflow: visible;
	top: 50%;
	left: 0;
	margin: -280px auto 0;
	width: 100%;
	text-align: center;
}
#page {
	width: 722px;
	margin: 0 auto;
	padding: 7px;
	height: 560px;
	background: transparent url(../img/dotbg.gif) center 94px no-repeat;
	position: relative;
}
#content {
	position: absolute;
	top: 100px;
	width: 592px;
	left: 7px;
	padding: 100px 65px;
	height: 162px;
}
#default #content {
	background: url(../img/pagebg_home.gif) 0 0 no-repeat;
	padding-top: 140px;
	height: 122px;
}

#story #content {
	background: url(../img/pagebg_story.gif) 0 -5px no-repeat;
	padding-top: 40px;
	height: 222px;

}

#portfolio #content {
	background: url(../img/pagebg_portfolio.gif) 0 0 no-repeat;
	padding: 0;
}

#studio #content {
	background: url(../img/pagebg_studio.gif) 0 0 no-repeat;
}

#contact #content {
	background: url(../img/pagebg_contact.gif) 0 0 no-repeat;
}
#content p {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 10px;
	
}

#content a {
	color: #b98d06;
	text-decoration: none;
	border-bottom: 1px dotted #f9f7f2;
}
#content a:hover {
	color: #000;
	border-color: #b98d06;
}

#story #content img {
	padding: 4px;
	border: 1px solid #b8b6b4;
	margin-bottom: 14px;
}

/* @group Nav */

#nav {
	position: absolute;
	margin: 0 auto;

	width: 364px;
	height: 35px;
	background: url(../img/dotbg_nav.gif) 0 bottom repeat-x;
	top: 472px;
	padding: 0 35px;
	left: 143px;
}
#nav ul {
	position: absolute;
	left: 35px;
	list-style-type: none;
}

#nav a {
	position: absolute;
	background: url(../img/nav.gif) 0 0 no-repeat;
	padding-top: 31px;
	height: 0;
	top: 0;
	overflow: hidden;
}

#n-story a {
	left: 0;
	width: 76px;
	background-position: 0 0;
}
#n-portfolio a {
	left: 76px;
	width: 108px;
	background-position: -76px 0;
}
#n-studio a {
	left: 184px;
	width: 83px;
	background-position: -184px 0;
}
#n-contact a {
	width: 97px;
	left: 267px;
	background-position: -267px 0;
}

#n-story a:hover, #story #n-story a {
	background-position: 0 -31px;
}
#n-portfolio a:hover, #portfolio #n-portfolio a {
	background-position: -76px -31px;
}
#n-studio a:hover, #studio #n-studio a {
	background-position: -184px -31px;
}
#n-contact a:hover, #contact #n-contact a {
	background-position: -267px -31px;
}



/* @end */

/* @group Subnav */

#subnav {
	position: absolute;
	width: 364px;
	height: 35px;
	top: 516px;
	padding: 0 75px;
	left: 107px;
	margin: 0 auto;

}
#subnav ul {
	list-style-type: none;
	position: absolute;
	left: 36px;
}
#subnav a {
	position: absolute;
	background: url(../img/subnav.gif) 0 0 no-repeat;
	padding-top: 35px;
	height: 0;
	top: 0;
	overflow: hidden;
}

#n-wedding a {
	left: 0;
	width: 75px;
	background-position: 0 0;
}
#n-std a {
	left: 75px;
	width: 139px;
	background-position: -75px 0;
}
#n-party a {
	left: 214px;
	width: 76px;
	background-position: -214px 0;
}

#n-mitzvah a {
	left: 290px;
	width: 67px;
	background-position: -290px 0;
}

#n-mitzvah a:hover, #n-mitzvah a.cur {
	background-position: -290px -35px;
}

#n-wedding a:hover, #n-wedding a.cur {
	background-position: 0 -35px;
}
#n-std a:hover, #n-std a.cur {
	background-position: -75px -35px;
}
#n-party a:hover, #n-party a.cur {
	background-position: -214px -35px;
}

#n-baby a {
	width: 150px;
	left: 357px;
	background-position: -357px 0;
}

#n-baby a:hover {
	background-position: -357px -35px;
}


/* @end */
