 @import url("reset.css"); 
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	margin:0px;
	padding:10px;
	background-color:white;
	color:black;
}
div#holder {
	width:720px;
	margin:34px auto auto auto;
	position:relative;
}

div#topBar {
	background-image:url(../img/site/top_bar.png);
	height:25px; /* 33px - 8px */
	width:712px; /* 720px - 8px */
	text-align:right;
	padding-top:8px;
	padding-right:8px;
}

div#colwrap {
	background-color:#f6d2a0;
	background-image:url(../img/site/main_col_bg.png);
	background-repeat:repeat-y;
	overflow:hidden; /* Scroll broke IE8 */
}
div#leftBar {
	float:left;
	width:122px; /* 146px - 24 px */
	padding-left:24px;
	padding-top:39px;
}
div#leftBar ul {
	position:relative;
	top:-7px;
}
div#content {
	float:left;
	width:538px; /* 574px - 36px */
	padding:36px 18px 18px 18px;
	background-image:url(../img/site/main_panel_curve.png);
	background-repeat:no-repeat;
	background-position:top left;
}
div#base {
	background-image:url(../img/site/base_curve.png);
	background-position:bottom left;
	height:25px; /* 33px - 8px */
	width:712px; /* 720px - 8px */
	text-align:right;
	padding-top:8px;
	padding-right:8px;
}
div#content ul {
	list-style-type:disc;
	margin:1em;
}

h1 {
	background-image:url(../img/site/logo.png);
	background-repeat:no-repeat;
	text-indent:-3000px;
	width:127px;
	height:48px;
	display:block;
	position:absolute;
	left: 6px;
	top: 6px;
	cursor:pointer
}
a {
	color:black;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p {
	margin-bottom:1em;
}
img#char {
	float:right;
	margin:8px;
}	
br.clear {
	clear:both;
}	
dt {
	font-weight:bold;
	margin-top:1em;
}
ol li {
	margin:1em 0 1em 0;
}
 li img {
	display:block;
	margin:1em 0 1em 0;
}
