#container{
	width:949px;
	/* position:relative; */
	background:url(../gfx/bg.png) repeat-y #ffffff;
}

#header{
	
}

#wrapper{
	background:url(../gfx/bg-header.png) no-repeat;
}

#leftbox{
	float:left;
	width:165px;
	min-height:300px;
	padding:13px 0px 30px 19px;	
}
#leftbox .ruler{
	background:url(../gfx/ruler-leftbox.gif) no-repeat 0px 10px;
	height:12px;
	line-height:1px;
	font-size:1px;
	padding:7px 0px 6px 0px;
}

#rightbox{
	float:right;
	width:622px;
	padding:0px 88px 0px 55px;
}

#module_pagepath{
	padding:0px 0px 5px 0px;
	text-align:right;
}
#module_pagepath span{
	background:url(../gfx/picto-arrows.gif) no-repeat center center;
	padding:0px 7px 0px 7px;
}

#content{
	padding:0px 0px 20px 30px;
}

#footer{
	background:url(../gfx/bg-footer.png) no-repeat bottom left;
	color:#bfbfbf;
	padding:0px 88px 5px 0px;
}
#footer .ruler{
	background:url(../gfx/ruler-footer.gif) no-repeat center left;
	height:20px;
}
#footer .l{
	padding-left:10px;
}
#footer a,#footer a:hover{
	color:#bfbfbf;
	text-decoration:none;
	background-color:#ffffff;
}
#footer span{
	padding:0px 10px 0px 10px;
}
#print{
	float:left;
	width:296px;
	border-top:solid 1px #b7b7b7;
	padding-top:4px;
}
#print a,.print_link{
	color:#bf0000;
	background:url(../gfx/icon-print.gif) no-repeat 0px 4px;
	padding-left:15px;
	text-decoration:none;
}
#last_update{
	float:right;
	text-align:right;
	width:296px;
	color:#bf0000;
	border-top:solid 1px #b7b7b7;
	padding-top:4px;
}
#print_header,#print_footer{
	display:none;
}