
* {
  padding: 0;
  margin: 0;
}

img {
  behavior: url(cssjs/iepngfix.htc)
}

html {
  font-family: Garamond, serif;
  font-size: 16px;
}

body {
  background-color: #fff;
  text-align: center;  /* IE workaround */
}

em {
  font-style: normal;
  font-weight: bold;
}

a {
  text-decoration: none;
  color: #dc7000;
}

a:hover {
  text-decoration: none;
  color: blue;
}

ul {
  list-style: disc;
  list-style-position: inside;
  padding-left: 4px;
  padding-bottom: 8px;
}

ol {
  list-style-position: inside;
  padding-bottom: 8px;
}

li {
  padding-top: 2px;
}


#all {
  width: 800px;
  background-color: #fff;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  text-align: left;  /* from above, IE workaround */
}

#full {
  clear: both;
  width: 800px;
  margin-top: 8px;
  margin-bottom: 4px;
}

#colleft {
  clear: left;
  float: left;
  width: 381px;
  margin: 0 0 0 8px;
  padding: 0;
}

#colright {
  clear: right;
  float: right;
  width: 389px;
  margin: 0 8px 0 14px;
  padding: 0;
}

#topnav {
  text-align: center;
  border-bottom: 1px solid black;
  margin: 4px 0 4px 0;
  padding: 0 0 4px 0;
}

#topnav p {
  font-family: Calibri, sans-serif;
  font-size: 14px;
  white-space: nowrap;
}

#h2editing {
  height: 48px;
  background-image: url(../images/editing-header02.jpg);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

#h2writing {
  height: 48px;
  background-image: url(../images/writing-header02.jpg);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

#h2web {
  height: 48px;
  background-image: url(../images/web-header02.jpg);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.service {
  margin: 24px 63px 8px 64px;
}


#indexheader {
  height: 261px;
  background-image: url(../images/g-revisions-banner02.jpg);
  background-repeat: no-repeat;
}


#header {
  height: 102px;
  background-image: url(../images/g-revisions-banner04.jpg);
  background-repeat: no-repeat;
}

.breadcrumb {
  padding: 70px 12px 0 12px;
  white-space: nowrap;
  font-weight: bold;
  font-size: 16px;
  font-family: Garamond, serif;
}

.breadcrumb a {
  color: #480;
}

.breadcrumb a:hover {
  color: blue;
}

.gimage {
  padding: 1px;
  vertical-align: top;
  margin: 2px 1px;
}

.bookimage {
  border: 1px solid silver;
  padding: 1px;
  vertical-align: middle;
  margin: 2px 1px;
}

.fadeimage {
  width: 92px;
  height: 104px;
  border: 2px solid silver;
  padding: 2px;
  margin: 0;
  background: #fff;
}

#dg {
  width: 92px;
  height: 104px;
}

#df {
  width: 92px;
  height: 104px;
}

#yellowbox {
  background: #fefecc url(../images/ul-fefecc.gif) no-repeat top left;
}

#yellowbox1 {
  background: url(../images/lr-fefecc.gif) no-repeat bottom right;
}

#yellowbox2 {
  background: url(../images/ur-fefecc.gif) no-repeat top right;
}

#yellowbox3 {
  clear: left;
  background: url(../images/ll-fefecc.gif) no-repeat bottom left;
  padding: 18px;
  margin-top: 12px;
}

#yellowbox p {
  margin-bottom: 8px;
}

.normal {
  margin: 16px 24px;
}

.normal h2 {
  font-family: Bookman Old Style, Garamond, serif;
  font-weight: normal;
  margin-bottom: 2px;
}

.normal h3 {
  font-family: Bookman Old Style, Garamond, serif;
  font-weight: normal;
  margin-bottom: 2px;
}

.normal p {
  margin-bottom: 8px;
}

.offset {
  border: 1px solid silver;
  background-color: #eee;
  padding: 4px;
}

.quotation {
}

.quotation:first-letter {
  font-size: 48px;
  float: left;
  line-height: 0.7em;
  padding-right: 4px;
}

.quotationwho {
  font-size: 14px;
  text-align: right;
}

#footer {
  text-align: center;
  border-top: 1px solid black;
  margin: 4px 0 36px 0;
  padding: 4px 0 0 0;
}

#footer p {
  font-family: Calibri, sans-serif;
  font-size: 14px;
  white-space: nowrap;
}

