body {
	width: 860px;
	margin-left: 120px;
	padding: 0;
	font-family: "lucida grande", verdana, arial, helvetica, sans-serif;
	background-color: #f3eddd;
	background-image: url("../images/bg.jpg");
}
a, a:visited {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}
a:hover {
	color: #ff9900;
}
li {
	list-style-image: url("../images/li.gif");
	margin-left: -22px;
}
li>li { font-size: 11px; }
fieldset {
	border: 1px solid #ecc83b;
}
label, legend {
	font-size: 11px;
	color: #999999;
	font-style: italic;
}
table {
	border: 1px solid #ecc83b;
}
td {
	border: 1px dashed #cccccc;
}
th { font-size: 12px; }
img { border: none; }
#header {
	width: 940px;
	height: 96px;
	margin: 0;
	padding: 10px 10px 0 8px;
	clear: both;
	text-align: left;
}
#header p {
	font-size: 12px;
	margin-top: 10px;
}
#mainmenu {
	width: 960px;
	height: 26px;
	margin: 0;
	padding: 0;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}
#mainmenu a {
	float: left;
	display: block;
	height: 21px;
	padding: 5px 10px 0 10px;
	color: #990000;
	border-right: 2px solid #ffffff;
	font-size: 11px;
}
#mainmenu a:hover {
	color: #000000;
	background-color: #ecc83b;
}
#content {
	width: 960px;
	background-image: url("../images/background.jpg");
	background-repeat: no-repeat;
	clear: both;
}
#left {
	float: left;
	width: 600px;
	padding: 10px;
}
#left p, #left td, #left li { 
	font-size: 12px;
	line-height: 1.5em;
}
#left h1 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
#left h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
#left h3 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
#right {
	float: left;
	margin-left: 678px;
	width: 220px;
	margin: 0;
	font-size: 11px;
	padding: 10px;
}
#right p, #right td, #right li {
	font-size: 10px;
}
#right h1 {
	font-size: 14px;
}
#right h2 {
	font-size: 12px;
}
#footer {
	width: 940px;
	height: 16px;
	margin: 0;
	padding: 5px 10px;
	font-size: 10px;
	color: #000000;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	clear: both;
}
#footer a { color: #990000; }

.illustration {
	float: left;
	margin-right: 5px;
}
/* CLEARFIX */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}		
.clearfix {
    display: inline-block;
}		
html[xmlns] .clearfix {
    display: block;
}		
* html .clearfix {
    height: 1%;
}

#left .notes { font-size: 11px; }
#right .notes { font-size: 10px; }
