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

body {
 	font-family: Verdana, Arial, sans-serif;
 	font-size: 12px;
	letter-spacing: .5px;
 	color: #FFFFFF;
	background-color: #FFF;
}

#wrapper {
	position: absolute;
	top: 0px;
 	margin: 0 auto;
 	width: 900px;
 
}

#header {
	position: absolute;
	top: 0px;
  	width: 900px;
  	height: 1100px;
	left:0px;
  	/*margin: 0px 0px 0px 12px;*/
  	background-image: url(Pecunia_web_BG2.png);
	background-repeat: no-repeat;
}

#txt1 {
	width: 610px;
	height: 105px;
	position: absolute;
	top: 141px;
	left:173px;
	float:left;
    margin: 0px 0px 0px 10px;
    line-height:16px;
    letter-spacing: 0.5px;
}

#txt2 {
	width: 595px;
	height: 20px;
	position: absolute;
	top: 282px;
	left:173px;
	float:left;
	line-height: 20px;
    margin: 0px 0px 0px 10px;
    line-height:16px;
}

#txt3 {
	width: 595px;
	height: 250px;
	position: absolute;
	top: 473px;
	left:173px;
	float:left;
    margin: 0px 0px 0px 0px;
    line-height:16px;
}

#txt4 {
	width: 595px;
	height: 50px;
	position: absolute;
	top: 786px;
	left:173px;
	float:left;
    margin: 0px 0px 0px 10px;
    line-height:16px;
}

#BTN{
	width: 132px;
	height: 23px;
	position: absolute;
	top: 1045px;
	left:353px;
	float:left;
}

.invisoBTN{
	width: 132px;
	height: 23px;
	display: block;
	text-decoration: none;
}

.invisoBTN:hover{
	width: 132px;
	height: 23px;
	display: block;
	text-decoration: none;
	background-image: url(pecunia-email-btn.png);
}

/* Extra txt Styles
.boldTxt{
  	font-weight: bold;
}

.red {
	color: #771C14;
}*/

/* Interactive 
a.Links:link span{
color: #771C14;
text-decoration: none;
}

a.Links:hover span{
text-decoration: none;
font-weight: bold;
}

a.Links2:link span{
color: #771C14;
text-decoration: none;
}

a.Links2:hover span{
text-decoration: none;
font-weight: bold;
}

a.invisoBTN:visited{ 
	color: #771C14;  
	text-decoration: none; 
	background: transparent; 
	font-weight: normal;
	background-image: url(pecunia-email-btn.png);
	}

a.invisoBTN:link span{ 
	color: #771C14; 
	text-decoration:none;  
	background: transparent; 
	font-weight: normal;
	background-image: url(pecunia-email-btn.png);
	}

a.invisoBTN:active span{ 
	color: #771C14; 
	text-decoration:none;  
	background: transparent; 
	font-weight: normal;
	background-image: url(pecunia-email-btn.png);
	}

a.invisoBTNa:hover span{
	color: #771C14; 
	text-decoration:none;  
	background: transparent; 
	font-weight: normal;
	background-image: url(pecunia-email-btn.png);
	}
*/

