.topo{
	width:980px;
	height:120px;
	position:relative;
	border-bottom:1px solid #CCC;
	margin:0 auto;	
}
.topo > .logo{
	position:absolute;
	width:344px;
	height:69px;
	position:absolute;
	top:32px;
	left:15px;
	background:url(../imagens/logo.jpg);
}
.rodape{
	width:980px;
	height:80px;
	position:relative;
	margin:0 auto;
	border-top:1px solid #CCC;	
}
.rodape > a{
	position:absolute;
	top:16px;
	right:19px;
	width:103px;
	height:27px;
	background:url(../imagens/cayman.jpg);	
}
.rodape > .copy{
	width:400px;
	height:15px;
	position:absolute;
	top:20px;
	left:19px;	
	color:#4D4D4D;
}
.menu{
	position:absolute;
	bottom:10px;
	text-decoration:none !important;
	width:110px;
	height:40px;
	line-height:40px;	
	color:#4D4D4D;
	text-align:center;
}
.menu:hover{
	color:#E67782;	
}
.selected{
	color:#E67782 !important;
}
.contact{
	right:0px;	
}
.aboutme{
	right:110px;	
}
.home{
	right:220px;	
}
.container{
	width:980px;
	min-height:300px;
	margin:0 auto;	
}
form{
	float:left;
	width:420px;	
}
.col-1{	width:8.33%; }
.col-2{ width:16.66%; }
.col-3{ width:25%; }
.col-4{ width:33.33%; }
.col-5{ width:41.66%; }
.col-6{ width:50%; }
.col-7{ width:58.33%; }
.col-8{ width:66.66%; }
.col-9{ width:75%; }
.col-10{ width:83.33%; }
.col-11{ width:91.66%; }
.col-12{ width:100%; }
.cabecalho{
	margin-top:25px;
	margin-bottom:25px;
	color:#4D4D4D;	
}
.cabecalho h1, .cabecalho h5{
	color:#4D4D4D;	
}
.container > .contact{
	padding-left:15px;
	padding-right:15px;
	margin-bottom:50px;	
}
.icones{
	float:left;	
}
.icones-topo{
	margin-right:22px;
	float:right;
	height:35px;
	margin-top:19px;
}
.icone-topo{
	float:left;
	margin-left:12px;	
}
.icones-topo a {
	float:left;	
}
.facebook{
	display:block;
	width:35px;
	height:34px;
	margin-left:8px;
	background:url(../imagens/facebook.jpg) top left no-repeat;
}
.facebook:hover{
	background:url(../imagens/facebook.jpg) bottom left no-repeat;
}
.instagram{
	display:block;
	width:35px;
	height:34px;
	margin-left:11px;
	background:url(../imagens/insta.jpg) top left no-repeat;
}
.instagram:hover{
	background:url(../imagens/insta.jpg) bottom left no-repeat;
}
.twitter{
	display:block;
	width:35px;
	height:34px;
	margin-left:11px;
	background:url(../imagens/twitter.jpg) top left no-repeat;
}
.twitter:hover{
	background:url(../imagens/twitter.jpg) bottom left no-repeat;
}