* { padding:0; margin:0; }
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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend, input,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a:link, a:visited, a:active {COLOR: #DD0000; TEXT-DECORATION: none;}
a:hover {text-decoration: underline;}
ul,ol { list-style:none }
a img, :link img, :visited img { border:none; }
table {border-collapse: collapse; border-spacing: 0;}
html {
	overflow: auto;
	height: 100%;
}
body {
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	line-height: 1.8em;
	color: #000000;
	text-align: center;
}
div {position: relative;}
h1 {
	color: #555555;
	font-size: 3.2em;
	line-height: 1em;
}
p {
	margin-bottom: 1.8em;
	text-align: justify;
}
strong, b {font-weight: bold;}
em {font-style: italic;}
#wrapper {font-size: 1.1em;}
#header {
	width: 100%;
	height: 100px;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(../images/head.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#container {
	width: 394px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#container img {margin-bottom: 0.8em;}
#footer {
	width: 100%;
	height: 20px;
	clear: both;
	background-color: #000000;
}
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
* html .clearfix {height:1%;}
.clearfix {display:inline-block;}
.clearfix {display:block;}