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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	 text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	background-image:url(../img/fcasamento.jpg);
	background-repeat:repeat;
	background-attachment: fixed;
}

#logo{
	position:absolute;
	top:26px;
	left:40px;
	display:block;
	width:143px;
	height:162px;
	background-image:url(../img/logo.png);
	}
	
#morada{
	position:absolute;
	top:226px;
	left:40px;
	display:block;
	width:193px;
	height:162px;
	font: normal 0.8em sans-serif;
	color:#FFF;
	}
	
#morada p{
	line-height:1.3em;
	}	
	
#morada a{
	color:#FFF;
	}	
	
#main{
	position:absolute;
	top:0px;
	left:259px;
	width:536px;
	padding-bottom:80px;
	}	
	
#cabecalho{
	position:relative;
	width:100%;
	height:72px;
	background-color:#ff72c0;
	padding-top:4px;
	text-align: center;
	}	

#texto{
	position:relative;
	margin-top:1px;
	font: normal 0.8em sans-serif;
	width:480px;
	/*height:276px;*/
	background-color:#f281ff;
	padding:28px;
	color:#880033;
	}
	
#texto a{
	color:#fff;
	}
	
#texto p{
	line-height:1.3em;
	}	
	
#texto h3{
	font: bold 16px sans-serif;
	margin-bottom:10px;
	}	
	
#trabalhos{
	position:relative;
	margin-top:3px;
	width:508px;
	height:30px;
	background-color:#C75795;
	font: bold 16px sans-serif;
	line-height:2em;
	color:#FFF;
	padding-left:28px;
	}
	
#tabs{
	position:relative;
	/*margin-top:1px;*/
	width:100%;
	background-color:#ff72c0;
	}		