﻿
.RightBox 
{
	margin-bottom:5px;
	clear:both;
}

#RightContent .RightBox 
{
	border:#d9d4c1 2px solid;
	padding:3px;
	background:#eeeee6;
}

#RightContent .RightBox img
{
	border:solid 5px #d9d4c1;
}

#RightContent .RightBox a 
{
	color:#62561a;
	font-weight:normal;
	text-decoration:none;
	font-size:90%;
	margin-bottom:0px;
}

#RightContent .RightBox a:hover
{
	color:#c00;
	text-decoration:underline;
}

#RightContent .RightBox h3
{
	margin-bottom:3px;
	margin-left:5px;
}

#RightContent .RightBox h3 a
{
	color:#62561a;
	font-weight:normal;
	text-decoration:underline;
	font-size:95%;
	margin-bottom:0px;
}

#RightContent .RightBox ul,
#RightContent ul.RightBox
{
	margin-bottom:3px;
	margin-left:0px;
	list-style-type:none;
}

#RightContent .RightBox ul li
{
	margin-bottom:10px;
	margin-left:0px;
}

#RightContent .RightBox ul li a
{	
}

.RightBoxFloated,
.LeftBoxFloated
{	
	margin-bottom:10px;
}

.RightBoxFloated
{
    margin-left:10px;
    float:right;   
}
.LeftBoxFloated
{
    margin-right:10px;
	float:left;
}
