/* CSS Document */
body{
	text-align: center;
	margin: 30px;
	padding: 0;
}
div.wrapper{
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div.clear{
	clear: both;
}
#topshade{
	height: 10px;
	background-image: url(../img/topshade.gif);
	font-size: 6px;
}
#main{
	background-image: url(../img/background_main.gif);
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 10px;
}
#bottomshade{
	height: 10px;
	background-image: url(../img/bottomshade.gif);
	font-size: 6px;
}
#logotop{
	height: 100px;
	background-image: url(../img/lourtas_logo.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#logotop a.logo{
	float: left;
	display: block;
	width: 210px;
	height: 100px;
}
#top{
	background-repeat: no-repeat;
	height: 240px;
}
#hometop{
	background-image: url(../img/home_top.jpg);
	background-repeat: no-repeat;
	height: 240px;
}
#homemenu{
	height: 100px;
}
#middle{
}





#homemiddle{
/*	background-image:url(../img/home_middle.jpg);  */
	background-repeat: no-repeat;
	height: 240px;
}





#bottom{
	background-color: #872175;
}
#middleleft{
	width: 649px;
	float: left;
	border-right: 1px solid #919195;
	margin-bottom: 20px;
}
#middleright{
	width: 320px;
	float: left;
}
div.title{
	color: #872175;
	font-size: 42px;
	line-height: 42px;
	margin-left: 50px;
	margin-top: 30px;
}
div.text{
	width: 560px;
	margin-left: 50px;
	margin-top: 26px;
}
