﻿#header, #headerTable
{
	width: 100%;
	height: 100px;
}

#headerLeft, #headerRight
{
	height: 100px;
}

#headerLeft
{
	background-image: url('../../../../Images/LightBlue/Web/Header/headerbg.gif');
	background-repeat:no-repeat;
	
	width: 400px;
}

#headerRight
{
	background-image: url('../../../../Images/LightBlue/Web/Header/motto.gif');
	background-position: right;
	background-repeat:no-repeat;
}

#headerLeft img
{
	margin-left: 10px;
	margin-top: 45px;
}

#headerLeft a:link 
{
	text-decoration:none;
}

#headerLeft a:visited 
{
	text-decoration:none;
}

#headerLeft a:active
{
	text-decoration:none;
}

#headerLeft a:hover
{
	text-decoration: none;
	background-color: Transparent;
}
