/*
	Styles for elements that need unique positioning for home page
*/
/*
.head {
	background-image: url(images/lingo/head.gif);
	height: 403px;
	margin-bottom: -6px;
}
.langForm {
	bottom: -1px;
	right: 265px;
}
.searchForm {
	left: 0px;
	bottom: -1px;
}
*/
.head {
	width: 800px;
}
.searchForm {
	background:#003b84;
	padding:0;margin:0;
	margin:-10px 0 5px 0;
overflow:auto;
}
.main{margin:45px 0 0;padding:0 20px 20px 235px;background:transparent url(images/Lingo_home.jpg) no-repeat;font-size:13px;color:#333;line-height:16px;}
.main h1{font-size:20px;line-height:24px;}
.main em{font-weight:bold;color:#005cb4;}
.main a{text-decoration:underline;color:#333;}
