html,body{
	margin:0;
	padding:0;
	color: Black;
	background-color: #FFF;
}

div#container{
	position: relative;
	background: white;
	margin-left: auto;
	margin-right: auto;
	min-height: 846px;
	height:auto!important;
	height: 830px;
	width: 760px;
	border: 1px solid black;
}
div#header{
	position:relative;
	top: 0px;
	background-image: url(Images/Header.jpg);
	background-repeat: no-repeat;
	width: 760px;
	height: 270px;
	text-align: center;
}
div#menu{
	position:relative;
	background-color: #0099FF;
	top: 0px;
	width: 760px;
	height: 25px;
	text-align: center;
}
div#header p{
	position: absolute;
	margin-bottom: 0em;
	bottom: 0em;
	width: 100%;
	left: 0em;
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #0099FF;
}
div#main{
	position: relative;
	background-color: #0099FF;
	height: auto;
	width: 100%;
	border-top: 1em solid #0099FF;
	text-align:center;
}
div#mainL{
	position: relative;
	border-top: 1em solid #0099FF;
	float: left;
	width: 305px;
	height: 419px!important;
	height: 418px;
	background-color: #0099FF;
	padding-right: 5px;
}
div#mainM{
	position: relative;
	border-top: 1em solid #0099FF;
	background-color: #FFF;
	float: left;
	font-size: 16px;
	font-family: "Arial Narrow";
	font-weight: bold;
	color: #0099FF;
	width: 134px;
	padding-right: .5em;
	padding-left: .5em;
	text-align: center;
}
div#mainM hr{
	color: #1E90FF;
	background-color: #1E90FF;
	width: 75%;
	height: .3em;
}
div#mainM a{
	font-size:20px;
	text-decoration:none;
	color:#0000CC;
}
div#mainR{
	position: relative;
	border-top: 1em solid #0099FF;
	float: left;
	background-color: #0099FF;
	width: 300px;
}
div#footer{
	float: left;
	width: 760px;
	position: relative;
	height: 125px;
	background-image:url(Images/footer.jpg);
	background-repeat:no-repeat;
	border-top: 1em solid #0099FF;
}
.footerL{
	width:33%; 
	float:left; 
	display:block;
	text-align:left;
	height:4em;
}
.footerL h4{display:inline;}
.footerL h3{display:inline;}

.footerM{
	width:32%; 
	float:left; 
	display:block;
	text-align:center;
	height:4em;
}
.footerM H1{display:inline; font-family:Arial, Helvetica, sans-serif; font-size:40px; font-weight:bold; color: #9966CC;}
.footerM P{
	display:inline; 
	position:absolute; 
	bottom: 0em!important;
	bottom:.5em; 
	margin-left:-2em; 
	font-weight:bold;}
.footerR{
	width:33%; 
	float:left; 
	display:block;
	text-align:right;
	height:4em;
}
.footerR h4{display:inline;}
