@charset "utf-8";
/* CSS Document */

.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 799px;
	height: 80px;
}
.left {
	background-image: url(images/left.jpg);
	background-repeat: repeat-y;
	width: 100px;
	background-position: top,left;
}
.mainBackground {
	background-image: url(images/background_image.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 714px;
}
.mainText {
	font-family: Tahoma;
	font-size: 14px;
	color: #01009A;
}
.footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #5353A8;
}
.links {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #5353A8;
	font-weight: bold;
}
.slogan {
	font-family: Tahoma;
	font-size: 16px;
	color: #01009A;
	font-style: italic;
}
