html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	background: #f1f9eb;
	font: normal normal normal 12px/17px Verdana, Arial, sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong {
	font-weight: bold;
}



#container {
	position: relative;
	width: 800px;
	margin: 0 auto;
	background-color: #fff;
}

#header {
	position: relative;
	height: 157px;
	background: #cfebbb url('/img/bg-header.png') repeat-x 0 0;
}
	#header h1 {
		position: absolute;
		top: 5px;
		left: 207px;
		width: 590px;
		height: 70px;
		background: transparent url('/img/h1.png') no-repeat 0 0;
		text-indent: -5000em;
	}
	#header h2 {
		position: absolute;
		top: 72px;
		left: 207px;
		font: normal normal normal 16px/20px Helvetica, Arial, sans-serif;
		color: #505050;
	}
	#header img {
		position: absolute;
		top: 0;
		left: 0;
	}
	#header ul {
		position: absolute;
		bottom: 10px;
		left: 205px;
		z-index: 99;
		color: #505050;
		font: normal normal normal 14px/18px Helvetica, Arial, sans-serif;
		margin: 0 0 0 15px;
		list-style-type: disc;
	}
/*		#header ul li {
			display: inline;
			float: left;
			padding: 0 5px 0 18px;
		}
		#header li.li_tel {
			background: transparent url('/img/li_tel.gif') no-repeat 0 0;
		}
		#header li.li_eml {
			background: transparent url('/img/li_eml.gif') no-repeat 0 0;
		}*/
		#header strong {
			color: #800080;
		}
		#header li strong {
			color: #399d4d;
		}
		#header li a {
			color: #399d4d;
			text-decoration: none;
		}
			#header li a:hover {
				text-decoration: underline;
			}
	
#content {
	float: left;
	width: 477px;
	padding: 15px 20px 30px;
}
	#content p {
		padding: 0 0 10px;
	}
	#content h3 {
		font: normal normal normal 28px/32px Helvetica, Arial, sans-serif;
		color: #800080;
		padding: 15px 0 5px;
	}
	ul.li_contact {
		margin: 10px 0 20px;
		
	}
	ul.li_contact li {
		font: normal normal normal 18px/24px Helvetica, Arial, sans-serif;
	}

#sidebar {
	position: relative;
	float: right;
	width: 283px;
	padding: 454px 0 0;
}
	#sidebar img {
		margin: 0 0 20px;
	}
	img.statue {
		position: absolute;
		top: -54px;
		right: 7px;
		z-index: 1;
	}
	
div#footer {
	clear: both;
	text-align: center;
	padding: 20px 0;
	border-top: 1px dotted #ccc;
}
	#footer h1 {
		width: 800px;
		height: 70px;
		background: transparent url('/img/h1.png') no-repeat top center;
		text-indent: -5000em;
	}
	#footer h2 {
		font-size: 14px;
		line-height: 18px;
		color: #505050;
	}
	#footer p {
		padding: 5px 0;
		font-size: 14px;
		line-height: 18px;
		color: #999;
	}
	#footer a {
		color: #999;
	}