﻿@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	margin: 30px auto;
	height: 1400px;
	width: 779px;
}

#top-banner {
position:relative;
	height:169px;
	width:385px;
	float:left;
	left:10px;
}


#banner {
position:relative;
	height:172px;
	width:778px;
}
#top_nav {
position:relative;
	height:29px;
	width:778px;

}

#quote {
position:relative;
	height:60px;
	width:778px;

}

#page_content {
position:relative;
	height:302px;
	width:778px;

}
#devlin {
	
}


#footer {
    position:relative;
	height:198px;
	width:778px;

}

#sched{
	font-size: 10pt;
	font: 100% "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	position: relative;
	width: 778px;
	height: 162px;
	color: #FFFFFF;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}