body
{
	font-family: 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%;
}