    	html
      {
      	margin: 0;
        padding: 0;
	      background-color: #cecece;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
      }
      a
      {
      	font-weight: bold;
        text-decoration: underline;
        color: #4f4f4f;
      }
    	#mainContainer
      {
      	width: 100%;
        text-align: center;
      }
      #innerContainer
      {
      	width: 715px;
        margin: auto;
      }
      #borderTop
      {
      	width: 715px;
        height: 32px;
        background: #cecece url(../img/top-border.gif) no-repeat center;
        margin-left: 1px;
      }
      #borderSide
      {
      	width: 715px;
        background: #cecece url(../img/side-border.gif) repeat-y center;
      }
      #borderBottom
      {
      	width: 715px;
        height: 32px;
        background: #cecece url(../img/bottom-border.gif) no-repeat center;
      }
      #mainContent
      {
       width: 667px;
       margin: auto;
      }
      #pageHeader
      {
        height: 158px;
        background: #fff url(../img/header.jpg) no-repeat center;
      }
      #pageContent
      {
      	margin-top: 20px;
        width: 667px;
      }
      #pageNavigation
      {
      	float: left;
      	text-align: left;
      	width: 90px;
        font-size: 14px;
      }
      #pageBody
      {
	margin-left: 20px;
	width: 557px;
	float: left;
	font-size: 12px;
	text-align: justify;
	color: #000;
      }
      #pageFooter
      {
      	padding-top: 20px;
      	clear: both;
        font-size: 10px;
      }
			#projectImageContainer
			{
      	float: left;
				margin: 10px 10px 10px 10px;
				width: 250px;
				height: 165px;
				background-color: #ddd;
				border: 1px solid black;
			}
			#projectImage
			{
				margin: 10px 10px 10px 10px;
				width: 230px;
				height: 145px;
				/*border: 1px solid black;*/
			}
      #projectImageContainerRotated
			{
      	float: left;
				margin: 10px 10px 10px 10px;
				width: 165px;
				height: 250px;
				background-color: #ddd;
				border: 1px solid black;
			}
			#projectImageRotated
			{
				margin: 10px 10px 10px 10px;
				width: 145px;
				height: 230px;
				/*border: 1px solid black;*/
			}
      .headerOne
      {
      	font-weight: bold;
        font-size: 15px;
        color: #565656;
      }
      .headerTwo
      {
      	font-weight: bold;
        font-size: 12px;
        color: #565656;
      }
      .headerThree
      {
      	color: #565656;
      }
