@charset "utf-8";
/* CSS Document */
/* Basic style begins */
/* 1. body  */


table, td, input, div, p, span {
	text-align:left;
}
body, td {
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;

}
body {
	text-align:center;
	padding:0;
	margin:0;
}

div.header {
	text-align: center;
	color: #ff0000;
	padding-top: 5px;
}

div.footer {
	text-align: center;
	padding-top: 18px;
}

div.content_wrapper {
  width: 849px;

  margin: 0 auto;
}

div.main_graphic1 {
  background: #FFFFFF url(../image/main_graphic1.jpg) no-repeat; 
  width: 849px;
  height: 349px;
  margin: 0 auto;
}

div.pushpin {
  background: #FFFFFF url(../image/pushpin.jpg) no-repeat; 
  width: 291px;
  height: 227px;
  margin-left: 13px;
}





