/*********************************************/
/* Positioning DIV                           */
/*********************************************/


	#frame {
		position: absolute;
		width:750px;
		left : 50%;
		margin-left:-375;
		margin-top:0px;
		padding-left:25px;
		padding-right:25px;
		padding-bottom:20px;
		text-align:left;
		background:#fff;
		}
		
	
	#contentcenter {
		width:489px;
		padding-top:0px;
		padding-bottom:55px;
		float:left;
		background:#fff;
		padding-right: 30px;
		border-right: 1px #939393 dotted;
		}
	

	
	#contentright {
		position : relative;
		padding-top:0px;
		float:left;
		line-height: 18px;
		width:220px;
		padding-left: 5px;
		height: 100%;
		
		}

	#pictright {
		width:220px;
		height:165px;
		padding-bottom:28px;
		margin-left:15px;
		margin-bottom:5px;
		float:right;
		border: #D8D7CB 1px solid;
		background-color: #D8D7CB;
		color: #000000;
		line-height: 10px;
		}
		
	.pictright {
		width:220px;
		height:165px;
		padding-bottom:28px;
		margin-left:15px;
		margin-bottom:5px;
		float:right;
		border: #D8D7CB 1px solid;
		background-color: #D8D7CB;
		color: #000000;
		line-height: 10px;
		}
		
	.textpict {
		padding:3px;
		font-family: Verdana, Helvetica;
		font-size: 9px;
		color: #000000;
		}
		
	.borderleft {
		border-right: 1px #939393 dotted;
		}
	
		
	#contentbreadcrumbs {
		background:#fff;
		border-bottom: 1px #939393 solid;
		}
	
	#contentlanguage {
		background:#fff;
		float:right;
		padding-top: 7px;
		}
		
	
	#mainbuttons {
		background:#fff;
		float:right;
		padding-top: 20px;
		width: 220px;
		}
	#mainbuttons table, #mainbuttons table tr, #mainbuttons table td{
	margin:0 0 0 0;
	padding:0 0 0 0;
	
	}
	
	#contentheader {
		background:#fff;
		}
		
	#contentnavigation {
		border-top:4px solid #D42E12;
		padding-bottom: 35px;
		}
	
	#contentfooter {
		background:#fff;
		border-bottom: 1px #939393 solid;
		border-top: 1px #939393 solid;
		}
		
	#contentcopyright {
		float:right;
		padding-top: 5px;
		}
	
	#nitrodiv {display:none;}
		
