/* homepage (hp) styles */
				
.hp
			{
				width: 674px;
				margin-top: 8px;
				}
				
.hp_content_outer
			{
				width: 534px;
				}
				
.hp_content-bgimg
			{
				background: #fff url(../images/hp_inner.jpg) top left no-repeat;
				height: 460px;
				}
				
.hp_inside-content-bgimg
			{
				background: #fff url(../images/hp_inside-inner.jpg) top left no-repeat;
				}
				
.hp_content_inner
			{
				padding: 3em 2em 1em 1em;
				line-height: 1.5em;
				}
				
.hp_left_outer
			{
				background: url(../images/hp_left-bgimg.jpg) top left repeat-y;
				width: 140px;
				border-bottom: 6px solid #fff;
				}
				
/* images */
				
img.hp_left
			{
				width: 140px;
				}
				
img.hp_top
			{
				width: 674px;
				height: 162px;
				}
				
