/* I was pleased with http://htmldog.com  */

body {
 color: #000000;
 background-color: #ffffff;
 font-family: "Times New Roman", "Times", "Arial", "Helvetica", "Verdana"
}

h1 {
 color:red;
}

p {
 margin:  0 0 1.8em;
 width:  600px;
}

hr {
 height:10px;
 color:red
}

#navigation {
 float: left;
 /* width: 5em; */
 text-align: left;
}

#navigation img extra {
 margin-top: 10;
}

#navigation img {
 display: block; 
 margin-top: 2em;
 text-align: center;
}

#content {
 float: left;
 margin-left:  4em;
 width: 600px;
}

img {
 border: 0;
}

p.center {
 text-align: center;
}