body {
	background-color:#FFFFFF;
}
#wraper {
	width: 920px;
	height:auto;
	background-image:url(images/tlo2_1.JPG);
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
	margin-top:auto;
        table-layout:auto;
}
#main {
	/*background-image:url(images/tlo2_1.JPG);*/
}
#header {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#header #header_inner_top {
	height:30px;
	bottom:0px;
	background-image:url(images/header_top.png);
	background-repeat:no-repeat;
}

#header_inner_top h6 {
	text-align:center;
	color:#fff;
	font-family:"Times New Roman", Times, serif;
}

#header_inner {
	height:180px;
	top:0px;
	padding:5px;
	background-image:url(images/header.png);
	background-repeat:repeat-y;
	color:#FFFFFF;
	font-family: "Arial Black", cursive, sans-serif;
	font-style:italic;
	text-align:left;
}

#header_inner h1, h2, h3 {
	text-align:left;
}
#header #header_inner_bottom {
	height:30px;
	top:0px;
	background-image:url(images/header_bottom.png);
	background-repeat:no-repeat;
}
#left_menu {
	position:relative;
	float:left;
	top:0px;
	width:200px;
	height:550px;
	text-align:center;
	overflow: hidden;
	color:#FFFFFF;
	background-color:#0033CC;
}

#left_menu ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#left_menu ul {
	width: 200px;
	background-color: #9ce;
}

#left_menu ul li {
	
}

#left_menu ul a:link, #left_menu ul a:visited {
	display: block;
	width: 176px;
	text-decoration: none;
	padding: 7px;
	font-weight: bold;
	background-color: #27c;
	color: #def;
	border-left: 10px solid #25b;
}

#left_menu ul a:hover {
	width: 166px;
	background-color: #28e;
	color: #fff;
	border-left: 20px solid #26d;
}

#content {
	color: #000000;
	width: 473px;
	height:auto;
	position:relative;
	float: left;
	left:5px;
	overflow: hidden;
	font-family:"Times New Roman", Times, serif;
	text-align:justify;
	padding:5px;
	border-style: inset;
}
#content h1, h3, h4 {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
}
#content h5 {
	color:#FF0000;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:blink;
}
#content p {
	font-size:14px;
	text-align:center;
}
.fonty {
	color:#FF0000;
	font-weight:bold;
}
#content h2 {
	text-align:center;
	font-family:"Script MT Bold", sans-serif;
}

#content table {
	text-align:center;
}
#right_content {
	position:relative;
	float:right;
	top:0px;
	right:0px;
	width:200px;
	text-align:left;
	overflow: hidden;
	color:#000;
}
#right_content #right_top {
	bottom:0px;
	background-image: url(images/right_top.png);
	background-repeat:no-repeat;
	height:40px;
}
#right_content_inner {
	top:0px;
	text-align:center;
	text-decoration:blink;
	color: #FF0000;
	height:180px;
}
#right_content #right_bottom {
	top:0px;
	background-image:url(images/right_bottom.png);
	background-repeat:no-repeat;
	height:40px;
}
#footer {
	position:relative;
	top:0px;
	width:900px;
	clear:both;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	font-size:10px;
}
#footer #footer_top {
	background-image:url(images/header_top.png);
	background-repeat:no-repeat;
	height:30px;
	bottom:0px;
}
#footer_inner {
	top:0px;
	height:30px;
	background-image:url(images/header.png);
	background-repeat:repeat-y;
}
#footer_inner p {
	font-size:10px;
}

#footer_inner a:hover {
	color:#FF0000;
	border-bottom-color: #FF0000;
}
#footer_inner a {
	text-decoration:none;
	color:#fff;
	border-bottom-color:#FFFFFF;
}
#footer #footer_bottom {
	background-image:url(images/header_bottom.png);
	background-repeat:no-repeat;
	height:30px;
	bottom:0px;
}
#listcontainer {
	list-style-type:circle;
}