html{
	height:100%;
	padding:0px;
	margin:0px;
}

body{
	height:100%;	
	padding:0px;
	margin:0px;
	background-image:url(images/stripes.png);
	background-attachment:scroll;
	background-repeat:repeat;
}

#background{
	min-height:100%;
	margin:auto;
	background-image:url(images/background.png);
	background-attachment:fixed;
	background-position:center top;
	background-repeat:repeat-y;	
}

#spacer{

}

#header{
	height:154px;
	background-image:url(images/header.png);
	background-attachment:scroll;
	background-repeat:no-repeat;
	margin:auto;
	width:834px;
}

#container{
	width:794px;
	margin:auto;	
}

#navigation{
	margin-top:65px;
	margin-left:83px;
	height:61px;
}

#contents{
	background-color:rgb(240,240,240);
	padding-left:100px;
}

.text{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#595959;
	font-size:13pt;
	line-height:1.9em;
	padding-bottom:50px;
	padding-left:50px;
	padding-right:150px;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:normal;
	font-style:italic;
	color:#282a4c;
	font-size:33pt;
	padding-top:50px;
	padding-bottom:35px;
	margin:0px;
}

#foot{
	text-align:center;
	margin-top:75px;
	padding-bottom:5px;
}

#foothr{
	border:none;
	background-color:#939393;	
	height:1px;
	width:632px;
}

a{
	text-decoration:none;
	color:#95BF00;
	font-style:italic;
}

a:hover{
	color:#595959;
}

a img{
	border:none;
	outline:none;	
}

#gallery{
	padding-bottom:20px;	
}