/* Cascading Style Sheet for Fabulous Foundations
	created by David Lee Martins
*/
.wrapper
{
width: 780px;
height: auto;
text-align: center;
margin: auto;
background-image: url(../images/pink_texture.jpg);
font-family: HoeflerText-Regular, 'Hoefler Text', 'Times New Roman', serif;
/*background-color: #ffe9e8;*/
}

.links
{
background-image:url(../images/links.png);
width: 676px;
height: 58px;
clear:both; 
position:relative; 
/*text-align: right;*/
border: 0px solid white; 
font-family: georgia; 
font-size: 14pt;
margin: auto;
text-align:center;
}

img 
{
border: 0px;
}

a
{
text-decoration: none;
color: red;
}

a:hover
{
/*color: #44114c;*/
color: purple;
text-decoration: underline;
}

div,p
{
font-family: HoeflerText-Regular, 'Hoefler Text', 'Times New Roman', serif;
font-size: 12pt;
-webkit-text-size-adjust:none;
color: black;
/*border: 1px solid black;*/
}

.footer
{
clear: both; 
text-align: center; 
padding-top: 10px; 
margin: auto; 
background-color: white; 
color: black;
width: 780px; 
height: 30px;
}

table 
{
border-collapse: collapse;
}


