@charset "UTF-8";

/* CLASSES */

h1.aboutusheader{
	margin:0px;
	margin-bottom:10px;
	display:block;
	width:924px;
	height:35px;
	text-indent:-9999px;
	background: url(../images/aboutus.png) left no-repeat;
	border-bottom: #8d0404 2px solid;
}
h1.sitemapheader{
	margin:0px;
	margin-bottom:10px;
	display:block;
	width:924px;
	height:35px;
	text-indent:-9999px;
	background: url(../images/sitemap.png) left no-repeat;
	border-bottom: #8d0404 2px solid;
}

/* DIVS */

div#header{
	background:#cecece;
}
div#bigbox{
	position:relative;
	width:964px;
	padding-left:30px;
	padding-right:30px;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#cecece;
	margin:0px;
}

div#module_c{
	position:relative;
	width:924px;
	margin:0px;
	padding:20px;
	margin-bottom:20px;
	line-height:18px;
	text-align:justify;
}


/* MAKE ABOUT SELECTED */

a.nav_about{
	background:url(../images/nav_about_over.png) top center no-repeat;}
a.nav_about:hover{
	background:url(../images/nav_about_over.png) top center no-repeat;}
a.nav_about:visited{
	background:url(../images/nav_about_over.png) top center no-repeat;}
a.nav_about:active{
	background:url(../images/nav_about_over.png) top center no-repeat;}
