﻿.website-header {
	height: 65px;
	background: rgb(119,94,151);	
	padding: 0;
	color: White;
	border:1px solid #674E87;
}

.website-header > .logo {
float:left;
padding:0 0 0 13px;
width:170px;
}

.website-header > .logo > .title {
	font-size: 24px;
	font-weight: bold;
}

.website-header > .logo > .subtitle {
font-size:12px;
font-weight:bold;
padding-left:2px;
padding-top:9px;
}


.website-header > .banner {
float:left;
padding:5px 0;
width:420px;
}

.website-header > .banner > .title {
	font-size: 16px;
	font-weight: bold;
	
}

.website-header > .banner > .subtitle {
color:#FFCC99;
font-size:13px;
font-weight:bold;
padding:10px 0 0 2px;
}


.website-header > .menu {
float:right;
padding:5px 10px 0 0;
text-align:right;
width:340px;
}

.website-header > .menu .connect {
	font-size: 10px;
}

.website-header > .menu > a {
color:#F1EEF4;
font-size:12px;
padding:2px 12px;
}

.website-header > .menu > a.username {
font-weight: bold;
}