/* TABLE OF CONTENTS
------------------------------------------------------------------------------

1. Base tags
2. Containers
3. Graphics & photos
4. Buttons
5. Typography
6. Lists
7. Links
8. Inputs
9. Tables

1. Base tags
------------------------------------------------------------------------------*/

* {
	padding: 0;
	margin: 0;
	}

body {
	background: #fff;
	font: 11px arial, sans-serif;
	color: #fff;
	text-align: center;
	}

img {
	border: 0;
	}
	

/* 2. Containers
------------------------------------------------------------------------------*/

#thumbs {
	margin: 39px auto 0 auto;
	width: 846px;
	padding: 0 5px 0 0;
	}

#pagination {
	background: #9b9b9b;
	width: 214px;
	height: 18px;
	margin: 0 auto 0 auto;
	}


/* 3. Graphics & photos
------------------------------------------------------------------------------*/


#thumbs img {
	width: 89px;
	height: 89px;
	margin: 0 0 5px 5px;
	}

#phone {
	width: 120px;
	height: 17px;
	margin: 9px 0 0 0;
	}

#emailNoScript {
	margin: 9px 0 0 6px;
	background: url(/graphics/email.gif) no-repeat;
	width: 151px;
	height: 17px;
	}

#photo {
	margin: 21px 0 5px 0;
	}


/* 4. Buttons
------------------------------------------------------------------------------*/

#logo {
	margin: 8px 0 0 0;
	background: url(/graphics/logo.gif) no-repeat;
	width: 277px;
	height: 38px;
	}

#logo:hover {
	background-position: 0 -38px;
	}

#email {
	margin: 9px 0 0 6px;
	background: url(/graphics/email.gif) no-repeat;
	width: 151px;
	height: 17px;
	}

#email:hover {
	background-position: 0 -17px;
	}

#back {
	background: url(/graphics/back.gif) no-repeat;
	width: 52px;
	height: 18px;
	float: left;
	}

#back:hover {
	background-position: 0 -18px;
	}

#next {
	background: url(/graphics/next.gif) no-repeat;
	width: 53px;
	height: 18px;
	float: right;
	}

#next:hover {
	background-position: 0 -18px;
	}

#credit {
	background: url(/graphics/credit.gif) no-repeat;
	width: 136px;
	height: 6px;
	overflow: hidden;
	margin: 18px 0 0 0;
	}

#credit:hover {
	background-position: 0 -6px;
	}


/* 5. Typography
------------------------------------------------------------------------------*/

#page {
	padding: 3px 0 0 0;
	}
	
	
/* 6. Lists
------------------------------------------------------------------------------*/



/* 7. Links
------------------------------------------------------------------------------*/

a {
	color: #fff;
	text-decoration: none;
	}

a:hover {
	color: #2a2a2a;
	}


/* 8. Inputs
------------------------------------------------------------------------------*/



/* 9. Tables
------------------------------------------------------------------------------*/

