body {
    background-image:  url(graybackground.gif);
    font-family: sans-serif;
    margin: 0;
    padding: 0;
}
h1, h6 {
    margin: 0;
    font-weight: normal;
}
div#container {
    position: relative;
    min-height: 500px;
    border: 1px solid gray;
    background-image:   url(graybackground.gif);
    max-width: 1000px;
    min-width: 800px;
    margin: auto;
}
div#first-column {
    position: absolute;
    top: 0;
    bottom: 0;
    border: 1px solid gray;
    background-image:  url(graybackground.gif);
    width: 200px;
    margin: 3px;
}
div#first-column {
    left: 0;
}
div#content {
    margin: 3px 3px 3px 208px;
    background-image:  url(graybackground.gif);
    border: 1px solid gray;
    min-height: 392px;
	 p: font-family: serif; font-size: 12pt; line-weight: 1.5;font-style: italic; 
 
 
}
div#header,
div#footer {
    background-image:  url(graybackground.gif);
    padding: 3px;
    border: 1px solid gray;
    max-width: 994px;
    min-width: 744px;
    margin: auto;
}
div#header {
    border-bottom: none;
}
div#footer {
    border-top: none;
}