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

body {
	background-color:#1f1f1f;
	background-image:url(./images/pattern.png);
	background-repeat:repeat;
}

A:link {
	text-decoration: none;
	color:#FFF;
}
A:visited {
	text-decoration: none;
	color:#FFF;
}
A:active {
	text-decoration: none;
	color:#FFF;
}
A:hover {
	text-decoration: none;
	color:#999;
}

p {
	margin-top:2px;
	margin-bottom:2px;
	margin-right:4px;
}

.corpo {
	background-image: url(./images/body.png);
	background-repeat:no-repeat;
	width: 662px;
	height: 461px;
	margin-top:100px;
}

.logo {
	background-image:url(./images/logo.png);
	width: 252px;
	height: 84px;
	margin-right:200px;
	margin-left:-40px;
	
}

.imgmembros {
	background-color: #090909;
	background-image:url(./images/membros.png);
	background-position:center;
	background-repeat:no-repeat;
	width: 90px;
	height: 40px;
	border-top: none;
	border-right: none;
	border-bottom: solid 1px #232323;
	border-left: solid 1px #232323;
	position:absolute;
	margin-left:133px;
}

.imgmembros:hover {
	background-color:#050505;
}

.imghome {
	background-color: #090909;
	background-image:url(./images/home.png);
	background-position:center;
	background-repeat:no-repeat;
	width: 90px;
	height: 40px;
	border-top: none;
	border-right: none;
	border-bottom: solid 1px #232323;
	border-left: solid 1px #232323;
	position:absolute;
	margin-left:43px;
}

.imghome:hover {
	background-color:#050505;
}

.mail {
	background-image:url(./images/mail.png);
	background-position:center;
	background-repeat:no-repeat;
	width: 184px;
	height: 45px;
	border:none;
	margin-left:12px;
	position:absolute;
	margin-top:-7px;
}

.hi5 {
	background-image:url(./images/hi5.png);
	background-position:center;
	background-repeat:no-repeat;
	width: 168px;
	height: 36px;
	border:none;
	position:absolute;
	margin-top:7px;
	margin-left:200px;
}

.youtube {
	background-image:url(./images/youtube.png);
	background-position:center;
	background-repeat:no-repeat;
	width: 222px;
	height: 32px;
	border:none;
	position:absolute;
	margin-left:190px;
}

.info {
	background-color: #060606;
	width:150px;
	height:20px;
	color: #FFF;
	font-family:"Trebuchet MS";
	font-size:15px;
	padding-left: 5px;
	text-align:left;
}

.info2 {
	background-color: #090909;
	width:84px;
	height:200px;
	color: #FFF;
	font-family:calibri, arial;
	font-size:12px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 7px;
	text-align:left;
}

.sobre {
	background-color: #060606;
	width:370px;
	height:20px;
	color: #FFF;
	font-family:"Trebuchet MS";
	font-size:15px;
	padding-left: 5px;
	text-align:left;
}

.sobre2 {
	background-color: #090909;
	width:370px;
	color: #FFF;
	font-family: Calibri, arial;
	font-size:12px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 7px;
	text-align: justify;
}

.membros {
	background-color: #090909;
	width:150px;
	color: #FFF;
	font-family:calibri, arial;
	font-size:13px;
	line-height:150%;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 7px;
	text-align:left;
}

.membro {
	background-color: #090909;
	width:370px;
	color: #FFF;
	font-family: Calibri, arial;
	font-size:13px;
	padding-left: 13px;
	text-align: justify;
}

.foto {
	background-color:#000;
	width:142px;
	height:173px;
	border: solid 1px #333;
}

.copyright {
	color: #575757;
	font-family:Calibri, arial;
	font-size:11px;
	text-align:center;
	width: 662px;
	margin-top:50px;
}
