@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
}

#content {
	background:none;
	text-align:center;
}
.menuTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #F6921E;
}


#content ul, #content li { list-style-image:none;  list-style:none; margin-bottom:8px; margin-top:8px;  }

  #all {
    /*outer width 1169px*/
	width:100%;
	padding:0px 0px 0px 0px;
	margin-top:26px;
	margin-left:auto;
	margin-right:auto;
	background: url(../images/bg_image.jpg) no-repeat;
	background-position: center 266px;
  }

#header {min-height: 100px; height:100px; width:100%; background-position:center 0px; }
#footer {width:100%; background-position:center 0px; }

h2 { margin-top:20px; margin-bottom:12px; }

