#left {
	background-image: url('../images/angle_content.gif');
	background-repeat: no-repeat;
	background-position: top right;

	float:left;
	display: inline; /* Bugfix IE margin*/

	width: 637px; 
	text-align: left;
	background-color: #FFFFFF; 
	padding-left: 14px;
	padding-right: 23px;
}

#content_head {
	width: 637px; 
	padding-top: 15px;
	padding-bottom: 29px;
	text-align: left;
	background-color: #FFFFFF; 
}

#page_title {
	height: 18px;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-left: 1px;
	background-image: url('../images/bg_service.gif');
	background-repeat: repeat-x;
	background-color: #FFFFFF; 

	margin-top: 15px;
	margin-bottom: 30px;
}

#content {
	background-image: url('../images/bg_content_home.gif');
	background-repeat: repeat-y; 
	background-color: #FFFFFF;
}

/* Contain the floats using the :after method */
#content:after {
	content: ".";  
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden; 
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #content {
	height: 1%;
}
/* End hide from IE5/mac */

#content_left {
	float: left;
	display: inline; /* Bugfix IE margin*/
	width: 365px;
}

#content_right {
	float: right;
	display: inline; /* Bugfix IE margin*/
	width: 225px;
	text-align: left;
}

#content_footer {
	width:             637px; 
	height:            25px;
	background-color:  #FFFFFF; 
	padding-top:       41px;
	text-align:        right;
}

