/* CSS Document */

/*-- ALL PAGES --*/
body{
width: 1080px;
margin-left:auto;
margin-right: auto;
background-color: #FFFFFF;
background-image:url(images/cnc_background.jpg);
background-position:inherit;
font-family:Arial, Helvetica, sans-serif;
background-attachment:fixed;

}

/* content */
	#content {
	/*	float: left;
		margin-bottom: 0px;
		margin: 0 auto;
	*/
	width:100%;
}
		#header{
		height:205px;
		width:1000px;
		text-align: center;
		background-image:url(images/cnc_header.gif);
		background-repeat:no-repeat;
		margin-top: 5px;
		background-position:center;
		float: left;
		}
		
		#links{
		float:none;
		font-weight:bold;
		color:#000000;
		clear: both;
		text-decoration: none;
		text-align:center;
		margin-bottom:25px;
		}
		html>body #links{
		float:none;
		font-weight:bold;
		color:#000000;
		clear: both;
		text-decoration: none;
		text-align:center;
		margin-bottom:0px;
		}
		
	
		
			
		#links a:link {
		text-decoration: none;
		color: #000000;
		}
		#links a:visited {
		text-decoration: none;
		color: #000000;
		}
		#links a:hover {
		text-decoration: underline;
		}
		#links a:active {
		text-decoration: none;
		}
		
		#content{
		float:left;
		}

h3{
text-align:center;
}

#about{
clear:both;
}

.OM{
width:100%;
/*clear:both;*/
/*float:left;*/
/*text-align:center;*/
/*height:inherit;*/
}

.title {
	font-size: 24px;
	font-weight: bold;
	text-align:center;
}




/* footer */
#footer{
	clear: both;
	height: 33px;
	text-align: center;
	font-size: x-small;
	font-family: Arial;
	padding-top: 7px;
}