#images-area
{
	float: right;
	width: 267px;
}

.image-area
{
  background:url(/images/frontend/layout/home-picture-bg.jpg) no-repeat scroll bottom left;
  width: 267px;
  height: 111px;
}

.title
{
	color: #333333;
	background-color: #efefef;
	font-size: 100%;
	font-weight: bold;
	height: 20px;
	margin-left: 6px;
	margin-right: 9px;
	padding-left: 20px;
}

.image-area .image
{
  padding-top: 12px;
  padding-left: 15px;	
}

#text-area
{
  width: 500px;
}

#text-area #bg-top
{
  background:url(/images/frontend/layout/text-border-top.jpg) no-repeat scroll bottom left;
  width: 500px;
  height: 15px;
}

#text-area #bg-bottom
{
  background:url(/images/frontend/layout/text-border-bottom.jpg) no-repeat scroll top left;
  width: 500px;
  height: 13px;
}

#home-text
{
  background:url(/images/frontend/layout/text-border-middle.jpg) repeat-y scroll top left;
  padding-left: 20px;
  padding-right: 20px;		
  padding-top: 20px;
  color: #333333;
}

#home-text h1
{
  font-size: 123.1%;
  font-weight: bold;
}

#home-text p
{
  margin-top: 10px;
  line-height: 200%;
  font-size: 93%;
}
