%   FILE: %(FILE) -- 
% AUTHOR: %(FULLNAME) <%(EMAIL)>
%   DATE: %(DAY) %(MONTH) %(YEAR)
%
% Copyright (C) %(YEAR) %(FULLNAME) <%(EMAIL)>
% All rights reserved.

\documentclass{article}

\usepackage{booktabs}
\usepackage{color}
\usepackage{fullpage}
\usepackage{graphicx}

\pdfpagewidth 8.5in
\pdfpageheight 11in

\pagestyle{empty}

\begin{document}

\noindent
{\Huge{Event Itinerary}}

\hrule

\begin{description}
\item[Organization] FIXME
\item[Event] FIXME
\item[Location] FIXME
\item[Period] January 1, 1970
\end{description}

\begin{centering}
\begin{tabular}{|p{0.15\textwidth}p{0.22\textwidth}p{0.22\textwidth}p{0.31\textwidth}|}%
\toprule%
Time & Location & Event & Participants and Details \\ \hline\hline
14:00--16:00pm & Golf Course & Golf & Everyone \\
\bottomrule
\end{tabular}
\end{centering}

\end{document}
