body {

	background-color: #E5E5E5;
	background-image: url(../images/verticalgrad1.png);
	background-repeat: repeat-x;
	padding: 4px;
	font-family: sans-serif;
}

div#mainWrapper {
	/*
	margin-left: 14px;
	margin-right: 14px;
	*/
	margin-top: 14px;
	border: 2px solid #434339;
	background-color: white;
	
	
	
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}

div#main {
	border-top: 2px solid #B0C4DE;
	padding: 8px;
	padding-bottom: 16px;
}

div#navbanner {
	padding-top: 12px;
	padding-left: 8px;
	padding-right: 16px;
	border-top: 1px solid black;
}

div#content {
	padding: 8px;
	font-size: 80%;
}

div#footer {
	font-size: 80%;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	text-align: center;
	margin-top: 4px;
}


#headWrap {
	width: 880px;
	height: 180px;
	background-color: #4897C2;
	position: relative;
}
#logoWrapper {
	text-align: left;
	width: 720px;
	height: 180px;
	position: absolute;
	
}
#logoWrapper a {
	background: url(../images/exchangeBanner_720.jpg) no-repeat;
	display: block;
	width: 720px;
	height: 180px;
	position: absolute;
	top: 0px;
	left: 0px;
}



#stampWrapper{
	position: absolute;
	width: 71px;
	height: 100px;
	right: 20px;
	top: 30px;
}
#stampWrapper a {
	background: url(../images/national_stamp.gif) no-repeat;
	position: absolute;
	width: 71px;
	height: 100px;
	right: 22px;
	top: 20px;
}

div.pageTitle {
	font-weight: bold;
	font-size: 125%;
	margin-top: 8px;
	margin-bottom: 12px;
}


.clear {
	clear: both;
}
