﻿#titleLayer 
{
	position:relative;
	height:180px;
	width: 1200px;
	top:1px;
	left:15px;
	z-index:1;
	margin-bottom: 2px;
	background-image: url('../../images/site/logo.gif');
	background-repeat: no-repeat;
	background-position: right 10px top 5px;
	background-color: #273E99;
	background-size: 170px 170px;
	border-radius: 5px;
}

#menulayer
{
	position:relative;
	width: 1200px;
	height:42px;
	left:15px;
	padding-left: 0;
	padding-top: 2px;
	margin-top: 1px;
	background-color: #273E99;
	border-radius: 5px;
	z-index:2;
}

#footertitlelayer
{
	position: relative;
	left: 15px;
	top: 0;
	width: 1200px;
	height: 30px;
	background-color: #273E99;
	padding-top: 8px;
	border-radius: 5px;
}


#pagetitlelayer
{
	position: relative;
	top:5px;
	left:15px;
	width: 1200px;
	height: 30px;
	background-color: #273E99;
	border-radius: 5px;
}

#footersponsorlayer
{
	position: relative;
	left: 15px;
	top: 0;
	width: 1200px;
	height: 60px;
	padding-top: 8px;
	border-radius: 5px;
}

#sponsorLayer
{
	position:relative;
	height:90px;
	width: 1200px;
	left:15px;
	z-index:1;
	margin-bottom: 2px;
	background-color: #273E99;
	border-radius: 5px;
}