html, body
{
	padding: 0px;
	margin: 0px;
	
	width: 100%;
	height: auto;
	
	font-family: Verdana, Tahoma, Helvetica, Arial;
	background-color: #FFFFFF;	
}

.map {
  font-size: 0.7em;
}

.mapsSmall {
  font-size: 0.7em;
  font-style: italic;
}

#Wrap
{
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 800px;
	min-width: 1000px;
}

#TopLeft
{
	position: absolute;
	z-index: 700;
	top: 0px;
	left: 10px;
	
	background-repeat: no-repeat;
	background-position: top left;
}

#TopRight
{	
	position: absolute;
	z-index: 20;
	top: 0px;
	right: 0px;	
	
	background-repeat: no-repeat;
	background-position: top left;
}

.SouthernFlightsTopLeft
{	
	width: 713px;
	height: 281px;
	
	background-image: url("../images/southernflights.gif");
}
.SouthernFlightsTopRight
{	
	width: 789px;
	height: 470px;
	
	background-image:url("../images/pagebg.gif");
}

.HampshireFlightsTopLeft
{	
	width: 727px;
	height: 252px;
	
	background-image: url("../images/hampshireflights.gif");
}
.HampshireFlightsTopRight
{	
	width: 790px;
	height: 333px;
	
	background-image:url("../images/pagebg-hampshire.gif");
}

.BerkshireFlightsTopLeft
{	
	width: 665px;
	height: 226px;
	
	background-image: url("../images/berkshireflights.gif");
}
.BerkshireFlightsTopRight
{	
	width: 790px;
	height: 333px;
	
	background-image:url("../images/pagebg-berkshire.gif");
}


.SurreyFlightsTopLeft
{	
	width: 559px;
	height: 235px;
	
	background-image: url("../images/surreyflights.gif");
}
.SurreyFlightsTopRight
{	
	width: 790px;
	height: 333px;
	
	background-image:url("../images/pagebg-surrey.gif");
}

#Menu
{
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	bottom: 0px;
	
	width: 156px;
	height: 1000px;;
	
	background-color: #e9c66c;
	background-image: url("../images/menubg.gif");
	background-repeat: no-repeat;
	background-position: top left;
	
	text-align: right;
}
#Menu a, #Menu a:link, #Menu a:visited, #Menu a:active, #Menu a:hover
{
	display: block;
	position: relative;
	
	padding-bottom: 5px;
	padding-right: 5px;
	
	color: #063469;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
#Menu a:hover
{
	text-decoration: underline;
}
.MenuSpacer
{
	position: relative;
	width: 156px;
	height: 314px;
}

#Content
{
	position: absolute;
	z-index: 100;
	top: 311px;
	left: 182px;
	
	width: auto;
	height: auto;
	margin-right:30px;
}
#Content a, #Content a:link, #Content a:visited, #Content a:active, #Content a:hover
{	
	color: #063469;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}
#Content a:hover
{
	text-decoration: underline;
}

img
{
	border: 0px;
}

h1
{
	font-weight: normal;
	font-size: 20px;
	color: #063469;
}

.TinyText
{
	font-size: 10px;
	font-weight: bold;
}

.FaqQuestion
{
	 color: #063469;
	 font-weight: bold;
}

.Caption
{
	font-weight: bold;	
	font-size: 11px;
}

#Footer
{
	position: absolute;
	z-index: 250;
	bottom: 5px;
	left: 0px;
	width: 100%;
	height: 25px;
	
	text-align: center;
	
	font-size: 10px;
	color: #063469;
	font-weight: bold;
}

#Footer a, #Footer a:link, #Footer a:visited, #Footer a:active, #Footer a:hover
{
	font-size: 10px;
	color: #063469;
	font-weight: bold;
	text-decoration: none;
}
#Footer a:hover
{
	text-decoration: underline;
}

.FooterLinks
{
	padding-top: 2px;
}
