body {
	background-image: url("images/Background_Pattern.jpg");
	text-align: center;
	margin:auto;padding:auto;
	margin-top: 100px;

}


#container{
	margin-left: auto;
	margin-right:auto;
	width:500px;
	height:405px;
	background-image: url(images/container_shadow.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 10px;
	
}

#header{
	width:467px;
	height:194px;
	background-image: url("images/Unused/header_bkgrd.gif");
	background-repeat: no-repeat;
	margin:auto;
	padding:auto;
	margin-bottom: 6px;
	padding-top:9px;

	
}
#logo{
	width:232px;
	height:143px;
	position: relative;
	float: left;	
	margin-left: 8px;
	}
	
	html>body #container #logo{margin-left:15px;}
#navbr{
	width:229px;
	height:143px;
	float: right;
	position: relative;
	
}
#navbr img{
	margin-bottom: 5px;
	margin-right: 17px;
}

html>body #container #navbr img{
	margin-bottom: 5px;
	margin-left: -17px;
}


#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #787877;
	text-align: center;
	padding-top:10px;
	width: 467px;

}




