body {
	margin: 0px;
    padding: 0px;
}

#container_outer {
    width: 966px;
    padding: 0px 24px 0px 24px;
    margin: 0px auto 0px auto;
	background: url(../../images/bg-full.gif) center top repeat-y;	
}

#container_inner {
    width: 966px;
    padding: 0px;
    margin: 0px;
}

.cleardiv {
	float:none;
	clear: both;
	font-size: 1px;
	line-height: 1px;
}


/*--FOOTER--*/


#footer {
	width: 1014px;
	height: 60px;
	padding: 0px;
    margin: 0px auto 0px auto;
	font-family: arial;
	font-size:10px;
	color:#999999;
	text-align:center;
	background: url(../../images/footer_bg.jpg) left top no-repeat;
}

#footer #shadow {
	width: 920px;
	height:7px;
	padding: 0px 0px 15px 0px;
	margin-left: 45px;
	float: left;
}

#footer #text {
	float:left;
	width:800px;
	text-align: center;
	height: 33px;
}
#footer #text p, #footer #text a {
	font-family:arial;
	font-size:10px;
	color:#999999;
}
#footer #text a:hover {
	color: #000000;
}
#footer #logo {
	position:relative;
	float:left;
	text-align:center;
	height: 33px;
}
h1, h2, h3, h4	{
	font-family:arial,helvetica;
}


