html { }


@font-face {
 font-family: MyCustomFont;
 src: url("FREESCPT.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyCustomFont;
 src: url("FREESCPT.ttf") format("truetype") /* TTF file for CSS3 browsers */
}




body
{
	font-weight:normal;
	font-family: "Freestyle Script", MyCustomFont, Mistral, TSCu_Comic, "Handwriting - Dakota", Chalkboard, "Trebuchet MS";
	color: #5364e4;
	font-size:32px;
	margin:18px 0 20px 70px;
	padding:0px;
	background:#ffffff url('images/folha.gif') repeat-y top left; 
	background-position:0px 70px; 
}


a:link    	{ text-decoration: underline; color:#EA0000; font-weight:bold; text-transform: uppercase;}
a:visited 	{ text-decoration: underline; color:#EA0000; font-weight:bold; text-transform: uppercase;}
a:active  	{ text-decoration: underline; color:#F24F00; font-weight:bold; text-transform: uppercase;}
a:hover		{ text-decoration: underline; color:#F24F00; font-weight:bold; text-transform: uppercase;}


img {border: 0px;}


#menulinks {margin-top:26px; margin-left:5px; width:700px}
#titulo {margin-top:32px; margin-left:10px; font-size:44px;}

div.contato {margin-top:14px; margin-left:17px; font-weight:bold; font-size:20px; color:#5b54a3;}
div.linha {width:630px; height:70px;}
div.boxico {float:left; width:60px;}
div.boxlink {float:left; width:250px; font-size:18px; text-transform: uppercase;}
.textolink {font-size:20px;}

.post1 {
 position:absolute;
 background: url('images/postit.gif') no-repeat top left; 
 line-height:80%;
 top:90px;
 left:630px;
 width:124px;
 height:140px;
 padding:10px 10px 0 18px;
}

.post2 {
 position:absolute;
 background: url('images/postit.gif') no-repeat top left; 
 line-height:80%;
 top:240px;
 left:620px;
 width:124px;
 height:140px;
 padding:10px 10px 0 16px;
}
