/* page layout */
body, html {
margin: 0;
padding: 0;
text-align: center; /* IE center bug */

}

/* pageFrame */
#pageFrame {
	background-image: url(../../images/header_images/linetile.jpg);
	width: 100%;
	margin: 0 auto;
	background-repeat: repeat-x;
}
#coltile{
	background-image: url(../../site_images/main_tile.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#hometile{
	background-image: url(../../site_images/main_tilehome.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
/* logoFrame */
#logoFrame {
	height: 50px;
	/*height: 75px;*/
	position: relative;
	width:780px;
	margin: 0 auto;
}

/* middleFrame */
#middleFrame {
height:100%;
	width:760px;
	margin: 0px auto;
}

/* middleContent */
#middleContent {
width:420px;
margin: 0px auto;

}

/* boxes1 and 2 (call it left and right if you prefer) */
#boxes1Frame {
	width: 160px;
	float:left;
	
}
#boxes1Frame img{
	vertical-align: top;
}
#boxes2Frame {
	width:160px;
	float:right;
}

/* bannerFrame */
div#bannerFrame {
/*height: 60px;
margin-top: 10px;
margin-bottom: 10px;*/
}

/* footer */
#footer{
	text-align:center;
	width:780px;
	height:50px;
	clear: both;
	/*border-top: solid 1px #999;*/
	margin: 0px auto 10px;
	padding-top: 5px;
}

/* end page layout */


