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

body {
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#head {
	height: 150px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: 450px;
	margin-bottom: 20px;
}
#wrapper #head h1 a {
	color: #000;
	text-decoration: none;
}

#menu {
	float: left;
	font-size: 14px;
	width: 300px;
}
#menu ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#menu ul li {
	line-height: 30px;
	display: block;
	background-color: #ECF5FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	text-indent: 10px;
}
#wrapper #menu ul li a {
	display: block;
	text-decoration: none;
}
#wrapper #menu ul li a:hover {
	display: block;
	text-decoration: underline;
	background-color: #69F;
	color: #FFF;
}

#main {
	float: right;
	width: 550px;
}
#wrapper #main p {
	font-size: 14px;
	line-height: 150%;
}

#wrapper #main h2 {
	color: #C30;
}
.question {
	color: #06C;
	font-size: 24px;
	font-weight: bold;
}
.answer {
	color: #F60;
	font-size: 24px;
	font-weight: bold;
}
.clear {
	clear: both;
}
#footer {
	font-size: 14px;
	line-height: 140%;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #C30;
	border-right-color: #C30;
	border-bottom-color: #C30;
	border-left-color: #C30;
	padding: 10px;
	margin-top: 30px;
}
#about {
	background-color: #FEF7D8;
	border: 2px solid #FC6;
	padding: 10px;
}
