/*LTANT CSS - Developed by BLKMGK ICT*/
body {
margin: 0;
padding: 0;
border: 0;
min-height: 1px;
}
#container{
	width: 817px; /*The width of our layout*/
	margin-left: auto;
	margin-right: auto;
                text-align: left;
                background-image: url(images/website_images/LTANT-Right.jpg);
	background-position:right;
	background-repeat:repeat-y;
	height: 100%;
	min-height: 1px;
}
#header{
width: 817px;
height: 208px;
background-image:url();
min-height: 1px;
}
#left{
	width: 194px;
	float: left;
	min-height: 1px;
	/*background-color: #3d3d3d;*/
background-image: url();
font-family: Verdana, arial, sans-serif;
	font-size: 12px;
	color: #3A99D5;
	}
#center{
	width: 452px;
	float: left;
	min-height: 1px;
}
#center_content{
	font-family: Verdana, arial, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 442px;
	/*margin-left: 10px;*/
	min-height: 1px;
}
#right{
	width: 171px;
	float: left;
}
#right_content{
	font-family: Verdana, arial, sans-serif;
	font-size: 10px;
	color: #000000;
	width: 150px;
	height: auto;

}
#footer{
	width: 817px;
	float:left;
	background-image: url(/images/website_images/LTANT-Footer.jpg);
                font-family: Verdana, arial, sans-serif;
	font-size: 10px;
   
	height: 65px;
	min-height: 1px;
}
#clearit {
clear:both;
}

a:link {
color : #0000FF;
text-decoration : none;
}
a:visited {
color :800080;
text-decoration : none;
}
a:active {
color : #00FF00;
text-decoration : none;
}
a:hover {
color :#FF0000;
text-decoration : none;
}