﻿.header
{
	position: relative;
}

.header .logo
{
	float: left;
}

.header .welcome
{
	position: absolute;
	right: 0;
	bottom: 0;
}

.header .welcome span
{
	font-family: Arial Narrow, Arial;
	font-style: italic;
	font-size: 12px;
}

.header .welcome div
{
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
}