* {
	padding:0;
	margin:0;
}

body {
	text-align:center;
	background:url(../images/bg_body.jpg) left top;	
}

#main_wrap {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;	
}

#logo_box {
	float:left;
	width:207px;
	padding-left:5px;
	padding-top:20px;
	padding-bottom:2px;
	border-right: 2px solid #ee7d13;
	padding-bottom:10px;
}

#icons {
	float:right;
	padding:53px 36px 0px 0px;
	height:14px;
}

#reflexion_box {
	border-right: 2px solid #ee7d13;
	float:left;
	padding-left:15px;
	padding-bottom:2px;
	width:197px;
	height:112px;
}
#header_img {
	float:left;
	width:960px;
	padding:3px 0px 4px 0px;
	border-top:1px dotted #ee7d13;
	border-bottom: 1px dotted #ee7d13;
}

#topnavi_wrap {
	margin-left:212px;
	width:736px;
	height:35px;
	float:left;
	/*background:#1d449c url(../images/header_bg.gif) bottom left repeat-x;*/
	border-left: 2px solid #ee7d13;
	padding-bottom:10px;
}

* html #topnavi_wrap {
	margin-left:106px;
}
#head_wrap {
	float:left;
}
#headanimation_wrap {
	float:left;
}

#content_wrap {
	float:left;
	width:940px;
	background:url(../images/bg_contentarea.jpg) 212px 0px repeat-y;
}

.content_column_start_small {
	float:left;
	width:270px;
	padding:0px 10px 0px 10px;
}

.content_column_start {
	float:left;
	width:330px;
	padding:0px 10px 0px 10px;
}

#content_column_left {
	margin:0px 10px 0px 10px;
	width:180px;
	float:left;
	padding:10px 0px 0px 10px;
	min-height:400px

}
* html #content_column_left {
		margin:0px 10px 0px 5px;
}

#content_column_right {
	margin:0px 10px 0px 20px;
	float:left;
	width:180px;
	padding:10px 0px 20px 0px;
}

#content_column_main {
	width:490px;
	margin:0px 5px 0px 2px;
	float:left;
	border-left: 2px solid #ee7d13;
	padding:10px 0px 20px 15px;
}

#content_column_wide {
	width:650px;
	margin:0px 5px 0px 2px;
	float:left;
	border-left: 2px solid #ee7d13;
	padding:10px 0px 20px 15px;
}

#footer {
	width:950px;

	/*background:#1d449c url(../images/footer_bg.gif) top left repeat-x;*/
	text-align:center;

	float:left;
}