//html, body, ul, ol, li, p, form, fieldset, h1, h2, h3, h4, h5, h6 {	margin: 0;	padding: 0;	border: 0;}
body { font: 12px/18px "Lucida Grande", Arial, Verdana, sans-serif; color:#333; margin:auto; width: 800px; 
}
// background: #d3cbc0 margin-left:20px
	
.content {
	position: relative;
	width: 850px;
	margin: 20px;
	//padding: 20px 20px 20px 0;
	//background: #f3ebe0;// f0eeee; 
	//-webkit-box-shadow: 0px 3px 6px #364036;
	//-moz-box-shadow: 0px 3px 6px #364036;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

#belowBar {
	position: relative;
	//width: 850px;
	margin: 20px;
	padding: 20px 20px 20px 20px;
	//background: #e3d8d0; 
	-webkit-box-shadow: 0px 3px 6px #364036;
	-moz-box-shadow: 0px 3px 6px #364036;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

#titleImage {
	width:150px;
	height:150px;
}

#guarantee {
	width:110px;
	height:60px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#title { 
	//color:"#003399";
	font-size:48px;
	}

h1 { font-size:24px }
h2 { font-size:16px }
h3 { font-size:1em }
h4 { font-size:10px }
table { font-size: 12px; }
//p { font-size: 12px }
#nav a { text-decoration:none; color:#fff; text-align:center; }
#nav a:hover { color:#fff }
#nav { /*background-color:#55f;*/ text-align:center;  }
#nav td { width:100px; height:30px ; background-image:url("images/nav120x30shadow.png"); background-position:-5 +3}
#nav td:hover { background-image:url("images/nav120x30shadowDarker.png") }
#features { padding-left:0; margin-left:.5em; list-style:none; font-size:11px; }
#features li { margin-bottom:.75em; margin-left:0px }

dt { font-weight:bold; margin-bottom:.5em; font-size:1.2em }
dd { margin-bottom:2em }
.indentedContent { margin-left:2em; }
#footer { font-size: 10px; color:#999; text-align:center; margin-top:20px; padding-top:20px }

.centered {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 800px;
  margin: auto;
} 

