/* CSS Document */

body{
	background-image: url(../images/home_outer_bg.jpg);
	margin: 0px;
}

table#outer{
	height:95%;
	width:100%;
}
table#outer tr td{
	display:table-cell;
	vertical-align:middle;
}

#outer{}

#inner{
	background-image: url(../images/home_inside_bg.jpg);
	height: 500px;
	width: 798px;
	margin: auto;
	border: 1px solid #FFFFFF;
}

#upper{
	background-image: url(../images/upper_esc.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 256px;
}

#lower{
	background-image: url(../images/lower_esc.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 242px;
	text-align:left;
}

#dbr_home{
	background-image: url(../images/DBR_home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 52px;
	width: 321px;
	margin-left: 477px;
}

#home_nav{
	width: 321px;
	margin-left: 477px;
}

.hiddenText {
	font-size: 6pt;
	color: #5E5C4F;
}