/* this is an attempt at a fixed version */

body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: Courier, "Courier New", Monaco, monospace;
	background-color: #e4e4e4;
	color: #686379;
}

a:link {
	text-decoration: none;
	color: #7a564a;
}

a:active { 
	text-decoration: none;
	color: #543639;
}

a:visited { 
	color: #7a564a;
	text-decoration: none;
}

a:hover {
text-decoration: none;
}

#container {                                                                                                                                                                                                         
	height: 630px;                                                                                                                                                                                                                                                                                                            
	margin: auto;                                                                                                                                                                                                                                                                                                            
	padding-right: 60px;                                                                                                                                                                                                                                                                                                            
	padding-left: 60px;                                                                                                                                                                                                                                                                                                            
	background-color: #e4e4e4;                                                                                                                                                                                                                                                                                                            
	position: relative;                                                                                                                                                                                                                                                                                                            
	width: 925px;                                                                                                    
	text-align:center;
}

#img1 {
	padding: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	clear: both; 
	float: left; 
	margin-top: 30px; 
	margin-left: 10px; 
	position: absolute;
}

#img2 {
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 20px;
	margin-left: 580px;
	float: left;
	clear: left;
	position: absolute;
}

#img3 {
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 290px;
	position: absolute;
	clear: both;
	float: left;
}

#img4centre {
	padding: 0px;
	margin-bottom: 0px;
	clear: left;
	float: left;
	margin-top: 150px;
	margin-left: 260px;
	margin-right: 20px;
	position: absolute;
}

#img5 {
	padding: 0px;
	margin-right: 0px;
  	margin-bottom: 0px;
	clear: left;
	margin-left: 670px;
	position: absolute;
	margin-top: 205px;
}

#img6 {
	padding: 0px;
	margin-bottom: 0px;
	position: absolute;
	clear: both;
	margin-left: 400px;
	margin-right: 400px;
	margin-top: 450px;
	float: left;
}

a img { 
	border: none;
 }
