div.div-principal {
	position:absolute;
	width: 850px;
	left: 50%;
	margin-left:-425px;
	margin-top:40px;
}
		
div.div-header {
	position:relative;
	width:100%;
	height:95px;			
	background-image:url(../img/dsg/header.jpg);
}

div.div-content {
	position:relative;
	width:100%;
	min-height:300px;
	overflow:auto;
	padding-top:20px;
}
		
div.div-menu {
	position:relative;
	float:left;
	width:15%;
	text-align:right;
	font-weight:bold;
	color:#626262;
	padding-right:10px;
}	
		
div.div-body {
	position:relative;
	float:left;
	width:80%;
	min-height:inherit;
	padding-left:10px;
	border-left:2px solid #ff9c00;
}
		
div.div-footer {
	position:relative;
	width:100%;
	text-align:center;
}
