@charset "utf-8";
@import url(module_header.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; }

img a, img { border: none; }
body {
	color: #fff;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
}

/* background setup */
.bgHome {
	background: #161616 url(../images/bg_home.gif) top left repeat-x;
}

.bgSub {
	background: #161616 url(../images/bg_page.gif) top left repeat-x;
}

 /************************/
/* page container setup */
#container {
	margin: 0 auto 0;
	padding: 0;
	width: 960px;
	text-align: left;
}


/* common useful stuff */
.cleaner {
	clear: both; font-size: 0px; height: 0px; line-height: 0px; overflow: hidden; 
}

.none {
	display: none;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

a.more {
	color: #C3972F;
	background: url(../images/arrow_gold.gif) right 4px no-repeat;
	padding: 0 8px 0 8px;
	font-weight: bold;
	text-decoration: none
}

a.more:hover {
	color: #fff;
}

.bold 
{
	font-weight: bold;
}
