*
{
	margin: 0 0;
	padding: 0 0;
}
.noCSS
{	display: none; }
html
{
	color: #ffffff;
	font-family: "Garamond", "Adobe Garamond", "Georgia", "Times New Roman", Times, serif;
}
body
{
	background: #181818 url(../imgs/bg.jpg);
}
#screen
{
	
}
#dropshadow
{
	width: 950px;
	background: transparent url(../imgs/dropshadow.png) repeat-y top center;
	margin: 0 auto;
}
#page
{
	width: 900px;
	margin: 0 auto;
	background: #140c02 url(../imgs/pane_bg.jpg);
}

#contentarea
{
	clear: both;
	position: relative;
	background: url(../imgs/content_bg.jpg) no-repeat;
}
#heading
{
	height: 463px;
}
h1#logo
{
	position: absolute;
	top: 20px;
	left: 30px;
}
p#tagline
{
	position: absolute;
	top: 350px;
	left: 510px;
}
ul#navi
{
	position: absolute;
	top: 415px;
	width: 900px;
	clear: both;
	list-style: none;
	background: url(../imgs/navi_bg.png) repeat-x 0 2px;
	height: 38px;
}
/*ul#navi li
{
	float: left;
	height: 16px;
}*/
ul#navi li, ul#navi li a, ul#navi li a div
{
	float: left;
	display: block;
	height: 15px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
ul#navi li a
{
	margin-top: 12px;
}
ul#navi li a:hover
{
	cursor: pointer;
}
li#about a div
{	width: 108px; background-image: url(../imgs/menu_about.png); 	}
li#about a:hover
{	background-image: url(../imgs/menu_about_hot.png);	}
li#graduation a div
{	width: 114px; background-image:url(../imgs/menu_grad.png);	}
li#graduation a:hover
{	background-image: url(../imgs/menu_grad_hot.png);	}
li#wedding a div
{	width: 106px; background-image: url(../imgs/menu_weddings.png); 	}
li#wedding a:hover
{	background-image: url(../imgs/menu_weddings_hot.png);	}
li#fashion a div
{	width: 94px; background-image: url(../imgs/menu_fashion.png);	}
li#fashion a:hover
{	background-image: url(../imgs/menu_fashion_hot.png);	}
li#art a div
{	width: 65px; background-image: url(../imgs/menu_art.png);	}
li#art a:hover
{	background-image: url(../imgs/menu_art_hot.png);	}
li#contact a div
{	width: 107px; background-image: url(../imgs/menu_contact.png);	}
li#contact a:hover
{	background-image: url(../imgs/menu_contact_hot.png);	}

ul#navi li.selected
{
	border-top: 5px solid #fff; 
} 
ul#navi li.selected div
{	margin-top: -5px; }
ul#navi li.selected a:hover
{	background-image: none; cursor: default;	}

#contents
{
	color: #ddc292;
	padding-bottom: 50px;
}
#contents a
{
	color: #ddc292;
}
h2
{
	font-size: 40px;
	text-transform: lowercase;
	font-weight:100;
	margin-left: 70px;
	margin-top: 30px;
	clear: both; 
}
h3
{
	margin-top: 2em;
	margin-bottom: .5em;
}
#contents p
{
	font-size: 14px;
}
hr
{
	background:url(../imgs/filigree.png) no-repeat;
	width: 125px;
	height: 10px;
	border: none;
	margin: 1em 0;
}
#footer
{
	clear: both;
	height: 106px;
	width: 900px;
	background: url(../imgs/footer_bg.jpg) no-repeat;
	text-align: center;
}
#footer div
{
	padding-top: 20px;
	font-size: 12px;
}