@import url("header.css");
@import url("content.css");
@import url("footer.css");

* { margin: 0px; padding: 0px; }

html, body { width: 100%; height: 100%; padding: 0; margin: 0; left top repeat; }

body { font-family: tahoma; font-size: 8pt; color: #000; line-height: 14px; }
body a { outline: none; -moz-outline: 0; border: none; border-width: 0px; color: #000; text-decoration: underline; }
body a:active { outline: none; -moz-outline: 0; }
body a:focus { outline: none; -moz-outline: 0; }
body a:hover { text-decoration: none; }
body img { border: none; border-width: 0px; }

/* clear */
.clear { clear: both; font-size: 0pt; line-height: 0px; height: 0px; }

/* all site*/
#main { width: 1000px; position: relative; margin: 0px auto; }

h1 {
	font-size: 16pt;
	color: #42080a;
	font-weight: normal;
	padding: 10px 0 30px 0;
}
h2 {
	font-size: 14pt;
	color: #42080a;
	font-weight: normal;
	padding: 10px 0 30px 0;
}


