#main {
	width: 768px;
	max-width: 1000px 
	margin:0 auto; 
	background:url(images/bgLayOut1.jpg) no-repeat left top;
	}

/*===============text===================*/
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	color: #efe3c6;
	border-top-width: thin;
	border-bottom-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	visibility: inherit;
	line-height: 20px;
}

.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: thin;
	color: #efe3c6;
	letter-spaceing: normal;
	text-align: left;
	vertical-align: baseline;
	word-spacing: normal;
	line-height:17px;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #efe3c6;
	letter-spaceing: normal;
	text-align: left;
	vertical-align: baseline;
	word-spacing: normal;
	line-height:17px;
	padding-top: 44px;
	position: absolute;
	left: 44px;
	top:170px;

}

.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: lighter;
	color: #efe3c6;
	letter-spaceing: normal;
	text-align: left;
	vertical-align: baseline;
	word-spacing: normal;
	line-height:13px;
	}
	

/*===============images===================*/
.logo1 {
	border: none;
	padding-top: 69px;
	}


.photoStyle {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 0px;
	top: 0px;
	right: 25px;
	bottom: 25px;
	clear: left;
	float: left;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 0px;
}	
/*===============boxes===================*/
.box {
	width:699px;
	min-height:512px;
	height:auto !important;
	height:512px;
	position: absolute;
	left: 44px;
	top: 60px;
	}

.box1 { 
	width: 600px;
	position: absolute;
	left: 80px;
	top: 300px;  
	}

.boxColumnA {
	width: 298px;
	position: absolute;
	left: 80px;
	top: 500px;
	}

.boxColumnB {
	width: 298px;
	postion: absolute;
	left: 400px;
	top: 500px;
	position: absolute;
	}

.boxColumnA1 {
	width: 290px;
	position: absolute;
	left: 80px;
	top: 680px;
	}
.boxColumnB1 {
	witdth: 290px;
	position: absolute;
	left: 400px;
	top: 680px;
	}
	

/*===============content===================*/
#content { 
	height:1000px;
	
	}
	
#content .indent { 
	padding:44px 0px 0px 44px;
	}

/*===============footer===================*/
#footer {
	position: absolute;
	left: 85px;
	top: 940px;
	}

