/* for DNN logo positioning */
/* align logo to left side rather than center */
.header {
	text-align: left;
}
/* place the logo in the blue central area */
.header p {
	margin: 0 auto;
	width: 590px;
}
/* move logo into position */
#dnn_dnnLOGO_imgLogo {
position: relative;
top:45px;
}

