@charset "utf-8";
/* CSS Document */
body{
	text-align:center;
	background:#3c3b3d url(../img/bg.gif) top center repeat;
}
img{ behavior: url(pngbehavior.htc); }
a{ position:relative; }
#center{
	z-index:6;
	position:relative;
	overflow:hidden;
	min-width:948px;
	width:inherit;
/*	padding-top:204px;*/
	height:auto;
	text-align:left;
}
html>body #center{
	z-index:auto;
	width:auto;
/*	padding-bottom:180px; /**/
/*	background-color:#FF0000;/**/
}
#top-spacer{
	display:block;
	height:204px;
}
#bottom-spacer{
	display:none;
}
html>body #bottom-spacer{
	display:block;
	height:180px;
}
#header{
	display:none;
}
#header-ie6{
	position:absolute;
	z-index:-1;
	top:-204px;
	width:1350px;
	height:565px;
	left:-267px;
	background:url(../img/header.gif) top left no-repeat;
}
html>body #header-ie6{
	display:none;
}
html>body #header{
	display:block;
	position:absolute;
	z-index:1;
	top:0;
	height:565px;
	left:0;
	width:100%;
	margin:0;
	background:url(../img/header.gif) top center no-repeat;
}
#contener{
	position:relative;
	z-index:2;
	margin-top:0px;
	width:864px;
	padding:42px 42px 42px 42px;
	margin-left:auto;
	margin-right:auto;
	background:#d6d8d7 url(../img/bg_center.jpg) top center repeat-y;
}
html>body #contener{
	position:static;
	z-index:auto;
	display:block;
	margin:auto;
	width:948px;
	padding:0;
	background:none;
	overflow:visible;
	text-align:center;
}
#sbigbanner{
	position:absolute;
	display:block;
	z-index:4;
	top:-200px;
	left:110px;
	width:728px;
	height:90px;
	text-align:center;
}
html>body #sbigbanner{
	top:4px;
	left:50%;
	margin-left:-364px;
}

#shadow{

}
html>body #shadow{
	position:static;
	z-index:auto;
	display:block;
	width:968px;
	padding:0;
	margin:0 -10px 0 -10px;
	background:url(../img/shadow.png) top center repeat-y;
}
html>body #background{
	display:block;
	width:948px;
	margin-left:auto;
	margin-right:auto;
	background:url(../img/bg_center.jpg) top center repeat-y;
}
#containt{
/*	border:1px solid #0000FF; /**/
}
html>body #containt{
	position:relative;
	z-index:3;
	width:864px;
	padding:42px;
	margin:auto;
	display:block;
	text-align:left;
}
#menu-left{
	float:left;
	width:220px;
	height:300px;
	padding-top:40px;
/*	border:1px solid #0000FF; /**/
}
html>body #menu-left{
	padding-right:10px;
	width:200px;
}
#menu-left a{
	display:block;
	width:100%;
	text-align:center;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#666666;
}
#menu-left a:hover{
	color:#000000;
}
#menu-right{
	float:right;
	width:200px;
/*	border:1px solid #FF0000; */
}
#contenu{
	float:left;
	width:400px;
	margin-left:25px;
/*	border:1px solid #FFFFFF; */
}
#contenu-large{
	float:right;
	width:630px;
/*	border:1px solid #FF0000; */
}
#menu-top{
	float:left;
	margin-left:10px;
	width:610px;
	height:20px;
/*	border:1px solid #FF0000; */
}
#skyscraper{
	float:right;
	width:220px;
	height:660px;
	text-align:center;
/*	border:1px solid #FF0000;/**/
/*	background-color:#666666;/**/
}
#footer-ie6{
	position:absolute;
	z-index:-1;
	bottom:-190px;
	left:-273px;
	width:1350px;
	height:531px;
	background:url(../img/footer.gif) bottom left no-repeat;
}
html>body #footer-ie6{
	display:none;
}
#footer{
	display:none;
}
html>body #footer{
	display:block;
	position:absolute;
	bottom:-50px;
	width:100%;
	height:531px;
	background-image:url(../img/footer.gif);
	background-repeat:no-repeat;
	background-position:top center;
}
#footer_links{
/*	border:1px solid #FF0000; /**/
	position:relative;
	bottom:44px;
	width:900px;
	height:30px;
	margin:auto;
	color:#990000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	z-index:100;
}
html>body #footer_links{
	bottom:184px;
}
/*
#footer_links{
	width:900px;
	height:30px;
	border:1px solid #FF0000;
	margin:295px auto 0 290px;
	color:#990000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
html>body #footer_links{
	position:relative;
	margin:295px auto 0 auto;
}
*/
#footer_links .left{
	width:400px;
	height:30px;
	float:left;
	text-align:left;
}
html>body #footer_links .left{
	position:absolute;
	left:0;
	float:none;
	z-index:10;
}
#footer_links .right{
	width:400px;
	height:30px;
	float:right;
	text-align:right;
}
html>body #footer_links .right{
	position:absolute;
	right:0;
	float:none;
	z-index:10;
}

#footer_links a{
	text-decoration:none;
	color:#990000;
}
#footer_links a:hover{
	text-decoration:underline;
}