@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Quicksand");
@import url("https://fonts.googleapis.com/css?family=Shadows+Into+Light");
@font-face {
    font-family: 'eraserregular';
    src: url('fonts/EraserRegular-webfont.eot');
    src: url('fonts/EraserRegular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/EraserRegular-webfont.woff') format('woff'),
         url('fonts/EraserRegular-webfont.ttf') format('truetype'),
         url('fonts/EraserRegular-webfont.svg#eraserregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
BODY {
	margin:0px;
}
A {
	text-decoration:none;	
	color:inherit;
}
#pageframe {
	position:absolute;
	left:50%;
	width: 879px;
	margin-left: -440px;
	height: 700px;
	background-image: url(/images/background-clr2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#maintitle {
	font-family: eraserregular, Arial, Geneva, sans-serif;
	font-size:40px;
	color:#a17104;
	position:absolute;
	top: 60px;
	left: 75px;
}
#contents {
	position:absolute;
	top:130px;
	left:105px;	
	font-family: Quicksand, Arial, Geneva, sans-serif;
	font-size:22px;
	line-height:34px;
}
#contents A {
	display: block;	
	color:#a17104;
}
A:hover {
	letter-spacing:1px;
}
#contents0 A {
	font-size: 24px;
	line-height: 64px;	
}
#contents1 A {
	font-size: 20px;
	line-height: 26px;	
}
#contents2 {
	margin: 20px 0px;	
}
#contents2 A {
	font-size: 16px;
	line-height: 22px;	
}
#contact {
	position:absolute;
	top:130px;
	left:690px;
	font-family: 'Shadows Into Light', cursive;
	font-size:22px;	
}
#contact A {
	display:block;
	color:#a17104;	
}
#contact A:hover {
	font-weight:bold;
	letter-spacing:normal;	
}
