html{
	/* background:url(html.png) repeat-x #d8d8d8; */
	 background: #d8d8d8; 
	 
	}

#wrapper{
	border: 0px;
	/*border-color:#000000; */
	/*box-shadow:none;*/
	-moz-box-shadow: 10px 10px 5px #888;
  -webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;
	/*
	-moz-border-radius: 15px;
  border-radius: 15px; 
  */
	margin-top:10px;
}

h4{
	/*background-color:#1F3688;*/
	/*background-color:#009900;*/
	/*font-family:Arial,Verdana,Helvetica,sans-serif;*/
	background-color:#666666;
	color:#fdcd01;
}

h5{
	/*background-color:#1F3688;*/
	/*background-color:#009900;*/
	background-color:#fff;
	color:#666666;
}

.column_right, .column_left{
	/*background-color:#E7E7E7;*/
	background-color:#fff;
	border-radius:0px;
	
}

.column_left{
	width:165px;
	 border-right:0px solid #000000; 
	 border-top:0px solid #000000;
}

.column_right{
	width:146px;
	/* border-left:1px solid #000000; */
}
