Please I need some one to help me out with this issue. I have been able to add common axes labels to two plots I made with excel successfully. Now the problem I have is that the class file (name cit_thesis11 and approved by my university) I currently use puts extra distance between the y-axis and my graphs when I centralize the plots with the axis labels and caption. The distance is normal when I use the report or article class. What code set can I use in my tex file or class file to reduce this distance. I have included two figures to show the latex outputs when I use my class file and the report class. I have also included a working extract of my code.

%\documentclass[12pt,draft]{report}
\documentclass[12pt,draft]{cit_thesis11}
\usepackage{graphicx}
\usepackage{subfig}
\usepackage{xcolor}
\newsubfloat{figure}
\begin{document}
\begin{figure}[!ht]
\centering
\begin{minipage}{0.5cm}
\centering
\rotatebox{90}{\textcolor{red}{Y--axis label}}
\end{minipage}%
\begin{minipage}{\dimexpr\linewidth-2.50cm\relax}%
\centering
\raisebox{\dimexpr-.5\height-1em}{\includegraphics[scale=0.4]{Figures/knockho1.eps}}\ \subfloat[\label{label1}]{} \\
\raisebox{\dimexpr-.5\height-1em}{\includegraphics[scale=0.4]{Figures/knockho1.eps}}\ \subfloat[\label{label2}]{}
\vspace*{0.1cm}\textcolor{red}{X--axis label}
\caption{This is the text that describes \protect\subref{label1} and \protect\subref{label2}.}
\end{minipage}%
\end{figure}
\end{document}

cit_thesis11class? – hpesoj626 Dec 23 '12 at 15:11[http://www.smallfiles.org/download/4776/cit_thesis11.cls.html] or [http://www.smallfiles.org/download/4778/cit_thesis11.rar.html]
Hope you can help me out. Thanks once again...
– Fizzle Dec 23 '12 at 17:10