 body {
    padding-left: 11em; 
    font-family: Georgia, "Times New Roman", Times, serif;
    color: maroon;
    background-color: white; }
<!--    background-color: #daa520; } -->
  h1 {
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; }
  h4 { color: maroon; }
  a {
	color: black;
  	font: 16px Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	width: 350px;
	height: 22px;
	padding-top: 1px; }
<!--	text-align: left; }  -->
  a:link {
	color: #006d14;
	text-decoration: none; }
  a:visited {
	color: maroon;
	text-decoration: none; }
  a:hover {
	color: maroon;
	text-decoration: none; }
  a:active {
	color: maroon;
	text-decoration: none; }

/* Styling the main-content **************************************/
#main-content {
	width: 50%;
	color: black;
	float: left; }
	
/* Styling the navigation ****************************************/
#navigation {
	width: 45%;
	float: right;
	margin-left: 5px;
	list-style: none; }
	
#navigation li a {
	color: maroon; }

/* Styling contact ***********************************************/
#contact, #login {
	border: none;
	margin: 0;
	padding: 0; }

#contact ol {
        list-style: none; }

#contact li {
	margin: .2em 0;
        float: left;
        width: 100%; }

#contact input {
        font-family: inherit;
        font-size: 100%;
        float: left; }

#contact label {
	border: none;
	width: 40%;
	float: left;
	text-align: right;
	margin-right: 2%; }
#contact textarea {
        font-family: inherit;
        font-size: 100%;
        float: right; }

input.snd {
        position:relative;
        left:50%; }

/* Styling the login form **************************************/
#login ol {
        list-style: none;
        margin: 0;
        padding: 0; }

#login input#submit {
        margin-left: 55%;
        width: 5em; }
#login input#button {
	margin-left: 49%;
	width:10em; }
/* Styling the footer ********************************************/
#copyright {
        clear: both;
        text-align: right;
        font-size: 80%;
        color: #888;
	margin-right: 130px;
        padding-top: 25px;
        background: transparent url(images/footerline.gif) 80% 0 no-repeat;
        background-position: right; }


