body {
	font-family: Arial, Helvetica, sans-serif; 
	background:#ffffff;
	background-image: url(images/fullbackground1.jpg);
	background-attachment: fixed; /* I forced the image to stay put */
	background-repeat: no-repeat;
    color:#000000; 
	font-size: small; 
	}
	
H1 {color:#4a3518; font-family: Arial, Helvetica, sans-serif;  font-size: 16px
	}
H2 {color:#673d02; font-family: Arial, Helvetica, sans-serif;  font-size: 15px
	}
H3 {color:#2e0c0c; font-family: Arial, Helvetica, sans-serif;  font-size: 14px
	}	
	
a:link {color: #2a44e0; font-family: "Arial Rounded MT Bold"; text-decoration: none; }
a:active {color: #3e55e2; background: #ffffff; font-family:"Arial Rounded MT Bold"; text-decoration: none; }
a:visited {color: #1233fc; font-family:"Arial Rounded MT Bold"; text-decoration: none; }
a:hover {color: #ff0000; background: #ffffff; font-weight:normal; text-decoration: underline; }



hr {
  border: 0;
  width: 100%;
  color: #68635c;
	background-color: #bfb1ae;
	height: 1px;
	}

#wrapper { width:900px; margin:0px auto; border:2px; solid #472b0e; padding:10px;	
	}

#header { border:0px; border-color:#000000; background:#000000; width:900px; height:322px; padding:0px;	border:1px solid #000000;
	}	
#content {margin-top:0px; padding-bottom:0px;	
	}	
#content div { padding:2px; border:2px solid #000000; float:left;
	}	
#content-main {width:894px; min-height:600px; background-color:#ffffff;  padding-left:2px; border:1px solid #000000;
	}	
#footer { width:895px; background-color:#000000; border:1px solid #000000;		
	}	

	