/*TL3 homepage style sheet*/

#body {
  width:656px;
  top:155px;
  margin-bottom:185px;
  left:0;
}


h1 {
  margin-top:15px;
  font-size:1.2em;
}

div.transparent_background {
	opacity:0.7;
	filter:alpha(opacity=70); 
  	position:absolute;
	top:136px;
	left:0;
	height:103px;
	width:656px;
	background:white;
}

div.main_pic_welcome {
	position:absolute;
	top:148px;
	left:24px;
	font-family:arial;
	font-size:2.1em;
	line-height:2.5em;
	color:black;
}
div.main_pic_links {
	position:absolute;
	top:185px;
	left:24px;
	font-family:arial;
	font-size:1.85em;
	line-height:2em;
}

div.main_pic_links a:hover {
	text-decoration:underline;
}