#container{
	width:1024px;
	margin:auto;
}

#header{
	background:url(../gfx/i.png) no-repeat right -54px #ffffff;
	margin:0 15px 0 15px;
	height:88px;
}

#wrapper{
	padding:5px 15px 15px 15px;
}

#leftbox{
	width:240px;
	min-height:300px;
	float:left;
	padding:0 30px 20px 0;
	margin:10px 0 0 -970px;
}

#contentbox{
	float:left;
	width:700px;
	text-align:left;
	padding:0 0 20px 0;
	margin-left:270px;
}

#footer{
	width:954px;
	margin:auto;
	background:url(../gfx/i.png) no-repeat 0 -181px #ffffff;
	font-size:12px;
	color:#919193;
	padding:13px 20px 12px 20px;
	border-bottom:solid 9px #ffffff;
}
#footer div{
	float:right;
	text-align:right;
}
#footer a{
	display:block;
	padding:0 12px 0 12px;
	color:#969696;
	text-decoration:none;
}
#footer a:hover,#footer a.hl{
	color:#5a5a5a;
	text-decoration:none;
}