*{
	margin:0px;
	padding:0px;
	}
	
body, html{
	width:100%;
	height:100%;
	}

body{
	font-family:"Lucida Grande", "Lucida Sans", Helvetica, Arial;
	background:#fff url(../images/background.png) repeat-x;
	text-align:center; /* IE 6 HACK */
}

#body_wrapper{
	text-align: left;
	width:820px;
	margin:0 auto;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/border.png", sizingMethod="crop");
	background-image:none;
	padding:0 7px;
	}

* > #body_wrapper
{
	background:transparent url(../images/border.png) repeat-y;
}

#flash {
	width:820px;
	height:633px;
}

#footer{
	width:820px;
	position:relative;
	z-index:500;
}

#disclaimer {
	border-top: 1px solid #e7e7e7;
	background-color:#f9ffed;
	padding:15px 27px 15px 27px;
	color:#a3a3a3;
	font-size:9px;
}
#secondary_nav_wrapper{
	background-color:#222222;
	width:820px;
	min-height:50px;
	color:#d3d3d3;
	font-size:11px;
	line-height:50px;
	font-weight:bold;
}
#secondary_nav_wrapper a{
	color:#d2037c;
	text-decoration:none;
}
#secondary_nav_wrapper a:hover{
	text-decoration:underline;
}
#secondary_nav_wrapper .left{
	float:left;
	min-height:50px;
}
#secondary_nav_wrapper .left img{
	float:left;
	margin:3px 15px 0 15px;
}
#secondary_nav_wrapper .right{
	float:right;
	min-height:50px;
	margin-right:15px;
}
#secondary_nav_wrapper .right a{
	color:#ffffff;
	padding:0 6px;
}
#copyright{
	background-color:#373737;	/* FOR IE 6 only (this color is wrong but it matches the PNG throught the IE filter) */
	color:#797979;
	font-size:10px;
	line-height:18px;
	padding:12px 27px 2px 27px;
}
* > #copyright{
 	background-color:#424242;   /* REAL BROWSERS READ FROM HERE */
}

#copyright a{
	color:#d3d3d3;
	text-decoration:none;
	padding:0 6px;
}
#copyright a:hover{
	text-decoration:underline;
}
#copyright span{
	color:#d3d3d3;
	padding-right:6px;
}

#border_bottom{
	width:834px;
	height:20px;
	display:block;
	margin:0 auto;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/border_bottom.png", sizingMethod="crop");
	background-image:none;
}
* > #border_bottom{
	background: url(../images/border_bottom.png) no-repeat;
}