* { padding:0; margin:0; }

h1, h2, h3, h4, h5, h6, p, ul, img { padding:0; margin:0; }

body {
	margin: 0;
	padding: 0;
	font-family: Courier, "Courier New", monospace;
	font-size: 12px;
	text-align: center;
	color: #000;
	background: #fff;
	line-height: 1em;
	}

#wrap {
	position: relative;
	margin: 100px auto 0 auto;
	padding: 0;
	text-align: left;
  	width: 900px;
	background: #ffffff;
	line-height: 1em;
	}	
	
#column1 {
	float: left;
	width: 234px;
	}
	
#column2 {
	float: left;
	width: 624px;
	margin: -21px 0 0 40px;
	}	
	
a,
a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	}	

a:hover {
	text-decoration: underline;
	}		

#column1 img {
	margin: 0 0 31px 0;
	}	
	
#column2 img {
	float: left;
	border-style: none;
	margin: 0 8px 8px 0;
	}

#column2 img.last{
	margin-right: 0;
	}	
	
h1 {
	float: left;
	clear: both;
	width: 624px;
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0 10px 0;
	}
	
p {
	line-height: 1.5em;
	text-align: right;
	margin: 20px 0 0 0;
	}
	
#column2 p {
	line-height: 1.5em;
	text-align: left;
	margin: -1px 0 0 0;
	}	
	
.bold {
	font-weight: bold;
	}
	
.light {
	color: #ccc;
	}	
	
hr {
	clear: both;
	margin: 25px 0;
	visibility: hidden;
	}
	
br {
	clear: both;
	line-height: 1em;
	}