#home_page
{
	position: absolute;
	width: 960px;
	height: 640px;
	top: 65px;
	background: url('/assets/images/full_page_bg_home.jpg') no-repeat center top scroll;
	z-index: 1;
}

#page_header 
{
	z-index: 100;
}
		

#page_nav li ul
{
	background: url('/assets/images/nav_rollover_amber.png') no-repeat center top scroll;
}


#home_page_frame
{
	position: absolute;
	top: 65px;
	left: 0px;
	width: 960px;
	height:640px;
	margin: 0px;
	border: none;
	background: url('/assets/images/full_frame.png') no-repeat center top scroll;
	z-index: 99;
}


#contact_info a, #page_nav a, #left_nav_list a, #deposit a
{
	color: #fbffab;
}

.victorian {
	font-size: 24px;
	font-style: italic;
	}
	
p {
text-align: center;
font-size: 13px;
padding: 0px;
margin: 0px;
line-height: 1.8;
}

#intro_copy a {
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: #630;
	line-height: 2.8;
}

#intro_copy a:hover {
	color: #fff;
}

h3 {
	text-align: center;
	padding-top: 10px;
	margin: 0px;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
}

#page_footer
{
	position: relative;
	width: 960px;
	top: 470px;
	text-align: center;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 60px;
}

#page_footer p {
	font-size: 12px;
}

#left_nav_category h3, #left_nav_list i, #page_footer, #page_footer a
{
	color: #2c1804;
}
#old_paper
{
        position: relative; 
        width:960px; 
        height: 540px; 
        top: 100px; 
        background: url('/assets/images/home_paper_bg.png') no-repeat center top scroll;
}