/* --------------------------------------------------------------------------------------

*Filename:					contact.css
*Description:				Settings for the contact page
*Website:					http://www.faithbook.co.uk
*Author:					caba@studio-cordoba.com

------------------------------------------------------------------------------------------*/



/*=== Top Background =================================================*/

.contact-page-top
{
	background-attachment: scroll;
	background-image: url(../images/layout/bg-contact-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/*=== contact Section =================================================*/

.contact
{
font-family:Arial, Helvetica, sans-serif;
font-size:1.2em;
padding:10px;
color:	#00649e;
}

.contact h1
{
	color:	#00649e;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	margin:3px;
}

.contact-text
{	
padding:10px;
	color:	#00649e;
	font-size:1.3em;
	line-height:1.7em;
	width:950px;
}


/*=== Bottom Background ==================================================*/

.contact-page-bottom
{
	background-attachment: scroll;
	background-image: url(../images/layout/bg-contact-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
