@charset "UTF-8";
/* CSS Document */

.header {
	background-image: url(images/background_header.jpg);
	background-repeat: no-repeat;
	background-color: #775A0D;
	background-position: center top;
	height: 213px;
}
.middle {
	background-image: url(images/background_middle.jpg);
	height: 325px;
	background-color: #D49F16;
	background-repeat: repeat-y;
	background-position: top;
}
.footer {
	background-image: url(images/background_footer.jpg);
	background-repeat: repeat-y;
	background-color: #D49F16;
	background-position: top;
	height: 75px;
}
.navbar {
	background-color: #775A0D;
	height: 20px;
}
body {
	background-color: #D49F16;
	margin: 0px;
	padding: 0px;
}
.text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	color: #626353;
}
a:link {
	color: #D49F11;
	text-decoration: none;
}
a:visited {
	color: #D49F11;
	text-decoration: none;
}
a:hover {
	color: #626353;
	text-decoration: none;
}
a:active {
	color: #D49F11;
	text-decoration: none;
}
li {
	list-style-image: url(images/bullet.jpg);
}
.text_what {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.3em;
	color: #626353;
}
