﻿@import url("layout.css");
body{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	background-color: #262262;
}

#container{
	width: 1030px;
	margin: 0 auto;
	background-position: center;
	background-image: url('../images/New%20site%20images/containerbackground.PNG');
	background-repeat: repeat;
}


#header{
	width:100%;
	background-color: #262262;
	background-position: center;
	background: center;
}



#lrow{	
	width: 100%;
	text-align: center;
	background-color: white;
	padding-left:5px;
	border-bottom-color: #262262;
	border-style: none none double none;}

#midrow{
	width: 100%;
	text-align: center;
	background-color: white;
	padding-left:5px;
	border-bottom-color: #262262;
	border-style: none none double none;
}

#rrow{
	width: 100%;
	text-align: center;
	background-color: white;
	padding-left: 5px;
	border-bottom-color: #262262;
	border-style: none none double none;
	
}

#footer{
    width:100%;
	margin: 0 px;
	color: white;
}
h2{
	color:navy
}