@charset "UTF-8";

/*****************************************************
 * Deb Ayerst artists' agent
 * 
 * Client: Deb Ayerst
 * Client: http://www.debayerst.com
 * Client: deb@debayerst.com
 *
 * Author: Brett Miller
 * Author: http://www.brettandrewmiller.com
 * Author: brett@brettandewmiller.com
 *
 * Date: 01/2010 - Created
 *
 *****************************************************
 */

* {
	padding: 0px;
	border: 0px;
	margin: 0px;
}
a {
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
#wrapper {
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 180px;
	padding-bottom: 200px;
	padding-right: 15px;
	padding-left: 15px;
}
#header {
	height: 165px;
}
#contact {
	font-weight: bold;
	font-size: 13px;
	float: right;
	text-align: right;
	padding-right: 4px;
}
#clients {
	height: 18px;
	width: 920px;
}
ul.clients {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	list-style-type: none;
	text-transform: uppercase;
	text-align: right;
	float: right;
}
ul.clients li {
	display: inline;
}
ul.clients li a:hover {
	color: #FFFFFF;
	background-color: #000000;
}
ul.clients li a {
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
