\documentclass{scrartcl} \usepackage[latin1]{inputenc} \usepackage{tabularx} \usepackage[letterpaper,top=2cm,bottom=1.5cm,left=1.1cm,right=1.5cm]{geometry} \usepackage{graphicx} \begin{document} \pagestyle{myheadings} \thispagestyle{empty} \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont \parbox[t]{.5\textwidth}{ \hspace{-0.1cm}, } \parbox[t]{.5\textwidth}{ Tel: Fax: } \hfill \vspace{1cm} \textbf{S T A T E M E N T} \hfill \textbf{} \vspace{2cm} \begin{tabular*}{\textwidth}{|ll@{\extracolsep\fill}ccrrrr|} \hline \textbf{Invoice \#} & \textbf{Order \#} & \textbf{Date} & \textbf{Due} & \textbf{Current} & \textbf{30} & \textbf{60} & \textbf{90} \\ \hline & & & & & & & \\ \multicolumn{8}{|l|}{\mbox{}} \\ \hline \textbf{Subtotal} & & & & & & & \\ \hline \end{tabular*} \vspace{0.5cm} \hfill \begin{tabularx}{\textwidth}{Xr@{\hspace{1cm}}r@{}} & \textbf{Total outstanding} & \textbf{} \end{tabularx} \vfill All amounts in \textbf{} funds. Please make check payable to \textbf{} \end{document}