﻿.break { 
	clear:both; 
}

#header { 
	height:330px; 
	float:left;
	padding:13px 0 0 20px
}

.headerimg { 
	background-position: center top; 
	background-repeat: no-repeat; 
	width:365px; 
	height:330px; 
	position:absolute; 

}

#headertxt { 
	width:365px; 
	margin:0; 
	clear:both; 
}

#firstline { 
	color:#333; 
	font-size:16px; 
	padding:240px 0 0 0; 
	float:left; 
	display:block; 
}

#secondline { 
	color:#CD2B3A; 
	text-decoration:none; 
	font-size:14px; 
	padding:0; 
	float:left; 
	display:block; clear:both; 
}

#secondline:hover { 
	text-decoration:underline; 
	color:#7F000C; 
}

.pictured { 
	background-color:#fff; 
	color:#000; 
	font-size:12px;
	width:333px; 
	padding:9px 16px; 
	text-transform:uppercase;
	float:left; 
	display:block; 
	clear:both; 
	margin:243px 0 0 0; 
}


.pictured a { 
	font-size:12px; 
	font-style:italic; 
	letter-spacing:0; 
	text-transform:none; 
	color:#000; 
	text-decoration:none; 
}

.pictured a:hover { 
	text-decoration:underline; 
}

/* CONTROLS */
.btn { height:32px; width:32px; float:right; cursor:pointer;}

#back { background-image:url("../images/btn_back.png"); }
#next { background-image:url("../images/btn_next.png"); }
#control { background-image:url("../images/btn_pause.png"); }

/* HEADER HAVIGATION */
#headernav-outer { position:relative; top:240px; margin:0; width:365px; }
#headernav { padding-left:2px; }





