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


/* General */

*
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

body
{
	background-color: #EFE2C5;	
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
}

#wrapper
{
	width: 973px;
	margin-left: auto;
	margin-right: auto;
}


/* Header */

#header
{
	width: 973px;
	height: 140px;
	float: left;
}

#headerTop
{
	width: 973px;
	height: 20px;
	float: left;	
	background-image: url(../images/pageTopBg.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;	
}

#headerBottom
{
	width: 973px;
	height: 120px;
	float: left;	
	background-image: url(../images/pageMiddleBg.gif);
	background-position: 0px 0px;
	background-repeat: repeat-y;
}

#mainImgTop
{
	width: 413px;
	height: 120px;
	float: left;
	margin-left: 20px;
	background-image: url(../images/mainTopImg.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#logoTitle
{
	width: 413px;
	height: 120px;
	float: left;
	background-image: url(../images/logoTitle.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;	
}

#mainMenu
{
	width: 520px;
	height: 120px;	
	float: left;	
	background-image: url(../images/mainMenuBg.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-x;
}

#mainMenuServices
{
	width: 500px;
	height: 25px;
	float: left;
	margin-left: 30px;
	margin-top: 32px; /*30px*/
}

#mainMenuInfo
{
	width: 500px;
	height: 25px;
	float: left;
	margin-left: 12px; /*43px*/
	margin-top: 0px;
}

#mainMenu a
{	
	height: 25px;
	float: left;
	padding-left: 9px; /*10px*/
	padding-top: 5px;
	padding-right: 9px; /*10px*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0px;
	word-spacing: 1px;
	color: #FDFDFD;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
}

#mainMenu a:hover
{
	color: #FFC;
	text-decoration: overline;
}

#mainMenuDivider
{
	width: 1px;
	height: 25px;
	float: left;
	background-image: url(../images/navDivider.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#aboutUsPage #aboutUs a, #contactUsPage #contactUs a, #businessOrganizingPage #businessOrganizing a, #relocationServicesPage #relocationServices a, #homeOrganizingPage #homeOrganizing a, #buyGiftPage #buyGift a
{
	color: #FFC;
	text-decoration: overline;
}


/* Main */

#main
{
	width: 973px;
	height: 538px;
	float: left;	
	background-image: url(../images/pageMiddleBg.gif);
	background-position: 0px 0px;
	background-repeat: repeat-y;
}

#mainImgMiddle
{
	width: 413px;
	height: 538px;
	float: left;
	margin-left: 20px;
	background-image: url(../images/mainMiddleImg.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#napo
{
	width: 138px;
	height: 101px;
	float: left;
	margin-left: 137px;
	margin-right: auto;
	margin-top: 400px;
	background-image: url(../images/napo.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

/* Footer */

#footer
{
	width: 973px;
	height: 110px;
	float: left;
}

#footerTop
{
	width: 973px;
	height: 30px;
	float: left;	
	background-image: url(../images/pageMiddleBg.gif);
	background-position: 0px 0px;
	background-repeat: repeat-y;
}

#footerBottom
{
	width: 973px;
	height: 90px;
	float: left;	
}

#mainImgBottom
{
	width: 413px;
	height: 30px;
	float: left;
	margin-left: 20px;	
	background-image: url(../images/mainBottomImg.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	
}

#footerBorder
{
	width: 973px;
	height: 20px;
	float: left;
	background-image: url(../images/pageBottomBg.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#faithfulLogo
{
	width: 150px;
	height: 70px;
	float: left;
	background-image: url(../images/faithfulOrganizers.png);
	background-position: 20px 5px;
	background-repeat: no-repeat;
}

#copyright
{
	width: 520px;
	height: 30px;
	float: left;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #818181;
	text-align: center;
	word-spacing: 1px;
}

#designer
{
	width: 783px;
	height: 70px;
	float: right;
	margin-right: 20px;
	padding-top: 50px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #C0C0C0;
	text-align: right;	
}

#designer a
{
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	text-align: right;
	text-decoration: none;
}