#wrap {
	width:968px;
	background:url(../img/background.png) repeat-y;
	margin:0px auto 0px;
	position:relative;
}

#container {
	width:916px;
	margin:0px auto;
	padding:0px 8px 4px 8px;
	background:#ffffff;
}

#header {
	width:832px;
	height:106px;
	overflow:hidden;
	border-top:4px solid #404041;
	border-bottom:8px solid #e0e1e2;
	background:url(../img/head-back.jpg) repeat-x;
	padding:30px 42px 0px 42px;
	margin-bottom:30px;
}

#header #logo {
	float:left;
}

#content {
	width:836px;
	padding:0px 40px 15px;
}

#content #strap {
	padding-bottom:35px;
}

#content #left {
	float:left;
}

#content .left-home {
	width:314px;
}

#content .left-int {
	width:184px;
	padding:70px 0px 0px 0px;
}

#content #right {
	float:right;
}

#content .right-home {
	width:476px;
	background:url(../img/logos.gif) no-repeat right bottom;
	padding-bottom:80px;
}

#content .right-int {
	width:608px;
	background:url(../img/logos.gif) no-repeat right bottom;
	padding-bottom:80px;
}

#footer {
	background:#404041;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:11px;
	text-align:center;
	padding:20px 10px;
	position:relative;
}

#footer p {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:11px;
	text-align:center;
	margin-bottom:0px;
}

#footer a, #footer a:visited {
	color:#6d6e71;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer span {
	color:#6d6e71;
}

#foot {
	background:url(../img/footer.png) no-repeat;
	height:14px;
	width:968px;
	width:968px;
	margin:0px auto 0px;
}

#header:after, #content:after {
	content:".";
	clear:both;
	height:0px;
	display:block;
	visibility:hidden;
}