#container
{
	width: 760px;
	padding: 0px;
	margin: 0px auto 0px auto;
	background: white;
	border: black 1px solid;
	text-align: left;
}

form#search
{
	display: block;
	float: right;
	padding: 6px;
}

#content
{
	padding: 15px;
}

#content h3
{
	border-bottom: black 1px solid;
}

div#classschedule
{
	display: none;
}

#header
{
	width: 760px;
	height: 200px;
	background-image: url("/images/22.jpg");
	margin: 0px auto 0px auto;
}

#header a
{
	display: none;
}

#footer
{
	border-top: black 1px dotted;
	padding: 15px;
}

#footer a img
{
	border: 0;
}

body
{
	background: #E0ECFA;
	font-family: "Gill Sans", "Trebuchet MS",verdana,sans-serif;
	font-size: small;
	padding: 10px 0 10px 0;
}

div#navigation ul
{
	text-align: right;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	background-color: #3E598D;
	color: white;
	width: 100%;
	float: right;
}

div#navigation ul li
{
	text-align: center;
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-top: 5px;
}

div#navigation ul li a
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: white;
	text-decoration: none;
	border-left: 1px solid #fff;
}

div#navigation ul li a:hover,
#aboutus #nav-aboutus a,
#classes #nav-classes a,
#registration #nav-registration a,
#instructors #nav-instructors a,
#people #nav-people a,
#birthstories #nav-birthstories a,
#contactus #nav-contactus a
{
	background-color: #fff;
	color: #3E597D;
}

div.styledlabels br
{
	clear: both;
}

div.styledlabels input
{
	float: left;
	clear: right;
	text-align: left;
	border: 1px solid black;
}

div.styledlabels label
{
	float: left;
	clear: left;
	text-align: left;
	width: 12em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}

h1
{
	margin: 0;
	padding: 0;
}