#sidebar {
	clear:both;
	max-width:1600px;
	width:95%;
	margin: 10px auto;
}

#sidebar div.top {
    background:url(../images/sidebar/tl.png) no-repeat bottom left;
    padding:0px;
    width:100%;
}

#sidebar div.top div.right {
	background:url(../images/sidebar/t.png) no-repeat bottom right;
	height:14px;
	margin-left:14px;
}

#sidebar div.middle {
	background:url(../images/sidebar/l.png) repeat-y left;
	clear:both;
	width:100%;
}

#sidebar div.middle div.right {
    background:url(../images/sidebar/r.png) repeat-y right;
    margin-left:14px;
}

#sidebar div.middle div.right div.content {
	background:url(../images/sidebar/bg.png) repeat top left;
	color:#fff;
	font-size:0.9em;
	line-height:1.1em;
	margin-right:14px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sidebar div.bottom {
    background:url(../images/sidebar/bl.png) no-repeat top left;
    clear:both;
    padding:0px;
    width:100%;
}

#sidebar div.bottom div.right {
	background:url(../images/sidebar/b.png) no-repeat top right;
	height:14px;
	margin-left:14px;
}

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar p, #sidebar ul {
	margin: 0px;
	padding-left: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#sidebar b, #sidebar strong {

	font-size: 1.1em;
	color: #9CB6C6;
	font-weight: 700;
}

#sidebar ul {
	padding-right: 5px;
	padding-left: 25px;
	padding-top: 0px;
	padding-bottom: 15px;
	color: #FFFFFF;
	list-style-type: disc;
}

#sidebar h2 {
	font-size: 1.2em;
	color: #9CB6C6;
	font-weight: bold;
	line-height: 1.2em;
	padding-top: 5px;
	padding-bottom: 15px;
}

#sidebar p {
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar h3 {
	font-size: 1.2em;
	color: #9CB6C6;
	font-weight: bold;
	line-height: 1.2em;
	padding-top: 5px;
}
