* {
	padding: 0px;
	margin: 0px;
}

html { 
	padding: 0px;
	margin: 0px;
}

body {
	background: #FFF;	
	padding: 0px;
	margin: 0px;
	font-family: Helvetica Neue, Arial, verdana, san-serif, georgia;
	color: #000;
	font-size: small;
}

div.clear {
	clear: both;
}

img {
	border: none;
}

div.head {
	height: 25px;
}

div.wrap {
	width: 910px;
	height: 570px;
	padding: 15px 25px 25px 25px;
	margin: 0px auto;
	background: #eee url(/img/kemal-harris.jpg) top left no-repeat;	
}

div.copy {
	width: 590px;
}

div.credit {
	margin: 0px auto;
	width: 935px;
	padding-top: 4px;
	font-size: 90%;
	padding-left: 25px;
	color: #999;
	font-weight: bold;
}

h1 {
	font-size: 300%;
	font-weight: 400;
}

h2 {
	margin-bottom: 15px;
	font-weight: 400;
}

h3 {
	margin-bottom: 15px;
	font-weight: 400;
}

ul {
	list-style: none;
	margin-bottom: 10px;
	font-size: 90%;
	font-weight: bold;
}

a {
	color: #999;
	text-decoration: none;
}

a:hover{ 
	text-decoration: underline;
}	
