#RequestMore {
	margin-top: 10px;
}
#main_wrapper {
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	width: 955px;
	}
#header {
	width: 955px;
	height: 160px;
	padding-top: 10px;
	}
#nav_inner {
	width:225px; /* this width + content width must total 100% */
	float:left; /* floats on nav and content divs make them sit side by side */
	height: 265px;
	clear: left;
	padding-top: 10px;
	margin-left: 40px;
	}
#exchange_basics {
	padding-left: 2px;
}
#testimonials {
	padding-left: 2px;
}
#about_us {
	padding-left: 1px;
}
#security_policy {
	padding-left: 1px;
}
#home_over , #about_us_over, #exchange_basics_over{
	visibility: hidden;
}
#content {
	height: auto;	/* default auto width */
	}
#main_wrapper #topsection {
	height: auto;
	width: 825px;
	margin-left: 40px;
	clear: both;
}
/* here comes a hack for IE6 */
/* floating this element gets rid of the gap between the nav and content - the hateful 3 pixel jog bug in IE */
/* if I float this element in other browsers, the layout breaks - don't remove this comment \*/
* html #content { 
	float:left; 
	}
/* end of hack - don't remove this comment */
#footer {
	clear:both; /* makes the footer sit below whichever column is longest */
	background:#DDC; /* TEMP - REMOVE OR RESTYLE  */
	}
#header_inner, #nav_inner, #content_inner, #promo_inner , #intro_box{
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	}
#header_inner {
	height: 160px;
	width: 875px;
	margin-right: auto;
	margin-left: auto;
	}
#nav_inner p{
	padding:1em .5em;
	font-size: 0.8em;
	text-align: center;
	color: #2976BA;
	}
/* end backslash hack */ 
#nav_bar  {
	z-index: 10;
	padding-top: 3px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#nav_wrapper {
	height: 50px;
	width: 955px;
	z-index: 0;
	clear: left;
}
#content_inner {
	width: 570px;
	padding-top: 60px;
	padding-bottom: 10px;
	height: 205px;
	float: left;
	}
#intro_box {
	width: 570px;
	padding-top: 60px;
	padding-bottom: 10px;
	height: 205px;
	float: left;
}
#footer_inner {
	padding:.5em 1em; /* creates space between the box and the content */
	text-align:center;
	}
* html {
#main_wrapper #header #header_inner img {
	clear: none;
	float: left;
}
#main_wrapper #content #textparagraphs {
	clear: left;
}
