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

body {
	background-color: #F0F5FC;
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/site/texture.png);
	font-size: 14px;
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #666666;
}
a:active {
	color: #000000;
}

#contain {
	width:800px;
	height:950px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/site/bg.png);
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 150px;
	z-index: 10;
	position:absolute;
}
#sticky {
	background-image: url(images/site/sticky-note.png);
	height: 275px;
	width: 225px;
	position: absolute;
	z-index: 1;
	left: 20px;
	top: 150px;
}
#home {
	margin-top:0px;
	margin-left:50px;
	height:800px;
	width:700px;
	background-image:url(images/site/home.png);
	background-repeat:no-repeat;
	color: #642200;
	z-index: 15;
}	
#quest {
	margin-top:0px;
	margin-left:50px;
	height:800px;
	width:700px;
	background-image:url(images/site/quest.png);
	background-repeat:no-repeat;
	color: #15135F;
}
#book {
	margin-top:0px;
	margin-left:50px;
	height:800px;
	width:700px;
	background-image:url(images/site/book.png);
	background-repeat:no-repeat;
	color: #001913;
	z-index: 15;
}
#header {
	width:600px;
	height:100px;;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: bottom;
	background-position: left center;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 15;
	margin: 0px;
}

#con {
	margin-top:0px;
	margin-left:50px;
	height:800px;
	width:700px;
	background-image:url(images/site/cons.png);
	background-repeat:no-repeat;
	color: #54075B;
}
#info {
	margin-top:0px;
	margin-left:50px;
	height:800px;
	width:700px;
	background-image:url(images/site/info.png);
	background-repeat:no-repeat;
	color: #000000;
	z-index: 15;
}
#text {
	width:550px;
	height:700px;
	float:left;
	margin-top:25px;
	background-repeat: no-repeat;
	background-position: right center;
	margin-left: 10px;
}
#text_info {
	width:530px;
	height:700px;
	float:left;
	margin-top:25px;
	background-repeat: no-repeat;
	background-position: right center;
	margin-left: 10px;
}
#footer {
	width:550px;
	height:25px;
	float:left;
	margin-top:70px;
	font-size: 10px;
	margin-left: 100px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#link {
	width:90px;
	height: 700px;
	float:left;
	overflow:hidden;
}
.sticky {
	height: 250px;
	width: 150px;
	margin-top: 15px;
	margin-left: 15px;
}


.rightimage {
	float: right;
	margin-right: 20px;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
}


.link {
	float:right;
	clear:both;
}
.code {
	margin-top:75px;
}
	
.leftimage {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

.text {
	float:left;
	width: 100%;
}
.photo {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	border: 2px solid #E8A713;
}
h2{
	text-align:center;
}