body, p, img {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #ababab;
}

.wrapper {
	width: 712px;
	margin: 0 auto;
}

#logo h1, #logo h2 {
	text-indent: -1000px;
/*  IE 5 Hack \*/
	overflow: hidden;
/* end hack */ 
	padding:0;
	margin:0;
}

#logo h1 {
	width: 447px;
	height: 143px;
	background: transparent url('../i/fuck-helvetica.gif') no-repeat;
}

#logo h1 a {
	width: 447px;
	height: 143px;
	display: block;
}

#quotes {
	background: url('../i/peoplebg.gif') repeat-x;
	height: 129px;
}

.right {
	float: right;
}

.left {
	float: left;
}

hr {
	clear: both;
	border: none;
}

.box {
	padding-top: 20px;
}

.chill {
	color: #d5d5d5;
	padding-bottom: 20px;
}

#footer {
	padding-top: 10px;
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover  {
	color: #ababab;
}

/*  MESSAGE CLASSES  */	
#message {
	font-family: Tahoma;
	font-size: 11px;
	color: #444;
	padding: 5px 20px 5px 45px;
	width: 645px;
	line-height: 16px;
	text-align: left;
}
	
#message a:link, a:active, a:visited {
	text-decoration: underline;
	color: #444;
}
	
#message a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #444;
}
	
#message.info {
	background: #eff7ff url(../i/messages/information.png) center no-repeat;
	border-top: 2px solid #bfdaff;
	border-bottom: 2px solid #bfdaff;
	background-position: 15px 50%;
}