@charset "utf-8";
body {
	background-image: url(img/mary_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
}
.bg {
	background-image: url(img/bg_rep.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.bgFoot {
	background-image: url(img/bg_footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bgHead {
	background-image: url(img/bg_header.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.menu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #778797;
	text-decoration: none;
}
.bigHeader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #758A9B;
	text-decoration: none;
}

.foot {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #778C9D;
}
.imgBord {
	border: 1px solid #758A9B;
}
.main {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #657A8B;
}
a:hover {
	color: #AFBBC5;
	text-decoration: underline;
}

.bigHeade2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #758A9B;
	text-decoration: none;
}
.broderSPlit {
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #758A9B;
}

.mainverd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #657A8B;
	font-weight: bold;
}
