/* centering concept by http://d-graff.de/fricca/center.html */

div, span, img {
	margin:0;
	padding:0;
}

html, body {
	height:99%;	
}

body {
	background-color:#ffffff;
	text-align:center;
}

#distance { 
 	height:50%;
	background-color:#ffffff;
	margin-bottom:-300px;
	width:1px;
	float:left;

}

#container-wrapper {
	margin:0 auto;
	position:relative;
	clear:left;	
	text-align:left;
	height:600px;
	width:793px;
	background-color:#4B4A4D;
	background-image:url('../img/ie_bg_fix_outer.png');
}

#container_border_top {
	height:100%;
	width:100%;
	background-image:url('../img/border_top.png');
	background-repeat:no-repeat;
	background-position:left top;
}

#container_border_bottom {
	height:100%;
	width:100%;
	background-image:url('../img/border_bottom.png');
	background-repeat:no-repeat;
	background-position:bottom;
}

#content-wrapper {
	padding: 25px 41px 0px 41px;
	clear:both;	
}

#col1 {
	width:225px;
	height:371px;
	float:left;
}

#col2 {
	background-color:#58585A;
	background-image:url('../img/ie_bg_fix_inner.png');
	height:371px;
}

#col2_border_left {
	height:100%;
	width:100%;
	background-image:url('../img/iborder_left.png');
	background-repeat:no-repeat;
	background-position:left top;
}

#col2_border_right {
	height:100%;
	width:100%;
	background-image:url('../img/iborder_right.png');
	background-repeat:no-repeat;
	background-position:right top;
}

#content {
	padding:20px;
	overflow:hidden;
}

#col3 {
	height:371px;
	width:225px;	
	float:right;	
}

#logo {
	padding-top:5px;
	text-align:center;
}

#menu {
	padding: 10px 41px;
}
