

#wrapper2 { 
 width:750px;
 position: relative;
 left: 50%;
 top: 50px;
 margin-left: -375px;
 }

#wrapper {
  width:750px;
  position:relative;
  margin:1.6em 0 0;
  padding:50px 50px 50px;
  }

.verdana10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


/* mainNav
------------------------------------*/

ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 700px;
  list-style: none;
  text-transform: uppercase;
}

ul li {
  float: left;
  background: url(/images/tab-right.gif) no-repeat top right;
}


/* Hack to make IE/Mac play nice */
li a {
  padding: 0 1em;
  line-height: 2em;
  background: url(/images/tab-left.gif) no-repeat top left;
  text-decoration: none;
  color: #fff;
  float: left;
  display: block;

}

ul a:hover {
  color: #333;
}

body,
html{
	margin:0;
	padding:0;
}
body {
	min-width:720px; /* Prevent content from becoming unreachable in Gecko */
}
/* position:absolute for all browsers - the whole page scrolls */
div#headerwrap {
	position:absolute;
	width:750px;
        top: 20px;
	left:50px ;
	height:150px;
}
/* position:fixed for modern browsers - header and footer do not scroll */
body>div#headerwrap {
	position:fixed;
}
div#header {
	height:50px;
	width:750px;
	margin:0 auto;
}
/* set a left margin to compensate for IE/Win always making room for a scrollbar */
div#middlewrap {
/* set left margin and bottom padding for IE5/Win */
	padding:50px 0 0 0;
	margin-left:0;
/* set left margin and bottom padding for others */
	voice-family: "\"}\""; 
	voice-family:inherit;
	margin-left:16px;
	padding-bottom:50px;
}
/* set left margin for modern browsers */
body>div#middlewrap {
	margin-left:0;
}
div#middle {
	width:750px;
	margin:0 auto;
}
div#sidebar {
	width:180px;
	float:left;
}
div#content {
	padding:0 10px;
	margin-left:180px;
}
/* no positioning for IE5/Win - the whole page scrolls */
div#footerwrap {
	width:100%;
	p\osition:absolute;
	bottom:0;
	left:0;
	height:50px;
}
body>div#footerwrap {
	position:fixed;
}
div#footer {
	height:50px;
	width:750px;
	margin:0 auto;
}

div#header,
div#footer {
	background:#00a8ec;
	color:#eee;
}

dt.impact {
font-weight:bold;
}