/* CSS Document */
body, html, object 
{ 
    margin: 0px; 
    padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
} 

body#page1
{
	
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url('../devimages/bigBG.jpg');
}

body#page3
{
	background-position: top center;
	background-repeat: repeat;
	text-align: center;
	background-image: url('../devimages/bg.jpg');
}

#mother
{
	width: 924px;
	position: relative;
	text-align: center;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding-bottom: 0;
	background-image: url(../images/contentMiddle.gif);
	background-repeat: repeat-y;

}

#banner
{
	height: 140px;
	text-align: left;
}

#banner3
{
	text-align: left;
	height: 255;	
}

#banner4
{
	text-align: center;
	height: 255;	
}

#content
{
	width: 824px;
	padding: 0 45px 100px 313px;
	font-family: Geneva, Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #847979;
	letter-spacing: 1px;
	font-weight: lighter;
	text-align: left;
}

#content3
{
	width: 824px;
	padding: 0 45px 100px 43px;
	font-family: Geneva, Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #847979;
	letter-spacing: 1px;
	font-weight: lighter;
	text-align: left;
}

a 
{
	color: #AA5F53;
}

#footer
{
	height: 100px;
	
}

h1, h2, h3, h4 
{
	font-family: Geneva, Georgia, "Times New Roman", Times, serif;
}

h1 
{
	font-size: 40px;
	color: #8C6200;
	font-weight: lighter;
}

h2
{
	font-size: 30px;
	color: #8C6200;
	font-weight: lighter;
	text-align: center;
}

h3
{
	font-size: 20px;
	color: #8C6200;
	font-weight: lighter;
}

h4
{
	font-size: 12px;
	color: #8C6200;
	font-weight: lighter;
}
