#right
{
  font-family:Georgia, "Times New Roman", Times, serif;
  width: 169px;
	float: right;
	padding: 0px;
	margin-top: 4px;
	background: url(../images/templates/right_middle.gif) repeat-y top left;
}

#right .top
{
  background: url(../images/templates/right_top.gif) no-repeat top left;
	padding: 0px;
	margin: 0px;
	width: 169px;
	height: 18px;
}

#right .bottom
{
  background: url(../images/templates/right_bottom.gif) no-repeat bottom left;
	padding: 0px;
	margin: 0px;
	width: 169px;
	height: 21px;
}

.content {padding: 0px 15px;}


#right ul 
{
	margin: 0px;
	padding: 0px;
	list-style:none;
	
}

#right ul li 
{
	margin: 0px;
	padding: 0px;
	display: block;
}

#right ul a 
{
	display: block;
	width: 125px;
	background: #c7b8a4;
	color: #000;
	padding: 3px;
	padding-left: 10px;
	text-decoration: none;
	margin: 0px;
	border-bottom: 1px dashed white;
}

#right ul a:hover 
{	color: #FFFFFF;background: #822C0F;}



/*  Headers  */
h4 
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #666666;
	background-color: transparent;
	font-size: 0.9em;
	font-weight: bold;
}


hr
{
  border: 0px;
  border-bottom: 1px #F0EBE7 dashed;
	height: 1px;
}


