@import "default.css";

body {
	background: #fff url(bg-body.jpg) top center no-repeat;
}

p {
	margin: 3px 0;
}

h1, h2 {
	font-family: 'Trebuchet Ms', Arial;
	font-weight: normal;
}

h1 {
	font-size: 26px;
	color: #f00;
}

h2 {
	font-size: 20px;
}

div#top, div#bottom, div#content {
	width: 950px;
	margin: 0 auto;
}

div#top {
	position: relative;
	height: 200px;
}

div#top img.logo {
	position: absolute;
	bottom: 0;
	left: 347px;
}







div#content {
	position: relative;
	height: 416px;
	background: url(bg-page.gif) top no-repeat;
}

div#content h2.bula1 {
	position: absolute;
	top: 86px;
	left: 326px;
}

div#content h2.bula2 {
	position: absolute;
	top: 236px;
	left: 582px;
}

div#content h2.bula3 {
	position: absolute;
	top: 390px;
	left: 232px;
}


div#content div.text {
	position: absolute;
	bottom: -54px;
	right: 50px;
	text-align: right;
}













div#bottom_background {
	height: 160px;
	border-bottom: 3px solid #2b4f00;
	background: url(bg-bottom.jpg) top center repeat-x;
}

div#bottom {
	position: relative;
	height: 30px;
	color: #7f7f7f;
	font-size: 11px;
}

div#bottom p {
	position: absolute;
	top: 5px;
}

div#bottom p.address {
	top: -126px;
	left: 567px;
	font-size: 12px;
	color: #333;
}

div#bottom p.copyright {
	left: 10px;
}

div#bottom p.developed {
	right: 10px;
}

div#bottom p.developed a {
	color: #7f7f7f;
}

