.brandLeftSide
{
	width:140px;
	float:left;
	height:500px;
}

.brandLeftSide img
{
	margin-top:10px;
}

.brandRightSide
{
	padding-left:10px;
	width:400px;
	float:left;
	text-align:left;
	font-size:16px;
	scrollbar-face-color:#764230;
	scrollbar-highlight-color:Black;
	scrollbar-3dlight-color:Black;
	scrollbar-darkshadow-color:Black;
	scrollbar-shadow-color:Black;
	scrollbar-arrow-color:White;
	scrollbar-track-color:#DEDDB5;
	color:#993300;
	height:450px;
	overflow-y:scroll;	
}

.brandRightSideImg
{	
	width:140px;
	float:right;
}

.brandRightSideImg img
{
	margin-top:10px;
}

.brandRightSide a
{
	text-decoration:none;
	color:Blue;
} 

.brandRightSide a:hover
{
	text-decoration:underline;
}