/* used to display red line up top */
#header_tall {
	background-image: url(images/header_red.gif);
	background-repeat: repeat-x;
	background-position: top;
}
/* top portion of header - small icons */
#header_top{
	height:auto;
	width:auto;
	padding-top: 50px;
	padding-left: 600px;
}
/* header logo and buttons */
#header_sm {height:358px;}
/* header buttons only */
#header_btn {height:65px;}
