* {
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica", "Arial", "Trebuchet MS", sans-serif;
}
h1 {
	display: block;
	width: 400px;
	height: auto;
	margin: 150px auto 20px auto;
	text-align: center;
}
h1 a img {
	border: none;
}
#Menu {
	display: block;
	list-style-type: none;
	margin: 0px auto;
	height: 30px;
	line-height: 30px;
	width: 400px;
	text-align: center;
	vertical-align: middle;
}
#Menu li {
	display: inline;
	width: auto;
}
a:link, a:visited {
	color: #786;
	text-decoration: none;
}
a:hover, a:visited:hover {
	color: #486;
	text-decoration: underline;
}
#Menu li a:link, #Menu li a:visited {
	border-left: 2px solid #786;
	margin-left: 5px;
	padding-left: 2px;
}
#Menu li a:hover, #Menu li a:visited:hover {
	border-left: 2px solid #486;
}
#Content {
	display: block;
	width: 400px;
	height: auto;
	margin: 20px auto;
}
h2 {
	display: block;
	width: inherit;
	text-align: center;
}
p {
	padding: 5px;
	margin-bottom: 10px;
}
fieldset {
	padding: 5px;
	width: 400px;
	background-color: #fff;
	opacity: 0.7;
}
fieldset *:hover {
	opacity: 1.0;
}
legend {
	margin-left: 20px;
}
label {
	width: 100px;
	display: block;
	float: left;
	margin-right: 20px;
	text-align: right;
}
input[type="file"] {
	width: 230px;
	display: block;
	float: left;
}
input[type="submit"] {
	display: block;
	clear: both;
	margin: 10px auto;
}
#FAQ li span {
	display: block;
}
#Ads {
	display: block;
	width: 234px;
	height: auto;
	margin: 10px auto;
}
#LeftLeaf {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: -1;
	width: 542px;
	height: 486.5px;
}
#RightLeaf {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: -1;
	width: 412px;
	height: 346px;
}

