html {
	padding: 0px 0px 33px 0px;
	overflow: hidden;
	}

body {	
	font-family: Verdana, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}

#bg_container {
	width: 100%;
	height: 800px;
	position: absolute;
	overflow: visible;
	z-index: -1;
	top: 0px;
	}
	
#container {
	width: 600px;
	float: right;
	margin-right: 33px;
	z-index: 0;
	overflow: auto;
	}	
	
#container .logo {
	width: 600px;
	height: 90px;
	background-color:#000000;
	}
	
#navigation {
	width: 580px;
	height: 20px;
	background: url(../media/nav_back.jpg) no-repeat;
	padding-left: 20px;
	margin: 5px 0px;
	}
	
#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 2px 0px;
	}	
	
#navigation li {
	display: inline;
	}
	
#navigation li a {
	font-size: 11px;
	color: #D4C079;
	font-weight: bold;
	background: url(../media/leaf.jpg) no-repeat 0 0;
	text-decoration: none;
	padding-left: 16px;	
	margin-right: 12px;
	}	

#navigation li a:hover {
	background: url(../media/leaf.gif) no-repeat 0 0;
	color: #A1A1A1;
	text-decoration: none;
	}		
	
#container .text {
	width: 600px;
	height: 460px;
	background: #000000 url(../media/ginkgo_bw.jpg) no-repeat;
	filter: alpha(opacity=80);
	opacity: 0.8;
	padding: 0px;
	margin: 0px;
	overflow: auto;
	}
	
#container .textbox {
	width: 260px;
	float: left;
	clear: none;
	padding: 10px 20px;
	}	
	
#container .fullwidth {
	padding: 10px 20px;	
	}	
	
#container p {
	text-align: left;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 180%;
	}
	
#jessica {
	width: 150px;
	float: right;
	clear: left;
	}
	
.heading {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	}	
	
.about {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	}
	
.mail {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 160%;
	padding-top: 10px;
	}		

ul {
	list-style: none;
	margin: 7px 0px;
	padding: 0px;
	}	
	
li {
	color: #A1A1A1;
	line-height: 160%;	
	}	
	
a:link, a:visited {
	color: #339933;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	color: #A1A1A1;
	text-decoration: none;
	}
	
a:focus {
	outline-style:none;
	}	
	
#gallery {
	list-style-type: none;
	margin: 0px;
	padding: 10px 0px;
	}
	
#gallery li {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	font-size: 10px;
	font-weight: bold;
	color: #CFCFCF;
	}
	
#gallery img {
	width: 100px;
	height: 140px;
	display: block;
	border: 1px solid #CFCFCF;
	}	
	
.credits {
	width: 560px;
	background:#000000 url(../media/fade.jpg) repeat-x;
	filter: alpha(opacity=80);
	opacity: 0.8;
	font-family: Arial, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	padding: 7px 20px;
	margin-top: 5px;	
	}

