
/*========================================[			Body Section		]========================================*/

#body_section {
	width: 950px;
	margin: auto;
	margin-top: 30px;
	/*border: 7px solid #222;*/
	padding: 0px;
	background:url(../images/bg_textDXE_black.jpg);
}

/*========================================[			Head Section		]========================================*/

#head_section {
	height: 165px;
	margin-top: 10px;
	padding: 5px 0px;
	background: url(../images/bg_alpha_10.png);
	behavior: url(../javascript/iepngfix.htc); /* IE6 Hack */
}

/*========================================[			Left Column			]========================================*/

#left_column {
	float: left;
	width: 190px;
	margin: 15px;
	_margin: 15px 7px; /* IE6 Hack */
}

/*========================================[			Menu Section		]========================================*/

.boxMenu_top {
	margin: auto;
	width: 190px;
	height: 15px;
	background:url(../images/bg_menu_top.png) no-repeat;
	behavior: url(../javascript/iepngfix.htc); /* IE6 Hack */
}
.boxMenu_body {
	width: 190px;
	background: url(../images/bg_menu_body.png) repeat-y;
	behavior: url(../javascript/iepngfix.htc); /* IE6 Hack */
}
		.boxMenu_body ul {
			margin: 0px;
			padding: 1px;
			padding-left: 7px;
			list-style-type: none;
		}
		.boxMenu_body li {
			margin: 3px;
			padding: 1px;
			font-weight: bold;
			font-size: 18px;
		}

.boxMenu_bottom {
	margin: auto;
	margin-bottom: 15px;
	width: 190px;
	height: 15px;
	background:url(../images/bg_menu_bottom.png) no-repeat;
	behavior: url(../javascript/iepngfix.htc); /* IE6 Hack */
}

/*========================================[			Right Column		]========================================*/

#right_column {
	float: right;
	width: 715px;
	_width: 700px; /* IE6 Hack */
	margin-right: 15px;
	_margin-right: 7px; /* IE6 Hack */
}

/*========================================[				Heading 			]========================================*/

	#heading {
		_width: 100%; /* IE6 Hack */
		height: 30px;
		margin: 15px 0px 5px 0px;
		_margin: 15px 0px 3px 0px; /* IE6 Hack */
		padding: 0px 10px;
		background: url(../images/bg_alpha_60.png);
		behavior: url(../javascript/iepngfix.htc); /* IE6 Hack */
	}
	#heading h1 {
		margin: 0px;
		padding: 0px;
		color: #B52A03;
		line-height: 30px;
		font-size: 18px;
	}
	
/*========================================[		Content Section		]========================================*/

	#content_section {
		_width: 100%; /* IE6 Hack */
		min-height: 499px;
		_height : 524px; /* IE6 Hack */
		padding: 15px;
		background: url(../images/bg_alpha_60.png);
		behavior: url(../javascript/iepngfix.htc); /* IE6 Hack */
	}
	
/*========================================[			Foot Section		]========================================*/

#foot_section {
	height: 60px;
	margin: auto;
	padding-top:10px;
	font-size: 8px;
	color: #FFF;
	text-align: center;
}
