/* FAUXhemia Studios - Growth Through Design
(c)2007-2008
Stylesheet written CSS2 w3.org compliant for
FAUXhemia Studios (http://www.fauxhemiastudios.com)
May not be reproduced without express written
permission of FAUXhemia Studios and/or its'
creator. May be e-mailed at design@fauxhemiastudios.com

"Design is not the abundance of simplicity,
But the absence of complexity." - Anonymous

"Let it roll, baby, roll." - The Doors */

body {
	background-image:url(images/leaf-border.png);
	background-repeat:repeat-y;
	background-position: right top;
	background-color:#252C30;
	margin: 0;
	}
	
a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #B0C382;
}

a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #717678;
}

a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #B0C382;
}
	
#wrapper {
	width: 100%;
	}

#header {
	position: relative;
	top: 0px;
	background-image:url(images/header-bg.png);
	background-repeat:repeat-x;
	height:208px;
	width:100%;
	z-index: 25;
	}
	
#logo {
	position: relative;
	top: 13px;
	left: 181px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	width:330px;
	height:155px;
	z-index: 100;
	}
	
#navigation {
	position: relative;
	top:-5px;
	left:210px;
	width:617px;
	height:41px;
	z-index: 5;
	}

#stripes {
	position: relative;
	top:-50px;
	left: 0px;
	background-image:url(images/stripe.png);
	background-repeat:repeat-x;
	height: 17px;
	width: 100%;
	z-index:1;
	}

#hello {
	position: relative;
	top: -58px;
	left: 0px;
	background-image:url(images/hello.png);
	background-repeat:no-repeat;
	width:386px;
	height:190px;
	z-index: 2;
	}
	
#content {
	position: relative;
	top:-80px;
	left:100px;
	width:500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #CDCDCD;
	text-align: justify;
	z-index: 6;
	margin-bottom: 30px;
	}
	
#photo {
	position: absolute;
	top: 330px;
	left: 660px;
	background-image:url(images/photo.png);
	background-repeat:no-repeat;
	width:273px;
	height:303px;
	z-index: 5;
	}

#footer {
	position: relative;
	background-image:url(images/footer.png);
	background-repeat:repeat-x;
	height: 75px;
	width: 100%;
	z-index:27;
	}
	
#copyright {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #CDCDCD;
	text-align: justify;
	top: 22px;
	left: 100px;
	width: 300px;
	}