﻿body
{
	background-color:#14285f;
	margin:0px;
	padding:0px;
	font-family: Arial;
	color: #99ccff;
	font-size: 12px;
}


#Header
{
	background-color: black;
	background-image: url(Images/website/headerlogo.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 100px;
	border-bottom: red double;
}

#HeaderBanner
{
	position:absolute;
	left:800px;
	top:0px;
	background-color: black;
	width: 468px;
	height: 100px;
	border-bottom: red double;
}


#Login
{
	background-color: #14285f;
	width: 100%;
	padding-left: 10px;
	font-size: 12px;
	color: #99ccff;
	font-family: Arial;
	padding-bottom: 5px;
	padding-top: 5px;
}


#Navigation
{
	background: #14285f;
	float: left;
	width: 120px;
	height: 100%;
	padding-right: 5px;
	padding-left: 2px;
	font-size: 16px;
	padding-bottom: 5px;
	text-transform: capitalize;
	color: #97ccff;
	padding-top: 5px;
	font-family: Arial;
	text-align: left;
	font-weight: bold;
}


#Content
{
	background: #14285f;
	float: left;
	width: 660px;
	height: 100%;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	color: #99ccff;
	padding-top: 5px;
	font-family: Arial;
	border-left: red thin solid;
	font-size: 12px;

}

#RightBanners
{
	background: #14285f;
	padding-left: 15px;
	float: left;
	width: 10px;
	height: 100%;

}

#Footer
{
	clear: both;
	background: #14285f;
	width: 100%;
	height: 100%;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
	padding-bottom: 5px;
	color: #99ccff;
	padding-top: 10px;
	font-family: Arial;
	text-align: right;
}

#Escort
{
	background: #14285f;
	color: #99ccff;
	font-family: Arial;
	font-size: 12px;
	border-top-width: thin;
	border-left-width: thin;
	border-left-color: red;
	border-bottom-width: thin;
	border-bottom-color: red;
	margin: 0px;
	border-top-color: red;
	text-align: center;
	border-right-width: thin;
	border-right-color: red;
	
}