html{
height:105%;
}
body{
background-color:#e3e3e3;
font-family: Verdana,sans-serif;
font-family: candara,"liberation sans","trebuchet ms","lucida grande",helvetica,sans-serif;
font-size:90%;
color:#555;
}
#header, #container, #footer{
	width:980px;
	padding:0px 10px;
	position:relative;
}
#container{
	background-image:url('tl_files/gfx/container_bg.gif');
	background-repeat:repeat-y;
	background-position:center;
	padding-bottom:50px;
	
}
#footer{
	background-image:url('tl_files/gfx/footer_bg.gif');
	background-repeat:no-repeat;
	background-position:center bottom;
	margin-top:-10px;
}
#header{
	background-image:url('tl_files/gfx/head_bg.gif');
	background-repeat:no-repeat;
	background-position:center top;
}
#wrapper{
	margin-top:15px;
}

#left .inside, #main .inside, #right .inside{
	padding:25px 25px 0px 25px;
	line-height:165%;
	
}
#header .inside{line-height:165%;}
#right .inside{padding-left:0px;}
#left .inside .mod_article,#main .inside .mod_article,#right .inside .mod_article{
margin-bottom:10px;
}


#footer{
	font-size:10px;
	text-transform:uppercase;
}

#footer p.footer_notice
{
	left:25px;
	top:0px;
	position:absolute;
	margin:0px;
	padding:0px;
	color:#999999;

}

