@charset "utf-8";
@import url(module_header.css);
@import url(module_mainnav.css);
@import url(module_home.css);
@import url(module_sub.css);
@import url(module_footer.css);

/* CSS Document */
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; text-align: justify; }

html {
	height: 100%;
}

body {
	background: #d9d9d9;
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 8px 0 0 0;
}

#container {
	width: 986px;
	margin: 0 auto 0;
	padding: 0;
	text-align: left;
	background: url(../images/bg_container.png) top left repeat-y;
}

#container p {
	line-height: 19px;
}

#columnLeft {
	width: 250px;
	margin: 10px 0 0 18px !important;
	margin: 10px 0 0 9px;
	float: left;
}



.cleaner {
	clear: both;
	height: 1px;
	line-height: 0;
	outline: 0;
}

.none {
	display: none;
}

.nostyle 
{
	text-decoration: none;
}

a img
{
	border: 0;
}
