body {
	font-family: Arial;
	font-size: 12px;
	background: #e5eff5;
}
h1 {
	font-size: 2.4em;
	margin: 20px 0;
	color: #006699;
}
h2 {
	font-size: 1.4em;
	margin: 20px 0 10px 0;
}
p {
	line-height: 1.4em;
	margin: 10px 0;
}
p.error {
	text-align: center;
	font-weight: bold;
	color: #ff0000;
}
p.success {
	text-align: center;
	font-weight: bold;
	color: #000000;
}
a {
	color: #006699;
}
form dt {
	width: 100px;
	float: left;
	clear: both;
	padding: 2px;
}
form dd {
	margin-left: 100px;
	padding: 2px;
}
form input, form textarea {
	width: 200px;
}
form #submit {
	width: auto;
}
#wrapper {
	margin: 30px;
	width: 960px;
	background-color: #fff;
	opacity: 0.95;
}
#header {
	padding: 40px 30px;
	border-bottom: 1px solid #cccccc;
}
#logo {
	float: left;
}
#payment {
	float: right;
}
#main {
	padding: 20px;
}
#nav {
	float: left;
	width: 280px;
	margin: -20px 0 0 0;
}
#nav li {
	border-bottom: 1px solid #cccccc;
	float: left;
	width: 280px;
}
#nav li li {
	border-top: 1px solid #cccccc;
	border-bottom: none;
}
#nav li a {
	background: url(/images/bullet.gif) no-repeat 15px 17px;
	padding: 15px 0 15px 25px;
	display: block;
	text-decoration: none;
}
#nav li li a {
	margin: 0 0 0 15px;
}
#nav li.selected a {
	font-weight: bold;
	color: #000000;
}
#nav li.selected li a {
	font-weight: normal;
	color: #006699;
}
#nav li.selected li.selected a {
	font-weight: bold;
	color: #000000;
}
#content {
	width: 600px;
	float: right;
}
#content ul {
	list-style: disc outside;
	margin: 10px 0 10px 30px;
}
#content li {
	line-height: 1.4em;
}
#footer {
	font-size: 10px;
	border-top: 1px solid #cccccc;
	padding: 20px;
	color: #cccccc;
}
#footer a {
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
}
.clear {
	clear: both;
}