\documentclass{article}
\usepackage[T1]{fontenc}

\usepackage{fancyhdr}
\usepackage{tabularx}
\usepackage[headsep=1cm,headheight=50pt]{geometry}

\newcolumntype{z}[1]{>{\centering\arraybackslash}m{#1}}
\newcolumntype{Z}{>{\centering}X}
\renewcommand\arraystretch{1.5}% (1.0 - standard spacing)
\chead{%
  \noindent\tabcolsep=0pt
  \begin{tabularx}{\textwidth}{|z{.3\linewidth}|Z|z{.3\linewidth}|}\hline
  A Logo here             &                            & Page \thepage~of~1 \\\hline
  Rev~1234                & Verification Specification 
                          of My Long Project Name    & Date:~2005-07-31 \\\hline
  Author: Colin Marquardt &                            & Not Confidential   \\\hline
\end{tabularx}%
}
\pagestyle{fancy}

\begin{document}

\newcommand*\x{Duis lorem dolor ipsum sit amet magna. Yub sulpegap won!
Sti os doog, dna hcus taerg eulav. Ro, yub ruoy tac a ypoc.
Tahw tuoba eht net resu kcap nywg senoj? Dna llet lla ruoy
sdneirf, dna llet eht hcir seno eciwt.\newpage}
\x\x\x\x

\end{document}
