#side {
	position: relative;
	float: right;
	width: 172px;
	margin: 10px 0px 0px 0px;
}

#sidebar {
	width: 150px;
	padding: 10px;
	border: 1px solid #941969;
	background : #ffffff url(../images/pshadow.gif) no-repeat top left;
}

#sidebar h2 {
	font-size: 10pt;
	color: #941969;
	font-weight : bold;
	margin-top : 2pt;
	margin-bottom : 2pt;
}

#sidebar p {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}



#sidebar a {
	font-weight: bold;
	color: #941969;
	text-decoration: underline;
}

#sidebar a:hover {
	font-weight: bold;
	color: red;
	text-decoration: underline;
}

#sidebar ul {
	list-style: none;
	padding: 0px;
	margin: 6px 0px 6px 10px;
}

#sidebar li {
	padding: 2px 0px 2px 16px;
	background: url(../images/pbull.gif) no-repeat top left;
}

#sidebar .line {
	height: 1px;
	background-color: #941969;
	border: 0;
	padding: 0;
	margin: 5px 0 5px 0;
	overflow: hidden;
}
