@charset "iso-8859-1";
html {
	margin:0;
	padding:0;
	height:100%;
	font-family:arial,sans-serif;
	font-size:small;
}
body {
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	height: 100%;
}

h1 {
	font:1.5em Arial, Helvetica, sans-serif;
	margin:0.5em 0;
	padding-left: 11px;
}

h2 {
	font:normal medium Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 0.5em;
	padding-left: 11px;
	color: #0066FF;
}
h1, h2  {
	color:#0066FF;
	}


p {
	line-height:1.5;
	margin:0 0 1em;
}
.style1 {
	font-size: medium;
	color: #0066CC;
}
.style2 {
	font-size: x-small;
	color: #999999;
}

.style3 {color: #666666}
.style4 {color: #999999; }
#leng a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #0099FF;
	font-weight: bold;
	text-decoration: none;
}
#leng a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}


#leng {
	margin: auto;
	width: 280px;
	height: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #0099FF;
	font-weight: bold;
}



#main {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
}
#footer {
	position:absolute;
	width:100%;
	bottom:0px; /* stick to bottom */
	background:url(../images/bg3.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 100px;
}
#footer p  {
		padding:1em;
		margin:0;
	}

