@charset "utf-8";
/* CSS Document */

.wrapper {
	height: auto;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.wrapper .banner {
	float: left;
	height: 170px;
	width: 700px;
}
.wrapper .menu {
	float: left;
	height: 64px;
	width: 700px;
	background-image: url(images/the-fool_02.jpg);
	text-align: center;
	padding-top: 30px;
	font-weight: bold;
	font-size: 14px;
}
.wrapper .content {
	float: left;
	height: 649px;
	width: 450px;
	background-image: url(images/the-fool_03.jpg);
	padding-left: 130px;
	padding-top: 0px;
	text-align: left;
	padding-right: 120px;
}
.wrapper .footer {
	background-image: url(images/the-fool_04.jpg);
	float: left;
	height: 63px;
	width: 700px;
	text-align: center;
	padding-top: 35px;
}
body {
}
a {
   color: #000000;
}
a {
 color:#000000;
}
a:hover {
 color:#000000;
}
a.menulinks {
color:#000000;
 text-decoration: none;
}
a.menulinks:hover {
text-decoration: underline;
color:#000000;
}
