body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
	width: 100%;
	max-width: 100%;
	margin: 0 auto 0;
	padding: 0;
	top: 0;
}

#header {
	width: 100%;
	height: 300px;
	max-height: 300px;
	min-height: 300px;
	margin: 0 auto 0;
}

#header_content {
	height: 100%;
}

#header_title {
	display: block;
	position: absolute;
	top: 1.8em;
}

#header_title h1 {
	font-size: 2em;
}

#header_title h2 {
	font-size: 1.1em;
	margin: 0.1em;
}

#header_title h3 {
	font-size: 0.9em;
	margin: 0.1em;
}

#header_content  {
	color: #000000;
}

#main_menu {
	width: 100%;
	height: 60px;
	max-height: 60px;
	min-height: 60px;
	margin: 0 auto 0;
	z-index: 10;
}

#main_menu_content {
	height: 100%;
	position: relative;
}

#content {
	width: 100%;
	margin: 0 auto 0;
}

#content_content {

}


#content_content h1 {
  font-size: 1.4em;
  margin: 2.1em auto 1.4em ;
}

#content_content h2 {
  font-size: 1.2em;
  margin: 2.1em auto 1.4em ;
}

#content_content h2 {
  font-size: 1.0em;
  margin: 2.1em auto 1.4em ;
}

#footer {
	width: 100%;
	height: 35px;
	min-height: 35px;
}

#footer_content {
	height: 100%;
}

#footer_content p {
	text-align: center;
	font-size: 0.8em;
}

#header_content, #main_menu_content, #content_content, #footer_content {
	min-width: 850px;
	width: 850px;
	max-width: 850px;
	margin: 0 auto 0;
	padding: 0;
}

.wide_l {
	float: left;
}

.wide_r {
	float: right;
}

.wide_r, .wide_l {
	width: 520px;
	min-width: 520px;
	max-width: 520px;
}

.thin_l {
	float: left;
}

.thin_r {
	float: right;
}

.thin_r, .thin_l {
	width: 280px;
	min-width: 280px;
	max-width: 280px;
	text-align: center;
}

.one_col {
	float: left;
	width: 100%;
}

.wide_l p, .wide_r p, .one_col p {
	text-align: justify;
	font-size: 0.9em;
}

.thin_l p, .thin_r p {
	font-size: 0.9em;
}

.wide_l ul, .wide_r ul, .thin_l ul, .thin_r ul, .one_col ul {
	font-size: 0.9em;
}

.wide_l ol, .wide_r ol, .thin_l ol, .thin_r ol, .one_col ol {
	font-size: 0.9em;
}

.clear {
	clear:both;
}

.gall {
	text-align: center;
	font-size: 0.9em;
	float: left;
	width: 260px;
	max-width: 260px;
}

.cntr {
      text-align: center;
}