/**
 * Style sheet xBasic
 */
body
{
	margin:0px;
	padding:0px;
	background: #fbfbfb;
}

a, b, body, cite, div, em, i, label, li, ol, p, strong, td, th, u, ul
{
	font-family:Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	font-family:Verdana, sans-serif;
}

fieldset, form, input, optgroup, select, textarea
{
	font-family:Verdana, sans-serif;
}

a, body, div, fieldset, form, input, label, li, ol, optgroup, p, select, td, th, textarea, ul
{
	color:#878787;
}

h1, h2, h3, h4, h5, h6
{
	color:#c6c6c6;
}

img
{
	border:0px;
}

p, pre, form
{
	margin:0px;
	padding:0px;
}

h1
{
	margin:0px 0px 12px 0px;
	padding:0px;
	font-weight:bold;
	font-size:22px;
}

h2
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:11px;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
	font-style:normal;
}

a
{
	text-decoration:none;
	color:#ececec;
}

a:hover
{
	text-decoration:none;
	color:#ff00ff;
}

#wrapper
{
	background: transparent url(tl_files/img/bg-main.png) repeat-y 0 32px;
}

#header
{
	overflow:hidden;
	margin-top:20px;
	background: transparent url(tl_files/img/bg-top.png) no-repeat 0 0;
}

#container
{
}

#header-img
{
	width:140px;
	margin:20px 0px 0px 60px;
}

#title-img
{
	width:804px;
	margin-right:auto;
	margin-left:auto;
	padding:0;
	border-bottom:1px solid #c6c6c6;
}

#title-img img
{
	margin-bottom:10px;
	margin-left:475px;
}

#main
{
	margin-top:30px;
	margin-bottom:80px;
}

#footer
{
	height:50px;
	background: transparent url(tl_files/img/bg-bottom.png) no-repeat 0 100%;
}

#flower
{
	width:150px;
	height:190px;
	right:50px;
	bottom:155px;
	position:relative;
	float:right;
	z-index: 0;
	opacity: 0.7;
	background: transparent url(tl_files/img/flower.png) no-repeat 0 100%;
}

