/* SUB PAGE LAYOUT */

body {
	background: url('images/parchment.jpg');
	background-color: #DCD6D6;
	margin: 0px;
}
#tile2 {
	background: url('images/tile2.jpg') repeat-x;
}
#nav {
	float: left;
	width: 663px;
	height: 86px;
	background: url('images/sub_top.jpg') bottom right no-repeat;
}

#graphic {
	height: 129px;
	background: url('images/sub.jpg') no-repeat;
	text-align: left;
}

#tabs {
	float: left;
	padding-top: 77px;
	padding-left: 10px;
}

#tabs img {
	float: left;
}

#subbanner {
	float: right;
	padding-top: 14px;
	padding-right: 12px;
}

#main {
	margin-top: 23px;
}

@media screen {
	
	.tier {
		float: left;
		margin-bottom: -2000px;
		padding-bottom: 2000px;
	}
}
 
#inner {
	float: left;
	overflow: hidden;
	border-right: 2px #E0963D solid;
	border-bottom: 4px #E0963D solid;
	border-left: 1px #E0963D solid;
}

#subnav {
	width: 182px;
	background: #DCD6D6;
	text-align: left;
	padding-top: 20px;
}

#content_wrapper {
	width: 585px;
	background: #FFF;
	text-align: left;
	overflow: hidden;
}

#content_wrapper_noside {
	width: 785px;
	background: #FFF;
	text-align: left;
}

#content_inner {
	margin: 30px 43px 30px 43px;
}

#sidebar {
	width: 200px;
	background: #DCD6D6;
}

#footer {
	clear: both;
	padding-top: 30px;
	margin-top: -23px;
	background: url('images/footer.jpg') repeat-x;
	text-align: center;
}

#footer div {
	padding-bottom: 10px;
}