body{
	margin:0;
	padding:0;
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	background:#FFF;
	border:0px;
}

a {
	color:#333;
	text-decoration:none;
	border:0px;
}

a:hover{
	color:#000;
	text-decoration:underline;
}

#nm_header {
	width:100%;
	height:157px;
	display:block;
	background:url(images/bg_header.jpg);
	background-repeat:repeat-x;
}

#nm_header img{
	width:1280px;
	height:157px;
	display:block;
	margin:auto;
}

#splash {
	width:100%;
	height:478px;
	display:block;
	background:#FFF;
	background-repeat:repeat-x;
	padding-top:18px;
	padding-bottom:18px;
	border-bottom:#CCC solid 1px;
}

#splash div {
	width:950px;
	height:480px;
	background:#000;
	display:block;
	margin:auto;
}

#nav {
	width:100%;
	height:29px;
	display:block;
	padding:0;
	border-bottom:solid 3px #CCC;
}

#nav ul{
	display:block;
	width:951px;
	margin:auto;
	height:auto;
	margin-top:10px;
	text-align:right;
	padding:0;
}

#nav li{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#666;
	display:inline;
	text-decoration:none;
	margin:0;
	padding:0;
	margin-left:30px;
}

#about {
	width:auto;
	height:258;
	background:url(images/bg_about.jpg);
	background-repeat:repeat-x;
	display:block;
}

#about div{
	width:1280px;
	height:178px;
	background:url(images/bg_about-div.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin:auto;
	padding-top:80px;
	
}

#about p{
	font-size:14px;
	color:#333;
	text-align:left;
	width:744px;
	height:94;
	margin-left:365px;
}

#footer {
	width:auto;
	height:57px;
	background-color:#FFF;
	display:block;
	text-align:center;
}
	
#footer p {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#222;
	display:block;
	margin-top:20px;
}

#portfolio {
	width:auto;
	height:auto;
}

#portfolio div{
	width:951px;
	height:auto;
	margin:auto;
	margin-bottom:50px;
}

#portfolio img.header{
	width:951px;
	height:76px;
	display:block;
	float:left;
	margin:0;
	}

#portfolio img{
	width:150px;
	height:150px;
	display:block;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	border:0px;
	}
	
#portfolio a{
	border:0px;
	text-decoration:none;
	}
	