#divContainer {
	position: relative;
	width: 760px;
	/*height: 100%;*/
	top: 0px;
	right: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	color: #646400;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background-image: url(../images/crown-topiary-background.jpg);
	background-repeat: repeat-y;

}
#divNav {
	position: absolute;
	width: 149px;
	top: 0px;
	left: 0px;
}
#divSubNav {
	position: absolute;
	width: 145px;
	top: 0px;
	left: 149px;
}
#divMainColumn {
	position: relative;
	width: 463px;
	left: 297px;
	top: 0px;
}
#divLogo {
	position: absolute;
	left: 94px;
	top: 14px;
}
#divImagePanel {
	position: absolute;
	height: 93px;
	width: 463px;
	left: 0px;
	top: 133px;
}
#divBodyContent {
	position: absolute;
	left: 0px;
	padding: 2em;
	font-size: 1.1em;
	color: #646400;
	top: 225px;
}
.divNavImage {
	position: relative;
	left: 0px;
	top: 0px;
}
#divNavText {
	padding: 16px;
	position: relative;
	color: #FFFFFF;
	font-size: 1.1em;
	line-height: 140%;
}
#divSubNavText {
	position: relative;
	color: #000000;
	margin-left: 12px;
	padding-top: 16px;
	padding-right: 10px;
	font-size: 1.1em;
	line-height: 140%;
}
.quote{
font-style: italic;
}
h1 {
	font-size: 1.1em;
	font-weight: bold;
}
#divNavText a {
	color: #FFFFFF;
	text-decoration: none;
}
#divNavText a:hover {
	color: #000000;
	text-decoration: none;
	font-style: italic;
}
#divSubNavText a {
	color: #000000;
	text-decoration: none;
	!font-style: normal;
}
#divSubNavText a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
}
#divBodyContent a {
	color: #353500;
	text-decoration: underline;
}
.pricelist {
	background-color: #EBF2DB;
	margin: 2px;
	padding: 2px;
}
#divClear {
	clear: both;
}
.textInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	width: 270px;
	padding: 2px;
	border-top-color: #E9F1D8;
	border-right-color: #E9F1D8;
	border-bottom-color: #E9F1D8;
	border-left-color: #E9F1D8;
	border-color: #E9F1D8;
}h2 {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
}
.footer {
	font-size: 0.9em;
}
