
.header {
	background: #ffffff url(images/headerback.jpg) no-repeat;
	height: 70px;
	width: 974px;
	}
	
	
#left_column_top{
	width:200px;
	height: 280px;
	padding-left:50px;
	float:left;
	margin:0;
	background: url(images/leftcol.jpg) no-repeat 50px 0px;
	vertical-align: middle;
}


#mainphoto{
	width:774px;
	height: 280px;
	float:left;
	margin:0;
	background: url(images/mainphoto.jpg) no-repeat;
}
#arrowhead  {
	padding-top: 10px;
	margin-bottom:-5px;
	vertical-align: text-bottom;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: left;
	font-size: 1.1em;
	line-height: 1em;
	text-transform: lowercase;
}
#arrowhead ul {
list-style-type: none;
padding: 0em;
margin: -5px; /* full left margin to start of bullit */
}

#arrowhead ul li {
background-image: url(/images/arrowleft.png);
background-repeat: no-repeat;
background-position: 0em .1em; /* position of bullit, horizontal, vertical */
padding-left: 15px; /* padding from bullit to text */
}
