body {
	margin: 0px;
	background-color: #eff8d9;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 14px;
	color: #474747;
}
p {
	margin: 0px;	
}
#header {
	background-image: url(../images/bg_header.png);
	height: 124px;
	position: fixed;
	width: 100%;
	z-index:4;
}
#header .logo {
	height: 71px;
	width: 365px;
	background-image: url(../images/trayanabio_logo.png);
	text-indent: -9999px;
	position: absolute;
	left: 215px;
	top: 30px;
}
#header .lang {
	position: absolute;
	left: 870px;
	top: 25px;
	width: 55px;
	z-index:99;
}
#header .imgtopleft {
	position: absolute;
	background-image: url(../images/image_top-left.png);
	height: 150px;
	width: 238px;
	left: 0px;
	top: 0px;
}
#header .imgtopright {
	position: absolute;
	background-image: url(../images/image_top-right.png);
	left: 875px;
	top: 0px;
	height: 223px;
	width: 127px;
}
#col_left {
	width: 211px;
	background-image: url(../images/bg_col-left.png);
	height: 100%;
	position: fixed;
	z-index: 3;
}
#col_left .nav {
	height: 100%;
	margin-top:110px;
	background-image: url(../images/bg_nav.gif);
	background-repeat: no-repeat;
	padding-top: 40px;
}
#content {
	width: 775px;
	left: 225px;
	top:130px;
	padding-bottom:80px;
	position:absolute;
	z-index:1;
}
#content h2 {
	color:#54340f;
	font-size:18px;
	margin-top:0px;
	margin-bottom:20px;
}
#content h3 {
	font-size:14px;
	margin-top:20px;
	margin-bottom:10px;
}
#content .formmail {
	position: absolute;
	left: 345px;
	top: 40px;
	border: 1px solid #ffffff;
	padding: 10px;
}
#footer {
	height: 48px;
	width: 100%;
	position: fixed;
	bottom: -5px;
	background-image: url(../images/footer.png);
	background-position: -193px;
	z-index:2;
}
#footer .footer_image {
	height: 81px;
	width: 409px;
	background-image: url(../images/footer_image.png);
	left:625px;
	bottom: 20px;
	position:absolute;
}
#copy {
	text-align: center;
	font-size: 12px;
	color: #afd9a9;
	width:200px;
	position: fixed;
	bottom: 6px;
	z-index:4;
}
.text1 {
	font-size: 18px;
	font-weight: bold;
	color: #54340f;
}
