/*
entry.css
*/

body {
	background: #fff;
	color: #000066;
}

a {
	color: #ff7519;
}


#wrapper {
	margin-top: 55px;
	z-index: 2;
	position: relative;
	background: #fff;
	width: 64%;
	float: left;
	padding: 20px;
	height: 400px;
	overflow: hidden;
	background:#E8EEF5 url('img/sokrates.jpg') no-repeat scroll 20px 90px;
}

#address {
	float: left;
	border: 2px solid #E8EEF5;
	background:#fff;
	z-index: 2;
	position: relative;
	height: 400px;
	margin-top: 55px;
	padding: 5px 5px 32px 5px;
	width: 16%;
}

#address img {
	float: right;
}

#address .address {
	position: absolute; 
	bottom: -10px;
	left: 5px;
}

.overview {
	position: absolute;
	bottom: 5px; 
	right: 5px;
	border: 8px solid #fff;
}

#footer {
	z-index: 2;
	position: relative;
	background: #fff;
	width: 80%;
	background-color: #fff;
	padding: 0 25px;
	float: left;
	border-right: 2px solid #E8EEF5;
	border-left: 2px solid #E8EEF5;
	border-bottom: 2px solid #E8EEF5;
	height: 120px;
	background:#fff url('img/bg2.jpg') no-repeat scroll 0 0;
}

#footer-right {
	float: left;
	border-left: 1px solid #E8EEF5;
	width: 12%;
	height: 160px;
	text-align: center;
	background: #fff;
}

.text {
	width: 60%;
	height: auto;
	border: 1px dotted #ff7519;
	display: block;
	padding: 10px 20px 20px 20px;
	text-align: left;
	position: relative;
	background: #fff;
	line-height: 16px;
	font-weight: normal;
	font-family: 'Arial';
	font-size: 14px;
	overflow: hidden;
}

.text h2 {
	font-size: 14px;
}

#text1 {
	z-index: 4;
	height: 210px;
}

#text2 {
	height: 160px;
	margin: 0;
	margin-top: -190px;
	margin-right: -60px;
	opacity: .2;
	filter: alpha(opacity=20);
	z-index: 3;
}

#text3 {
	height: 170px;
	margin: 0;
	margin-top: -160px;
	margin-right: -120px;
	opacity: .2;
	filter: alpha(opacity=20);
	z-index: 3;
}


.arrow {
	float: right;
	position: absolute;
	bottom: 15px;
	right: 15px;
}


