@charset "UTF-8";
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x repeat-y;
}
li {
	list-style: none;
}
#wrap {
	width: 960px;
	background-color: #FFFFEE;
	margin: auto;
}
#main {
	width: 805px;
	float: right;
	background-color: #FFFFCC;
}
#menu {
	width: 150px;
	float: left;
	background-color: #FFFFDD;
}
#menu li {
	margin-left: -25px;
	font-size: small;
}
