﻿body{
	background:#494cc3 url('images/bkgd.gif') no-repeat fixed left bottom;
	font-family:Arial, Helvetica, sans-serif;
	font-size:smaller;
	color:navy;
	padding:0 0 0 0;
	margin: 0 0 0 0;
}

h1{
	background: white url('images/section.gif') no-repeat left top;
	margin:0 0 20px 0;
	text-indent: 70px;
	padding-top:40px;
	font-size: large;
	font-weight: 300;
    text-align: center;
}

p {
	margin: 0 20px 10px 20px;
    text-align: center;
    width: 755px;
}

p.large {
	font-size:medium;
	text-align:center;
	font-weight:bold;
}

p.center {
	text-align:center;
}

#container {
	background:white;
	position: relative;
	padding: 0;
	margin: 10px auto;
	text-align: left;
	width:800px;
	border:thin navy solid;
}

#main {
	min-height:400px;
}

#footer {
	background:#b5e2fe;
	text-align: center;
	font-size: smaller;
	font-weight: bold;
	padding: 10px 0 10px 0;
}

