diff --git a/Doc/Design/DesignDocument.pdf b/Doc/Design/DesignDocument.pdf
deleted file mode 100644
index 082b2c118d4b70f80a56babee3672c1330f6e3e0..0000000000000000000000000000000000000000
Binary files a/Doc/Design/DesignDocument.pdf and /dev/null differ
diff --git a/Doc/Design/ModuleGuide.pdf b/Doc/Design/ModuleGuide.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..93aa62dfdeb358fa411f23d1a645e382305388b8
Binary files /dev/null and b/Doc/Design/ModuleGuide.pdf differ
diff --git a/Doc/Design/DesignDocument.tex b/Doc/Design/ModuleGuide.tex
similarity index 97%
rename from Doc/Design/DesignDocument.tex
rename to Doc/Design/ModuleGuide.tex
index 649683e9d3ac4e0fcf07e1d6ea1504c8bb6a8451..a78291d502d668d4ea2d49651d2488b1d9152fc7 100644
--- a/Doc/Design/DesignDocument.tex
+++ b/Doc/Design/ModuleGuide.tex
@@ -24,32 +24,49 @@
 \newcounter{mnum}
 \newcommand{\mthemnum}{M\themnum}
 \newcommand{\mref}[1]{M\ref{#1}}
-\title{SE 3XA3: Software Requirements Specification\\Title of Project}
-\author{Team \#, Team Name
-		\\ Student 1 name and macid
-		\\ Student 2 name and macid
-		\\ Student 3 name and macid
-}
+% ================ Title ===============
+
+\title{
+    \vspace{40mm}
+	\textbf {
+	\Huge {\color[rgb]{0.9,0,0}Blaze} Brigade \\
+	\large - Module Guide -}}
+
 \date{\today}
 
+\author{SFWR ENG 3XA3 - Section L02 \\
+	007 (Group 7) \\ \\
+	Jeremy Klotz - klotzjj \\
+	Asad Mansoor - mansoa2 \\
+	Thien Trandinh - trandit \\
+	Susan Yuen - yuens2}
+	
+% =============== Document ===============
+	
 \begin{document}
+
 \maketitle
-\pagenumbering{roman}
+\pagenumbering{gobble}
+\newpage
+\pagenumbering{arabic}
+
 \tableofcontents
 \listoftables
 \listoffigures
+
+\newpage 
 \begin{table}[bp]
 \caption{\bf Revision History}
 \begin{tabularx}{\textwidth}{p{3cm}p{2cm}X}
-\toprule {\bf Date} & {\bf Version} & {\bf Notes}\\
+\toprule {\bf Date} & {\bf Version} & {\bf Notes} \\
 \midrule
 Date 1 & 1.0 & Notes\\
-Date 2 & 1.1 & Notes\\
 \bottomrule
 \end{tabularx}
 \end{table}
+ 
+\hfill\break
 \newpage
-\pagenumbering{arabic}
 \section{Introduction}
 \subsection{Overview}
 Blaze Brigade is a tactical simulation role-playing game that combines the strategic challenges as a form of interactive entertainment for its users. This turn-based game allows users to advance their units into enemy territory, participate in combat and strive to eliminate all of the opposing units. In adaption to the open-source freeware, Tactics Heroes, Blaze Brigade will incorporate new functional and design enhancements that may not be available to the existing open-source project. Such enhancements include the implementation of new features within the unit movement, combat and strategy aspect of the game as well as improved graphical representations of the menu menu and gameplay to improve the overall experience of the game.