@charset "utf-8";
/* CSS Document */

#header {
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #003399;
	border-left-color: #003399;
}
#hd-woman {
	background-image: url(../images/header_woman.jpg);
	height: 70px;
	width: 300px;
	background-repeat: no-repeat;
	padding-left: 640px;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	color: #003399;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 60px;
	text-align: right;
	letter-spacing: .1em;
}
#hd-guy {
	background-image: url(../images/header_guy.jpg);
	height: 70px;
	width: 300px;
	background-repeat: no-repeat;
	padding-left: 640px;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	color: #003399;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 60px;
	text-align: right;
	letter-spacing: .1em;	
}
#hd-blonde {
	background-image: url(../images/header_blonde.jpg);
	height: 70px;
	width: 300px;
	background-repeat: no-repeat;
	padding-left: 640px;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	color: #003399;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 60px;
	text-align: right;
	letter-spacing: .1em;	
}

