/* Graphic header */
#miller_NwdHeader {
	background-image:url(../images/nwd/nwdHeader.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:103px;
	padding: 0 0 0 12px;
}
/* Tile bg */
#miller_Nwd {
	width:506px;
	padding:0;
	background-image: url(../images/blog/blogBgTile.gif);
	background-repeat: repeat-y;
	overflow:auto;

}

#miller_entry{
width: 482px;
padding:0 0 0 12px;
}


/* Entry table  */
#NwdEntryBlock{
margin:8px;
}

#NwdEntry{
color:#b5c8ed;
font-size:11px;
}

#NwdEntry a{
color:#b5c8ed;
font-size:11px;
font-weight:bold;
text-decoration:underline;
}


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


/* Image block */
#NwdImage{
background-color:#1f458c;
padding:5px;
border:1px solid #4c5168;
margin:0 14px 0  0;
}
#NwdImage img{
border:1px solid #86a1d4;
}

#blogBgFooter{
	width:506px;
	height:13px;
	background-image: url(../images/blog/blogBgFooter.gif);
	background-repeat: no-repeat;
	background-position: left top;
}