#wrapper
{
	margin-bottom: 30px;
	padding: 10px 2.5%;
	border-top: 0.1em solid #ccc;
	background: #fff;
	text-align: left;
	overflow: hidden;
}
#container
{
	float: left;
	width: 100%;
	margin-right: -19em;
	padding: 0 0 1em;
	position: relative;
	min-height: 0;
}
#main
{
	margin-right: 19em;
	position: relative;
	text-decoration: none;
	min-height: 0;
}
#side
{
	float: left;
	display: inline;
	width: 18em;
	padding-bottom: 1.3em;
	position: relative;
	color: #382E1E;
	overflow: hidden;
	text-align:left;
}
p
{
	margin: 0 10px 1em;
}
.strong
{
	font-weight: 700;
}
.clear
{
	clear: both;
}
/* --- Headings --- */h1
{
	font-family: georgia, 'times new roMen' ,times,serif;
	font-size: 2.5em;
	font-weight: normal;
	color: #000000;
}
h1, h2, h3
{
	margin-bottom: 1em;
}
h2, h3, h4 a, h5 a
{
	padding: 3px 10px;
	text-decoration: none;
}
h2, h3, h4, h5
{
	font-size: 1em;
}
#main h2
{
	background-color: #ffffff;
}
#side, #side h2, #side h3
{
	background-color: #FEFDF9;
	color: #000000;
}
#side h2
{
	border-bottom: 10px solid #484b51;
}
/* --- Links --- */a
{
	color: #05b;
}
a:hover, a:focus, a:active
{
	border-color: #bcd;
	text-decoration: none;
	text-decoration: none;
	outline: 0 none;
}
#side a
{
	display: block;
	border-width: 0 0 1px;
	border-color: #ffffff;
	color: #000000;
	text-decoration: none;
	padding-bottom:3px;
	font-family: Verdana;
	font-size: 13px;
}

#side a:hover, #side a:active, #side a:focus
{
	background-color: #FEFAFE;
	
	text-decoration: none;
}
/* --- Accordion --- */.js #main .accordion
{
	visibility: hidden;
}
.js #side .accordion
{
	display: none;
}
.accordion
{
	margin: 0;
	padding: 0 5px;
	text-decoration: none;
}
.accordion li
{
	list-style-type: none;
	text-decoration: none;
}
.accordion li.last-child
{
	margin-left: 2px;
	list-style-type: disc;
	text-decoration: none;
}
#side ul.accordion ul
{
	margin: 10;
	padding: 0 0 0 15px;
	text-decoration: none;
}
.accordion .outer
{
	border: 1px solid #dadada;
	border-width: 0 1px 1px;
	background: #fff;
}
.accordion .inner
{
	margin-bottom: 0;
	padding: .5em 20px 1em;
	position: relative;
	overflow: hidden;
}
.accordion .inner .inner
{
	padding-bottom: 0;
}
.accordion .h
{
	padding-top: .3em;
}
/* vertical padding instead of vertical margin (ie8) */.accordion p
{
	margin: .5em 1px 1em;
}
/*