@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
	color: #333;
}
body {
	background-image: url(images/farback.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #BEBEBE;
}

.main_content {
	position: absolute;
	left: 24px;
	top: 166px;
	display: block;
	width: 1140px;
	height: 503px;
	}
	
.footer {
	position: absolute;
	left: 22px;
	top: 679px;
	display: block;
	width: 1140px;
	height: 120px;
	}
	
.quote_area {
	position: absolute;
	left: 505px;
	top: 580px;
	display: block;
	width: 644px;
	height: 82px;
	font-size: 16px;
	font-weight:bold;
	font-style:italic;
	}
	
.puzzle {
	background: url(images/puzzle.png);
	background-repeat:no-repeat;
	position: absolute;
	left: 932px;
	top: -17px;
	display: block;
	width: 229px;
	height: 199px;
	z-index:1000;
	}
a:link {
	color: #32369C;
}
a:visited {
	color: #666;
}
a:hover {
	color: #999;
}
a:active {
	color: #C90;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #4143B0;
}

.image {
	border: #036 1px solid;
	padding: 5px;
	margin: 0 10px 5px 0;
	float: left;
}
