 body {
    font-family: Georgia, "Times New Roman",
          Times, serif;
    color: maroon;
    background-color: #daa520;
    position: relative;
    min-width: 670px;
    width: 80%;
    }
  a {
    color: white;
    text-decoration: none; }
  a:hover {
    color: maroon;
    text-decoration: none; }
  address {
    margin-top: 1em;
    padding-top: 1em;
    border-top: thin dotted }

/* Styling the main content ************************************/
#main-content { width: 75%; float: left; padding-bottom: 20px; }

#main-content p img {
	float: right;
	margin-left: 10px;
	border: 1px solid #666;
	padding: 2px; }

/* Styling the footer ********************************************/
#copyright {
	clear: both;
	text-align: right;
	font-size: 80%;
	color: maroon;
        margin-top: 50px;
	padding-top: 25px;
	background: transparent url(images/footerline.gif) 150% 0 no-repeat;
        background-position: right; }

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

#contact ol {
	list-style: none;
	margin: 0;
	padding: 0; }
	
#contact li {
	margin: .2em 0;
	float: left;
	width: 100%; }

#contact label {
	width: 40%;
	float: left;
	text-align: right;
	margin-right: 2%; }

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

#contact textarea {
	font-family: inherit;
	font-size: 100%;
	float: right; }

#contact legend {
	color: #ab0000;
	font: 125% Georgia, "Times New Roman", Times, serif;
	margin: auto 0;
	padding: 0; }
input.snd {
	position:relative;
	left:44%; }
input.rst {
	position:relative;
	left:46%; }
input.web {
	position:relative;
	left:48%; }

/* 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; }

