/* structure */
.container {
	width: 780px;
	background: url(http://josephgate.com/images/bgcontainer_landing.gif) repeat-y;
	background-position:center;
	
}
.amcontainer {
	width: 780px;
	background: url(http://josephgate.com/images/bgcontainer_landing.gif) repeat-y;
	background-position:center;
	
}


/* header background: url(http://josephgate.com/images/bgheader3.gif) no-repeat ;*/
.header {
	background: url(http://josephgate.com/images/headerimg.gif) no-repeat ;
	height: 120px;
	width: 780px;
	background-position:center;
}
.amheader {
	background: url(http://josephgate.com/images/headerimg.gif) no-repeat ;
	height: 120px;
	width: 780px;
	background-position:center;
}


/* footer*/
.footer { 
	background: #958463 url(http://josephgate.com/images/bgfooter.gif) no-repeat;
	height: 50px;
	width: 780px;
	background-position:center;
}
.amfooter { 
	background: #958463 url(http://josephgate.com/images/bgfooter.gif) no-repeat;
	height: 50px;
	width: 780px;
	background-position:center;
}


	
/* main */
.main {
	width: 100%;	
}
.ammain {
	width: 100%;	
}


/* content */
.content {
	width: 100%;
}
.amcontent {
	width: 100%;
}

