/**
 * Style sheet base
 */
body
{
	background-image:url("tl_files/bg.gif");
}

#logo
{
	width:242px;
	left:416px;
	top:20px;
	position:relative;
}

#wrapper
{
	background-color:#eeece6;
}

#header
{
	height:185px;
	background-color:#eeece6;
}

#main
{
	background-color:#ffffff;
	background-image:url("tl_files/bg_content.gif");
	background-repeat:repeat-y;
}

#right
{
	background-color:#eeece6;
}

a, b, body, cite, div, em, i, label, li, ol, p, strong, td, th, u, ul
{
	font-family:Arial;
	font-size:12px;
}

a, a:hover, a:visited
{
	color:#333333;
}
