body {
	font-family: Verdana, sans-serif
}
#container {
	background: #FFFFFF;
	margin: 10 auto;
	width: 900px;
	height: 640px;
}
#header {
	background: #CACACA url(images/headerlia.gif);
	height: 200;
	width: 100%;
}
#main_content {
	margin: 0 auto;
	width: 100%;
	background: #FFFFFF;
} 
.content {
	position: relative; top: -76; left: 30; 
	float: left;
	width: 500;
	text-align: justify;
	color: 202020;
	font-size: 11px
}
#btm {
	margin: 10 auto;
	width: 900px;
	position: relative; top: -30; 
	height:20px; 
	text-align: right;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:reguler;
	color: #494949;
	text-decoration:none;
	padding-top:2px;
}

a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:reguler;
	color: #494949;
	text-decoration:none;
}
a:hover{
	color:black;
}
em{
	font: 0.7em Tahoma, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #202020;
	text-decoration:none;
}

