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

body {
	background-image: url(images/back_rep.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #797886;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#container {
	background-image: url(images/back_big.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	width: 830px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.addressright {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #FFF;
	text-decoration: none;
}

.addressright a:link {
	color: #ffffff;
	text-decoration: underline;
}

.addressright a:visited {
	color: #ffffff;
	text-decoration: underline;
	}

.addressright a:hover {
	color: #f08120;
	text-decoration: underline;
	}

.addressleft {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #f08120;
	text-decoration: none;
	font-weight: bold;
	padding-right: 7px;
}

#logo {}

#header {}

.mainblock {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	text-decoration: none;
	text-align: justify;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 15px;
	}
.mainblock a:link {
	color: #f08120;
	text-decoration: underline;
}

.mainblock a:visited {
	color: #f08120;
	text-decoration: underline;
	}

.mainblock a:hover {
	color: #ffffff;
	text-decoration: underline;
	}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #433d98;
	margin-bottom: 10px;
}
.footer a:link {
	color: #433d98;
	text-decoration: none;
}
.footer a:visited {
	color: #433d98;
	text-decoration: none;
}
.footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
