body { padding: 0;
	margin: 0;
	text-align: center; /*** Centers the design in old IE versions ***/
	background-color: #674505;
}
body, html {
	padding: 0;
	margin: 0;
	font-size:11px;
	text-align: left;
	height: 100%; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333; 
}

body.home {
	margin: 19px;
	padding: 0px;
	background-color: #998224;
	background-image: url(images/bg_side.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
}

.price {
	font-size: 10px;
	font-weight: bold;
	color: #998224;
}

.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #998224;
}

.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
.text9 {

	font-size: 10px;
	color: #333333;
}

a, a:visited, a:active  {color: #333333; text-decoration:underline;}

a:hover {color: #666666; text-decoration:underline;}

a.wh, a.wh:visited, a.wh:active {color: #ADA158; text-decoration:none;}

a.wh:hover {color: #ADA158; text-decoration:underline;}

.submitButton {
	font-size: 10px;
	color: #333333;
	}

p, div, table {
	font-size: 11px;
	color: #333333;
	line-height: 130%;
	}
	
	
ul {
	font-size: 11px;
	color: #333333;
	line-height: 140%;
	list-style-type: square;
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
	}
	
li {
	font-size: 11px;
	color: #333333;
	line-height: 140%;
	}
.bg { background-color: #fff;}