body
    {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	color: black;
	margin: 0;
	padding: 0;
    }
#container {
	width: 890px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
#header {
	margin: 0;
	background-image: url(images/webLogo.png);
	background-repeat: no-repeat;
}
p.header {
	text-align: right;
	margin: 0;
	color: #000000;
	padding: 80px 10px 0px 0px;
}
#header #headerRegButton {
	margin: 85px 0px 0px 500px;
	float: left;
}

#topNav {
	background-color: #D1C7BE;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #391306;
	padding: 0;
	margin: 0px 0px 20px 0px;
	height: 28px;
	text-align: center;
}
ul#navlist
{
	margin-left: 40px;
	padding-left: 0;
	white-space: nowrap;
	font-size: 0.9em;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	width: 135px;
	float: left;
}

#navlist a {
	padding: 5px 20px;
	margin: 0;
	display: block;
	width: auto;
}

#navlist a:link, #navlist a:visited
{
	color: #391306;
	text-decoration: none;
	font-weight: bold;
}

#navlist a:hover, #home .home a, #packages .packages a,  #instructors .instructors a, #curriculum .curriculum a, #schedule .schedule a, #contactUs .contactUs a {
	color: #fff;
	text-decoration: none;
	background: url(images/tab.png) no-repeat;
}

#content {
	margin: 0;
	text-align: left;
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #765C4B;
}
h2 {
	font-size: 0.9em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #765C4B;
	margin: 0px 0px 15px 0px;
}
h2 .moduleDesc {
	margin: 0px 0px;
}


p {
	font-size: 0.9em;
}
a {
	color: #765C4B;
}

#content img {
	padding: 0px 10px 10px 0px;
}
#content img.logo {
	float: left;
	padding: 0px 25px 60px 0px;
	border: 0px;
}
#content img.logoR {

	float: right;
	padding: 0px 0px 60px 25px;
	border: 0px;
}

#content ul li{
	margin: 5px 0px 0px -25px;
	list-style-image: url(images/bullet.gif);
	list-style-type: circle;
}
.moduleDesc ul {
	margin-top: -10px;
	padding: -10;
}

#content ol li{
	margin: 0;
}

#banner {
	height: 300px;
	margin: 10px 0px;
	background: url(images/dogTags.png) no-repeat #765C4B;
	background-position: 50px 0px;
	padding: 0px 50px 0px 425px;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 3px solid #765C4B;

}
h1.banner {
	font-size: 1.4em;
	font-weight: bold;
	color: #D1C7BE;
	padding: 0;
}
h2.banner {
	color: #FFFFFF;
	font-size: .9em;
}

p.banner {
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
}
#content #banner img {
	padding: 0;
}

#content #banner a {
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-size: .9em;
}
#content #banner a:hover {
	text-decoration: underline;
}

#content #topCopy {
	background-image: url(images/team.gif);
	background-repeat: no-repeat;
	background-position: 50px 10px;
	padding: 20px 75px 0px 425px;
	margin: 00px 0px 20px 0px;
	height: 300px;
}
.clearFloat {
	clear: both;
	margin: 10px 0px 0px 0px;
}


#content .leftBox {
	width: 375px;
	float: left;
	padding: 30px;
}
#content .rightBox {
	border-left: 1px dotted black;
	width: 375px;
	float: right;
	padding: 30px;
	margin: 0px 0px 10px 0px;
}
.scheduleWrapper label {
	width: 6em;
	float: left;
	text-align: right;
	margin-right: 2em;
}
.scheduleRule {
	border-bottom: 1px solid #D1C7BE;
	line-height: 1.5;
}


#footer {
	clear: both;
	padding: 25px 0px;
	background-image: url(images/footerBg.gif);
	background-repeat: repeat-x;
	margin: 10px 0px;
}
#footer p {
	font-size: 0.8em;
	text-align: center;
}
#footer a {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* styles for opt-in form */
.formWrapper {
	width: 500px;
	margin: 20px 175px;
}
.formWrapperNarrow{

	width: 380px;
}
label, #cartForm label
{
	width: 12em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
}
.topLine {
	border-top: solid black 1px;
	padding: 20px 0px 0px 0px;
	margin: 0px 20px 0px 0px;
}
.bottomLine {
	border-bottom: solid black 1px;
	padding: 0px 0px 20px 0px;
	margin: 0px 20px 0px 0px;
}

.submit input
{
margin-left: 4.5em;
}
input
{
	color: #000000;
	border: 1px solid black;
	background-color: #FFFFFF;
}

.submit input
{
	color: #FFFFFF;
	border: 2px outset #666666;
	background-color: #765C4B;
}
fieldset
{
	border: 1px solid black;
	padding: 5px;
}

legend
{
	color: #fff;
	border: 1px solid black;
	padding: 2px 6px;
	font-weight: bold;
	background-color: #765C4B;
}
.testimonial {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 3px solid #391306;
	padding: 10px;
	margin: 10px;
}
