html, body {
	margin:0;
	padding:0;
	text-align:center;
}

body {
	background-color:#F9F9F9;	
}

@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Oxygen+Mono);

#container {
	text-align:left;
	margin:0 auto;
	padding:0px 15px;
	width:1081px;
	* height:100%;
	background:url(images/bg2tan.png) repeat-y;
	font:14px 'Oxygen Mono', Tahoma, Arial, sans-serif;
	color:#666;
}

#cssmenu {position: fixed; padding: 0; margin: 0; border: 0;}
#cssmenu ul, #cssmenu li {list-style: none; margin: 0; padding: 0;}
#cssmenu ul {position: relative; z-index: 597; }
#cssmenu ul li { float: left; min-height: 1px; vertical-align: middle;}
#cssmenu ul li.hover,
#cssmenu ul li:hover {position: relative; z-index: 599; cursor: default;}
#cssmenu ul ul {visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 598; width: 100%;}
#cssmenu ul ul li {float: none;}
#cssmenu ul ul ul {top: 0; left: auto; right: -99.5%; }
#cssmenu ul li:hover > ul { visibility: visible;}
#cssmenu ul ul {bottom: 0; left: 0;}
#cssmenu ul ul {margin-top: 0; }
#cssmenu ul ul li {font-weight: normal;}
#cssmenu a { display: block; line-height: 1em; text-decoration: none; }
#cssmenu {
  background: #CCDAE8;
  border-bottom: 4px solid #79BCC5;
  font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
  font-size: 14px; 
  min-width: 1051px;
  height:38px;
}

  #cssmenu > ul {
    *display: inline-block;

	}

  #cssmenu:after, #cssmenu ul:after {
    content: '';
    display: block;
    clear: both; 
}
#cssmenu a {
    background: #CCDAE8;
    color: #666;
    padding: 0 20px; 
    height:38px;
}
#cssmenu ul { text-transform: none; }

    #cssmenu ul ul {
      border-top: 4px solid #79BCC5;
      text-transform: none;
      min-width: 190px; 
}
      #cssmenu ul ul a {
        background: #79BCC5;
        color: #FFF;
        border: 1px solid #7896C5;
        border-top: 0 none;
        line-height: 36px;
        padding: 0px 20px; 
}
      #cssmenu ul ul ul { border-top: 0 none; }

      #cssmenu ul ul li { position: relative }
#cssmenu > ul > li > a { line-height: 36px;  }

#cssmenu ul ul li:first-child > a { border-top: 1px solid #7896C5; }
        #cssmenu ul ul li:hover > a { background: #35a6ff; }

        #cssmenu ul ul li:last-child > a {
          border-radius: 0 0 3px 3px;
          box-shadow: 0 1px 0 #79BCC5; 
}
        #cssmenu ul ul li:last-child:hover > a { border-radius: 0 0 0 3px; }

        #cssmenu ul ul li.has-sub > a:after {
          content:url(images/RightArrow.png);
          position: absolute;
          top: 50%;
          right: 15px;
          margin-top: -19px;
 }
     #cssmenu ul li:hover > a, #cssmenu ul li.active > a {
      background: #79BCC5;
      color: #FFF;
 }
    #cssmenu ul li.has-sub > a:after {
      content:url(images/DropDown.png);
      margin-left: 5px; 
}
    #cssmenu ul li.last ul {
      left: auto;
      right: 0; 
}
      #cssmenu ul li.last ul ul {
        left: auto;
        right: 99.5%;
 }
 

#banner {

	margin:0px;
	top: 0px;
	padding:0px 0px 6px 0px;
	background:url(images/Banner2013Pictures.png) no-repeat;
	width:1051px;
	height:92px;

}

#main {
	width:1021px;
	min-height:auto;
	float:center;
	padding:10px;
}

  table.center {
    margin-left:auto; 
    margin-right:auto;
  }


  <table class="center">
    ...
  </table>


#noLine a {
	border-bottom:0;
}

h1 {
	font-size:28px;
	margin:0;
}

h2 {
	font-size:16px;
	margin:0 0 0 0px;
}

h3 {
	font-size:18px;
	margin:0;
	color:#555555;
}

.comments {
	display:block;
	width:485px;
	text-align:right;
	font-size:12px;
	margin:0;
	font-weight:normal;
	color:#999;
	padding:10px 0 15px;
	border-top:1px dotted #FC6;
	border-bottom:1px dashed #FC6;
}

#clear {
	clear:both;
}

p {
	line-height:1.5em;
}

#copy, #copy a {
	padding-top:5px;
	text-decoration:none;
	text-align:center;
	font:12px Arial,Helvetica,sans-serif;
	color:#666;
}

#copy a:hover {
	color:#369;
}

#bottom {
	margin:0 auto;
	height:10px;
	width:1111px;
	background:url(images/bg2c.png) no-repeat;