@charset "UTF-8";
/* CSS Document */

body {
	margin: 0 auto;
	padding: 0;	
	min-width: 1200px;
	text-align: center;
	font: 16px Georgia, "Times New Roman", Times, serif; color: #FFFFFF;
	background-image: url(images/jgw_bg.jpg);
	background-repeat: repeat-x;
	position: relative;
	
}

/* generic styles */
img {
	border: none;
}

#envelope {
	margin: auto;
	background: url(images/jgw_logo.jpg) top center no-repeat;
	height: 800px;
	width: 1200px;
	position: relative;
}

#topBar {
	height: 170px;
	width: 315px;
	top: 10px;
	left: 152px;
	position: relative;
}

#box {
	margin-top: 25px;
	margin-left: 0px;
	padding: 0;
	left: 152px;
	width: 902px;
	position: relative;
}

#boxContent {
	width: 902px;
	height: 295px;
	padding: 0;
	margin: 0;
	background: url(images/mainChart_bg.jpg) top center repeat-y;	
	text-align: center;
}

#boxFooter {
	width: 902px;
	height: 37px;
	padding: 0;
	margin: 0;
	background: url(images/box_bottom.jpg) top center no-repeat;
	text-align: left;
	text-indent: 15px;
	font-size: 13px;
}
