/* CSS Document */

p, th, h1, h2, h3, label, td, li, ol, ul, link, a {
	font-family: Perpetua, Trebuchet, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 16px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	margin-top: 0px;
	padding-top: 5px;
}
.topPara {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.lastPara {
	margin-bottom: 0px;
}
h2 {
	padding-top:0;
	font-size: 14px;
	font-weight: bold;
}
a {
	font-weight: bold;
}
#thanksText {
	text-align:center;
	padding-bottom: 250px;
	padding-top: 50px;
	margin-bottom: 0px;
}
body {
	width: 800px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	background-color: #DCBA94; 
}

.floatLeft {
	float: left;
	margin-right: 10px;
	border-right: thick #FEFFFF solid;
	border-bottom: thick #FEFFFF solid;
}
.floatRight {
	float: right;
	margin-left: 10px;
	border-left: thick #FEFFFF solid;
	border-bottom: thick #FEFFFF solid;
}

#noHighlight {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}
/******************** Menu Options *************************/
/* For Disability accessability */
.dash {
	display: none;
}
a span {
	display: none;
}
#menuBar {
	float: left;
	width: 140px;
	padding-left: 5px;
	padding-top:10px;
	margin-right: 0px;
}
#home, #ourApproach, #ourFurniture, #contactUs, #links {
	padding-top: 20px;
	height: 40px;
	width: 125px;
	background-position: center left;
	background-repeat:no-repeat;
	border: none;
	display: block;
}
#home {
	background-image: url(Images/Buttons/home.gif);
}
#ourApproach {
	background-image: url(Images/Buttons/ourApproach.gif);
}
#ourFurniture {
	background-image: url(Images/Buttons/ourFurniture.gif);
}
#contactUs {
	background-image: url(Images/Buttons/contactUs.gif);
}
#links {
	background-image: url(Images/Buttons/links.gif);
}
/******************** End of Menu Options *************************/
#holdingDiv {
	background-image: url(Images/background.gif);
	background-position: left top;
	background-repeat: repeat-y;
	border: thick #FEFFFF solid;
}
#header {
	border: thick #FEFFFF solid;
	border-bottom: none;
}
#imgHeader {
	width: 790px;
}

#bodyText {
	margin-left: 140px;
	padding-left: 0px;
	max-height: 500px;
	height: 500px;
}
#footer {
	clear: left;
	background-color: #DCBA94;
	border: thick #FEFFFF solid;
	border-top: none;
}

#flashPage {
	float: right;
	padding: 0px;
	margin: 0px;
}