@charset "UTF-8";

#sidebar1 {
	position: relative;
	float: right;
	left: 0px;
	width: 190px; /* actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 470px;
	padding: 80px 0px;
	top: -5px;
	text-align: right;
	background-image: url(http://bettenoir.com/img/NewBetteBabeBG.png);
	background-position: top right;
	background-repeat: no-repeat;
 }



.nbar {
	float: right;
	position: relative;
	width: 220px;
	height: 40px;
	right: 0px;
	top: 190px;
	z-index: 1;
	padding: 3px;
	margin: 15px 0px 6px 0px;
	text-align: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	letter-spacing: 5px;
	background-color: #FFDB8A;
}

a.nbar:link {
	color: #FFDB8A;
	background-color:#000000;
	}
a.nbar:visited {
	background-color: #000000;
	color: #FFDB8A;
	}
a.nbar:hover {
	background-color: #00000;
	color: #CC0000;
	}
a.nbar:active {
	color: #660000;
	}



