/* CSS Document */
html,body {

	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	background-image:url(../site_pics/bg_tile1.gif);
	background-repeat:repeat-x;

}

#container {

	position:relative;
	margin:0 auto;
	width:766px;
	height:600px;
	bottom:0px;
	
}

#header {
	position:relative;
	margin:0 auto;
	width:766px;
	height:176px;
	top: 0px;
	background-color:#FFFFFF;

}


#content {
	position:relative;
	margin:0 auto;
	width:766px;
	top: 8px;
	left: 0px;
	background-color:#FFFFFF;

}

#footer {
	position:relative;
	margin:0 auto;
	width:766px;
	height:104px;
	background-color:#1267AB;

}

