body {
		background-color: #cccccc;
    width: 100%;
    margin: 0;
}

#header {
  padding: 0;
}

.editor-wrapper{
    width: 772px;
    margin: 0 auto;
    padding: 0 0 50px 0;
		background-image:url(images/centerbg.jpg);
    box-shadow: 0 0 45px 30px #444;
}

.editor-content {
    width: 772px;
    padding: 0 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #222222;
}

.editor-content a, .editor-content a:visited {
  color: #a93f3f;
  font-weight: bold;
  text-decoration: none;
}

.editor-content a:hover {
  color: #000;
  text-decoration: underline;
}

.editor-content h1 {font-size: 2rem;}
.editor-content h3 {font-size: 1.2rem;}
.editor-content h4 {font-size: 1.1rem;}

.editor-content ol { 
    counter-reset: item; 
    padding-left: 10px; 
}

.editor-content li { display: block }

.editor-content li:before { 
    content: counters(item, ".") " "; 
    counter-increment: item 
}