
#left_column {
	width: 250px;
	
}
#left_column p {
	margin: 0;
	padding: 5px 0;
	line-height: 120%;
}
#left_column hr {
	height: 1px;
	background: #825c21;
	color: #825c21;
	border-style: none;
}
#right_column {
	width: 500px;
	padding-left:25px;
	background: url(../images/bg_line.jpg) repeat-y;
}

/* drop shadow */
#header_image_home {
	position: relative;	
	width: 819px;
	height: 308px;
	margin-left: 26px;
	margin-right: 26px;	
	margin-bottom: 10px;
	margin-top: 5px;
}

#homeimg {
	position: absolute;
}

#banner {
	position: absolute;
	left: 7px;
	top: 7px;
	z-index: 2;
}

