@charset "utf-8";
/* CSS Document */

/*reset*/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {font-size:xx-small; font-weight:normal; font-style:normal;}
fieldset,img,hr {border:none;}

.site{
	width:817px;
	margin:0 auto;
	border:red 0px solid;
}

.logo{
	width:817px;
	height:148px;
	margin:80px 0 20px 0;
	background:url(imagens/name.gif) 0 0 no-repeat;
}

h1.text{
	width:700px;
	margin:0 auto;
	font:14px Georgia, Verdana;
	font-style:italic;
}

h1.text p{
	margin:10px 0;	
}

.ico{
	width:817px;
	height:35px;
	margin-top:30px;
}

.ico a{
	float:right;
	margin-right:20px;
}

.flickr{
	width:33px;
	height:21px;
	background:url(imagens/pbFlickr.gif) 0 0 no-repeat;
}

a.flickr:hover{
	background-position:0 -32px;
}

.twitter{
	width:37px;
	height:26px;
	background:url(imagens/pbTwitter.gif) 0 0 no-repeat;
}

a.twitter:hover{
	background-position:0 -32px;
}

.gmail{
	width:38px;
	height:31px;
	margin-top:-5px;
	background:url(imagens/pbGmail.gif) 0 0 no-repeat;
}

a.gmail:hover{
	background-position:0 -32px;
}

.foot{
	width:817px;
	margin-top:60px;
	font:10px Arial;
	color:#a4a4a4;
	text-align:center;
	line-height:3;
	background:url(imagens/line.gif) top center no-repeat;
	
}
