@charset "utf-8";
html, body, #wrap {
	margin: 0;
	padding: 0;
	font: 14px/1.3 Arial, Helvetica, sans-serif;
	color: #666;
}
body {
	background: white url(../images/body_background.gif) top left repeat-y;
}
#wrap {
	display: block;
}
#header {
	position: absolute;
	top: 50px;
	height: 21px;
	left: 240px;
}
#content {
	float: left;
	display: block;
	padding-top: 100px;
	height: 500px;	
	background: url(../images/footer_line.gif) repeat-x 0 71px;
}
#left {
	position: absolute;
	top: 0;
	left: 0;
	width: 210px;
	height: 500px;
}
#footer {
	clear: left;
	float: left;
	width: 100%;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
#footer_line {
	background: url(../images/footer_line.gif) repeat-x;
	height: 1px;
	margin: 10px 0 0;
}
a, a img {
	border-style: none;
	outline: none;
}
.hidden {
	display: none;
}
#ed_container {
	padding-left: 220px;
	display: block;
}
table.contentpaneopen,
span.article_separator {
display: none;
}
div img {padding-bottom: 10px;}
h2 { color: #666666; font-size: 18pt; padding-left: 13px; margin: 0; font-weight: normal; clear: left;}
p {color: #666666; font-size: 10pt; padding-left: 13px; margin: 2px 0; clear: left;}
