body {
  /*font-size: 90%;*/
  margin: .5em auto;
  padding: .5em;
  width: 800px;
  /*border: #f60 solid 1px;*/
  border: #f00 solid 0px;
  /*background-color: #000;*/
  /*color: #ccc;*/
  font-family: Arial, Verdana, sans-serif;

  line-height: 1.2em;


/*
  background-color: #0000ff;
  background-image: url("DSC_9488_200x257_cropped.JPG");
  background-repeat: repeat;
  background-position: bottom center;
*/

/*
  background-color: #0000ff;
  background-image: url("blogNNM/img/header/DSC_3841_850x200_cropped.JPG");
  background-repeat: no-repeat;
  background-position: bottom center;
*/
}

* {
  margin: 0px;
  padding: 0px;
  border: red dotted 0px;
}

h1 {
  margin: 0 0 .2em 0;
  font-size: 1.1em;
}

h2, h3, h4 {
  margin: 1.5em 0 .2em 0;
}

h2 {
  font-size: 1.05em;
}

h3 {
  font-size: .95em;
}

div {
}

img {
  border: 0;
}

nav#menu, div#content, footer {
  /*margin: .6em;*/ /* Use this if body-border is used. */
}

div#middle {
  margin-top: 2em;
  border: green solid 0px;
}

div#leftSide {
  float: left;
  width: 14em;
  /*width: 22%;*/
}

div#leftSide div.block {
  margin-bottom: 3em;
}

div#content {
  margin-left: 14em;
  /*margin-right: 16em;*/
}

nav#menu {
  padding: .5em 0;
  /*font-size: .9em;*/
  font-weight: bold;
  white-space: nowrap;
  text-transform: uppercase;
}

div#leftSide {
  /*font-size: .85em;*/
  font-weight: bold;
  white-space: nowrap;
  text-transform: uppercase;
}

footer {
  border-top: #aaa solid 1px;
  margin-top: 2em;
  color: #aaa;
  font-size: .8em;
  clear: both;
}

.textLeft {
  text-align: left;
}

.floatLeft {
  float: left;
}

.textRight {
  text-align: right;
}

.floatRight {
  float: right;
}

.textCenter {
  text-align: center;
}

.indent {
  margin-left: 2em;
}

a {
  /*color: #fc6;*/
  color: #f00;
  text-decoration: none;
}

a:hover {
  color: #fc6;
  /*color: #f00;*/
}

#menu a {
  /*color: #fc6;*/
  color: #f00;
  /*display: block;*/

}

footer a {
  color: #aaa;
}

#menu a:hover, #menu li.selected a, #leftSide li.selected a {
  /*color: #f00;*/
  color: #fc6;
}

#menu a.selected {
  /*color: #f00;*/
  color: #fc6;
}

#content img.floatRight {
  margin: 0 0 1em 1em;
}

nav#menu {
  padding-bottom: 0em;
  width: 100%;
}

nav#menu a {
  display: inline;
  margin-right: 1.5em;
  width: 100%;
}

nav#menu table {
  width: 100%;
}

div#leftSide li {
  list-style: none;
  padding-right: 1.5em;
  width: 100%;
}

div#leftSide ul {
  padding-top: 1em;
}

div#leftSide li {
  list-style: none;
}

div#content li {
  list-style: square;
  margin: .4em 2em;
}

p {
  margin: .7em 0 .7em 0;
  line-height: 1.5em;
}

div#leftSide p {
  font-weight: normal;
  white-space: normal;
  text-transform: none;
}

table {
  margin: .7em 0 .7em 0;
}

th, td {
  padding-right: 1em;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}

.clear {
  clear: both;
}

.clearLeft {
  clear: left;
}

.clearRight {
  clear: right;
}

span.email span{
  /*font-family: courier, monospace;*/
  font-size: .75em;
  font-style: italic;
  margin: 0 .5em;
}

.quote {
    margin-top: 1em;
    margin-bottom: 1.5em;
}

.quote .text {
    font-style: italic;
}

.quote .person {
    padding-left: 3em;
    color: gray;
    font-size: .9em;
    white-space: pre-line;
}

#offer {
    /*margin-top: 10em;*/
}