html { 
	min-width: 800px; 
	margin:0; 
	padding:0;
}
body {
	background: #1F2A2E;
}

#wrapper {
	width: 600px;
	background: #1F2A2E;
	padding: 50px;
}
#header {
	padding: 0px 0px 0px 20px;
}
#content {
	margin-left: 150px;
	padding: 0px;
}
h1, h2, h3, p {
	font-family: verdana, sans-serif;
}
h1 {
	font-size: 10px;
	color: #576266;
	letter-spacing: 2px; 
	padding-top: 30px;
}
h2 {
	font-size: 14px;
	color: #778286;
	padding-top: 20px;
}
h3 {
	font-size: 11px;
	color: #939B9E;
}
p, a {
	font-size: 11px;
	color: #B8BDBF;
}
.illustration {
	padding-top: 20px;
}

/*

#content {
	background: #fff;
	margin-left: 200px;
	padding:20px;
	border-left: 2px solid #2A4451;
}
#sidebar {
	width: 180px;
	float: left;
	background:#C0BF9D;
	color:#fff;
	padding:10px;
}
#sidebar ul {
	list-style-type: square;
	color: #2A4451;
	margin-left: 15px;
	padding: 5px;
}
#sidebar li {
	line-height: 30px;
}
#sidebar a {
	font-family: trebuchet ms, trebuchet, verdana, arial, sans-serif;
	font-size: 12px;
	color: #2A4451;
	text-decoration: none;
	letter-spacing: 1px;
}
#sidebar a:hover {
	text-decoration: underline;
}

#footer {
	background-image: url(/images/footer.gif);
	padding: 20px;
	clear:both;
}
#content img {
	margin: 10px 10px 10px 20px;
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
}
h1, h2, h3 {
	font-family: trebuchet ms, trebuchet, georgia, serif;
	font-weight: normal;
}
h1 {
	margin: 0px;
	font-size: 24px;
	color:#2A4451;
	padding: 0;
}
h2 {
	margin: 25px 0px 0px 0px;
	font-size: 20px;
	color:#2A4451;
	padding: 20px 0px 0px 0px;
	border-top: 1px solid #ccc;
}
h3 {
	margin: 25px 0px 0px 0px;
	font-size: 16px;
	color: #2A4451;
	padding: 0;
}
p, dl, dd, li {
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	color: #333;
	padding: 0;
}
a {
	color: #EE3339;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#content p {
	margin-top:20px;
	line-height: 20px;
}
#content dl, dd, li {
	line-height: 20px;
}
dd {
	margin-left: 10px;
}
dt {
	margin-top: 20px;
}
#footer p {
	font-family: trebuchet ms, trebuchet, georgia, serif;
	color: #C0BF9D;
	margin: 0px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1px;
}
*/
