html { margin: 0; padding: 0; width: 100%}body {	margin: 0; padding: 0;	font-size: 80%; /* enables you to easily size text with ems */	font-family: Georgia, georgia, "Times New Roman", Times, serif;	background: #f3ecc4 url(../images/bg_body.gif) repeat-x;	color: #646451; /* default font color */	position: relative;  width: 100%;}h1, h2, h3, h4, h5, h6, h7, p, form, ul, ol, li, blockquote { margin: 0; padding: 0; }img, a{ border:none; text-decoration: none;}ul, li{ list-style:none;}a:link {color: #d27005; text-decoration: none;}a:visited {color: #d27005; text-decoration: none;}a:hover {color: #d28a34; text-decoration: underline;}a:active {color: #d27005; text-decoration: none;}#navigation ul {	margin-left: 120px;}#navigation li{  display: inline;  float: left;}#navigation a{  display: block;  color: #575447;  text-decoration: none;}#navigation .current a, #navigation .current a:link,#navigation .current a:visited, #navigation .current a:active{  padding-bottom:4px;  border-bottom: 4px solid #d27005;}#navigation a:hover{  padding-bottom:4px;  text-decoration: none;  border-bottom: 4px solid #d27005}#navigation li{  margin-left: 12px;}#nav_dot{  width:14px;  background:transparent url(../images/nav_circle.gif) no-repeat center 15px;}#navigation{  font-size: 27px;  text-transform: lowercase;  text-align: right;  width: 400px;  position: absolute;  left: 365px;  top: 90px;}#content { border-top: 1px solid #d0cebe; }h1 { color: #d27005; font-size: 18px; font-weight: normal; line-height: 0; margin: 1.5em 0 1em; }