/* CSS Document */
@import url(module_nav.css);
@import url(module_home.css);
@import url(module_sub.css);
@import url(module_header.css);
@import url(module_footer.css);

*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #f7f7f7 url(../images/bg_body.gif) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00483a;
}

body.sub {
	background: #f7f7f7 url(../images/bg_body_sub.gif) top left repeat-x;
}

#wrapper
{
	width: 960px;
	margin: 0 auto;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.cleaner {	
	clear: both;
}

