/* CSS Document - global styles */
@import url(module_header.css);
@import url(module_home.css);
@import url(module_sub.css);
@import url(module_footer.css);

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

body {
	background: #e0e0e0 url(../images/bg_page.png) 0 0 repeat-x;
	color: #808080;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 68.8%;
	text-align: center;
}

#container {
	margin: 0 auto 0;
	width: 960px;
	text-align: left;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.cleaner {
	clear: both;
	font-size: 0;
	line-height: 0;
}

.print {
	display: none;
}

