#homeDiv
{
	position: relative;
	
	top: -5px;
	
	background-image: url(images/home/home1.jpg);
	background-repeat: no-repeat;
	
	background-position: 35px 0px;
	
	height: 439px;
}
* html #homeDiv
{
 	height: 510px;
}
h1.commentBox
{
	position: relative;
	float: left;
	
	left: 10px;
	top: 10px;
	
	filter: alpha(opacity=62);
	moz-opacity: .62;
	opacity: .62;
	
	background-color: #C19D3D;
	color: #ffffff !important;
	/*background-image: url(images/comment_back2.jpg);*/
	
	border-style: solid;
	border-color: #ffffff;
	border-width: 1px;
	
	font-size: 16px;	
	font-weight: bold;	
	line-height: 30px;

	width: 250px;	
	
	padding: 18px;	
	margin-top: 5px;
}
#homeComment
{	
	position: relative;	
	
	float: right;
	
	top: 290px;
	left: -55px;
	
	border-style: solid;
	border-color: #4b4b4b;
	border-width: 1px;
	
	padding: 10px;
	
	width: 475px;
	
	/*background-image: url(images/comment_back.jpg);
	background-position: -200px -200px;*/
	background-color: #c4bd97;
	
	font-size: 16px;	
	text-align: justify;
	
	filter: alpha(opacity=82);
	moz-opacity: .82;
	opacity: .82;
	
	color: #ffffff;
}
#homeImg
{
	float: left;
	
	padding: 5px;
	margin: 35px 0px 0px 0px;
	
	border-style: solid;
	border-color: #4b4b4b;
	border-width: 1px;	
	
	width: 383px;
	height: 285px;
}