.header {
	height: 83px;
	width: 100%;
}
.header-start {
	float: left;
	width: 350px;
	height: 83px;
	background: url('../images/layout/header-left3.gif') no-repeat;
}
.header-end {
	float: right;
	clear: right;
	width: 395px;
	height: 63px;
	background: url('../images/layout/header-right.gif') no-repeat;

	text-align: right;
	margin-right: -1px;
	margin-top: 7px;

}

.header-contents {
	background: url('../images/layout/header-bg.gif') repeat-x;
	background-position: 0 7px;
	height: 83px;

	text-align: left;
	color: red;
}

.header h1 {
	border-top: 1px dashed #C0C0C0;

	font-family: Tahoma;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-left: 45px;
	padding-left: 8px;

	width: 220px;
}

.header .subtitle {
	font-family: Arial;
	font-size: 10px;
	color: white;
	text-transform: uppercase;
	margin-left: 60px;
	margin-top: 2px;
}

.header .dropmenu {
	width: 200px;
}

.header-nav {
	text-align: left;
	font-family: Tahoma;
	font-size: 11px;
	color: white;

	margin-left: 175px;
	margin-top: 20px;
}
.header a {
	font-family: Tahoma;
	font-size: 11px;
	color: white;
	text-decoration: underline;
}
.header a:hover { text-decoration: none; }


