@charset "UTF-8";
/* CSS Document */


body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10pt;
	color: #3A3536;
	letter-spacing:2px;
	line-height:14px;
	border:0;
	/*
	background: url(images/background.png); 
	background-repeat: no-repeat;
	background-position:left top;
	background-attachment:fixed;
	background-color:#FFF;
	*/
}

#home_page {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11pt;
   	text-align:center;
    width:350px;
	height:200px;
	position:absolute;
	left:53%;
	top:50%;
	margin:-100px 0 0 -175px;
	 background: url(images/trees_bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-color:#FFF;
    }
	
	#faire {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10pt;
   	text-align:center;
    width:439px;
	height:200px;
	position:absolute;
	left:50%;
	top:25%;
	margin:-100px 0 0 -175px;
	 background: url(images/Faire_MarketStall_bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-color:#FFF;
    }
	
#wrap { 
	width: 900px; 
	margin: 0 auto;
	background-image:url(images/header-logo.png);
    display:block;
    height:141px;
    width:1452px;
}
	
/*#header-logo {
    background-image:url(images/header-logo.png);
    display:block;
    height:141px;
    width:1452px;
}*/


#bg {
	position:fixed;
	top:-50%;
	left:-50%;
	width:200%;
	height:200%;
}

#bg img {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	min-width:50%;
	min-height:50%;
}

a:link {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing:2px;
	text-decoration:none;
	font-size: 8pt;
	color: #3A3536;
	background-color:none;
	line-height:14px;
	border:0;
}

a:visited {
	text-decoration: none;
	color: #3A3536;
	background-color:none;
	border:0;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #a5a6aa;
	border:0;
}

a:active {
	text-decoration:none;
	color: #FFFFFF;
	background-color: #000;
	border:0;
}

#current a {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing:2px;
	text-decoration:none;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #000;
	line-height:14px;
	border:0;
}

#content {
	position: absolute;
	left: 500px;
	top:100px;
}


#links {
	position: absolute;
	top:100px;
	left:300px;
}

#work_links {
	color: #AAAAAA;
	font-size: 8pt;
	font-style:italic;
	
}

#description {
	position: absolute;
	color: #AAAAAA;
	font-size: 8pt;
	letter-spacing:1px;
}

#portrait {
	position: absolute;
	top:40px;
	left:-15px;
	width:172px;
	height:256px;
}

#about_text {
	position: absolute;
	width:500px;
	top:15px;
	left:200px;
	font-size: 10pt;
	letter-spacing:1px;
}




/*text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;*/
