/*
	 Auto Generating Photo Gallery
	 by Chris Coyier
	 http://css-tricks.com
*/

*					{ margin: 0; padding: 0; }
body				{ font-size: 62.5%; font-family: Georgia, serif;
					  background: url(resources/bg.png) top center repeat-x #ccc; 
					  	text-align:center; /* hack para o IE */	
					  }

a img, img 			{ border: none; }

#page-wrap			{ width: 800px; margin: 0 0 0 30px; 
					}

.photo-link			{ padding: 5px; margin: 5px; border: 1px solid #CCC; display: block; width: 100px;
					  float: left; }
.photo-link:hover	{ border-color: white; }

#main {
	width: 800px;
	margin:0 auto;			
	min-height:550px;
	text-align:left; /* "remédio" para o hack do IE */
	}
#voltar {
	width:800px;
	height: 20px;
	top: 480px;
	float:left;
	}

#rodape {
	border-top: 1px solid #666;
	height:60px;
	float:left;
	margin:20px 0 0 0;
	width:100%;
	}
#logo {
	width:70px;
	float:left;
	margin:5px 0 0 275px;
	padding:0;
	}
#direitos {
	width:200px;
	float:left;
	margin:7px 0 0 5px;
	padding:0;
	}
	
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
	font-weight:bold;
	text-align:left;
	padding:0;
	margin:8px 0 0 0;
	}
h1 a {
	text-decoration:underline;
	color:#333;
	}
h1 a:hover {
	text-decoration:none;
	color:#eee;
	}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	font-weight:bold;
	text-align:center;
	padding:0;
	margin:18px 0 0 0;
	}
h2 a {
	text-decoration:none;
	color:#333;
	}
h2 a:hover {
	text-decoration:underline;
	color:#eee;
	}