body
{
	font-family: Helvetica Neue, Helvetica, Arial, monospace;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-color: white;
}

#page
{
	width: 100%;
	background-color: white;
}

#pageContainer
{
	border-right: solid 1px rgb(244,220,174);
	border-left: solid 1px rgb(244,220,174);
	background-color: white;
	width: 640px;
}

#header
{
	background-color: rgb(244,220,174);
	padding-top: 10px;
	padding-bottom: 0px;
}

#headerText
{
	padding-top: 10px;
	padding-right: 15px;
}

#address
{
	font-size: 17px;
}

#website
{
	padding-top: 3px;
	font-size: 14px;
}

#hours
{
	padding-top: 14px;
	font-size: 13px;
}

#bar
{
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: rgb(81,71,51);
}

.orangeBar
{
	font-size: 8px;
	height: 8px;
	background-color: rgb(154,75,0);
}

#barText
{
	padding: 4px;
	color: white;
}

#homeButtons
{
	width: 163px;
	height: 385px;
	padding-top: 45px;
	padding-left: 30px;
	padding-bottom: 0px;
	background-image: url("images/leather.jpg");
}

.homeButton
{
	margin-left: -5px;
	padding-bottom: 45px;
}

#text
{
	padding-top: 7px;
	padding-left: 17px;
	padding-right: 17px;
	padding-bottom: 5px;
	background-color: white;
}

table
{
	text-align: left;
}

td.header
{
	padding-bottom: 15px;
}

.label
{
	color: rgb(154,75,0);
	font-weight: bold;
}

p
{
	padding: 0px;
	margin: 0px;
	text-indent: 15px;
}


a.label
{
	color: rgb(154,75,0);
	font-weight: bold;
}
a:link, a:visited
{
	text-decoration: none;
}
a.label:hover
{
	text-decoration: underline;
}

#contactHours
{
	font-size: 16px;
	font-weight: bold;
}

img.paddedImage
{
	padding: 7px;
}

#footer
{
	width: 100%;
	height: 43px;
}

#copyrightInfo
{
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: rgb(154,75,00);
	height: 11px;
	font-size: 10px;
	font-weight: bold;
	color: rgb(244,220,174);
}

a.footer:link, a.footer:visited
{
	color: rgb(244,220,174);
	text-decoration: none;
}
a.footer:hover
{
	color: rgb(244,220,174);
	text-decoration: underline;
}

#yellowBar
{
	background-color: #f4dcae;
	height: 32px;
	width: 100%;
}

h1, h2 { margin: 0; padding: 0}

/* training center page */
.trainingCenter #text { text-align: left }
.trainingCenter h1.header { padding: 10px 0 20px; }

.trainingCenter p { text-indent: 0 }
.trainingCenter .pup { float: right; margin: 0 40px 0 0px; padding-top: 10px }
.trainingCenter ul.info li { padding-bottom: 5px }

.trainingCenter #text h2 { font-weight: normal; text-decoration: underline; padding: 20px 0 0 }
.trainingCenter .schedule .day { padding-left: 5px; padding-top: 15px }

#monday { padding-top: 10px }

.trainingCenter .schedule .day h3 {
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	padding-bottom: 3px;
	margin: 0;
}

.trainingCenter .day ul { list-style: none; padding: 0 0 0 10px; margin: 0}
.trainingCenter .day li { padding: 3px 0; font-size: 12px }
.trainingCenter .day .class-time, .trainingCenter #friday .class-title { display: inline-block; width: 9em; }
.trainingCenter .day .class-title { padding-left: 3px; font-weight: bold }

.trainingCenter #coupons { padding-bottom: 20px }
.trainingCenter #coupons h2 { padding-bottom: 10px }
.left { float: left }
.right { float: right }
.clearer { clear: both; }

.trainingCenter #friday p { font-style: italic; font-variant: small-caps }
