﻿body
{
	background-position: top center;
	background-image: url(../Images/Background.jpg); 
	background-color: #000000;
	background-repeat: no-repeat;
	width: 100%;
	text-align: center;
} 

#login
{
	color: #FFFFFF;
	position:absolute;
	right: 10px;
	bottom:5px;
}  

#admin
{
	color: #FFFFFF;
	position:absolute;
	right: 10px;
	bottom:20px;
}

#gmaps
{
	color:#000000;
	font-size: small
}

#container {
	width: 925px;
	margin: 0 auto;
	background-color: #000;
}
	
#topContent 
{
	text-align: right;     
	background-color: #000000;     
	color: #FFFFFF;     
	font-size: x-large;     
	text-decoration: none;     
	font-weight: bold;     
	padding: 10px;
	float: right; 
}

#leftContent
{ 
	height: 100%;
	background-color: #000000;		
	background-position: top;
	font-family: Cambria;
	color: #FFFFFF;
	font-size: medium;
	text-decoration: none;
	float: left;
	display: table-cell;
	vertical-align: top;
}

#mainContent
{
	background-color: #000000;
	height:150%;
	color: #FFFFFF;
	font-family: Cambria;
	clear: right;
	float: right;
	width: 700px;
	text-align: left;
}

#FooterContent
{
	clear: both;
	font-family: Cambria;
	font-style: italic;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
}

#SpaceContent
{
	color: #FFFFFF;
}

h1
{
	font-weight: bold; 
	font-size: large;
	text-decoration: italics;
}
