
#globalDiv {
}

#zoneCenterContent h3{
	background-color: #000000;
	border: solid 1px black;
	color: black;	
	padding: 3px;		
	font-size: 12px;
	padding: 5px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#zoneCenterContent {
	float: left;
}

#columnLeft{
	display: none;
}


#columnCenter{
	overflow:hidden;
	width: 90%;
	background-color: white;
	margin-left: 1px;
}


#columnCenterLeft{
	width: 100%;
}

#columnCenterLeft a{
	color: red;
}

#columnCenterLeft img{
	border: solid 2px white;
	float: left;
	margin-top: 9px;
	margin-left: 9px;
	margin-right : 9px;
	margin-bottom: 9px;
}

#columnCenterLeft h2{
	font-weight: bold;
	color: #000000;
	font-size: 12px;	
	float: left;
}

#columnCenterLeft .strong{
	font-weight: bold;
	color: #000000;
	margin-left: 7px;
	font-size: 12px;	
	float: left;
}

#columnCenterLeft h1{
    font-weight: bold;
	color: black;
	margin-left: 7px;
	margin-top: 7px;
	font-size: 13px; 	 	
	display: block;
	margin-bottom: 7px;	
}

#columnCenterLeft .mail{
   	color: #FE6612;
	font-size: 12px; 	 	
	margin-top: 7px;
	margin-bottom: 7px;
}

#columnCenterLeft .content{
	color: black;
	font-size: 12px;
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 1px;
	padding: 5px;
	clear: left;
}

/*--------------------------------------------------------------------------*/

#columnCenterRight {
	display: none;
}