* {
	margin: 0;
}
html, body {
	height: 100%;
	width: 1200px;
	margin: 0 auto;
	background: #03001d;
	text-align: center;
}
	
	a.one:link {color:#ffffff;text-decoration:none;}
	a.one:visited {color:#ffffff; text-decoration:none;}
	a.one:hover {color:#0000ff;}

h1 
{
font-size: 25pt;
color: white;
}

h2
{
font-size: 18pt;
text-decoration: underline;
margin-bottom:4px;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -120px; /* the bottom margin is the negative value of the footer's height */
}

#logopic
{
	
	width: 1200px;
	position: relative;
	height: 250px;
	margin: 0 auto;
	
	
}

#navigation
{
	position: float;
	margin: -117px auto;
	text-align: center;
	font-size: 20pt;
}

#info
{
	width: 1200px;
	margin: 0 auto;
	color: white;
        text-shadow: 2px 2px 5px #000;
}

#info2
{
        width:1200px;
        height:325px;
}

#dropoff
{
        width: 400px;
        float: left;
        text-align: right;
}

#onsite
{
        width: 400px;
        Float: right;
        text-align: left;
}

#columns
{
        width: 1200px;
        height: 400px;
        margin: 0px auto;
}

#sandp
{
       text-align: left;
       color: white;
}

.footer {
	height: 120px;
	width: 1200px;
	background: url(navbottom.png) no-repeat;
	margin: 0 auto;
	text-align: center;
}

.push {
	height: 120px; /* .push must be the same height as .footer */
}

#bottomnav {
	width: 1200px;
	position: relative;
	margin: -71px 0 0 0;
	text-align: center;
	font-size: 20pt;
}
#left {
        width: 300px;
        float: left;
        text-align: right;
}

#right {
        width: 300px;
        float: right;
        text-align: left;
}

#bottom {
        width: 1200px;
        text-align: center;
}