#sidebar {
	position: absolute;	
	top: 61px;
	left: 830px;
	width: 160px;
	padding: 0px;
	background : #EEE2D4 url(../images/) no-repeat top left;
}

#sidetop {
	position: absolute;	
	top: 50px;
	left: 830px;
	background : url(../images/pst.gif) no-repeat top left;
	width:160px;
	height:10px;
	overflow: hidden;
	border-bottom: 1px solid #aaaaaa;
}

#sidebottom {
	position: absolute;
	background: url(../images/psb.gif) no-repeat top right;
	width:160px;
	height:10px;
	overflow: hidden;
	margin-bottom: 10px;
	border-top: 1px solid #aaaaaa;
}

#sidebar h2 {
	font-size: 10pt;
	color: #D1B18B;
	font-weight: bold;
	margin-top: 2pt;
	margin-bottom: 2pt;
	padding: 0px 10px 0px 10px;
}

#sidebar p {
	margin: 0px 0px 5px 0px;
	padding: 0px 10px 0px 10px;
}

#sidebar ul {
	list-style: none;
	padding: 0px;
	margin: 6px 0px 6px 10px
}

#sidebar a {
	font-weight: bold;
	color: #C38166;
	text-decoration: none;
	padding: 0px 10px 0px 0px;
}

#sidebar li {
	padding: 2px 0px 2px 16px;
	background: url(../images/pbul.gif) no-repeat top left;
}

#sidebar img {
	margin: 2px 0px 2px 12px;
	padding: 0px;
}

#sidebar iframe {
	margin: 2px 0px 2px 12px;
	padding: 0px;
}