@charset "utf-8";
/* CSS Document */

body {
	background-image: url(amimg/bg.jpg);
	background-color: #ECA3AA;
	background-position: top left;
	background-repeat: repeat-x;
	color: #776654;
	font-family: "century gothic";
	font-size: 10pt;
	background-attachment: fixed;
}
.leftmenu {
	font-family: "century gothic";
	font-size: 13pt;
	color: #ECA3AA;
	line-height: 18pt;
}
.contact {
	font-size: 9pt;
	color: #FFFFFF;
}
.style1 {
	font-size: larger;
	font-weight: bold;
}
a.leftmenu:link {
	color: #ECA5AB;
	text-decoration: none;
}
a.leftmenu:visited {
	color: #ECA3AA;
	text-decoration: none;
}
a.leftmenu:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.leftmenu:active {
	font-style: oblique;
	color: #ECA3AA;
	text-decoration: none;
}
.footer {
	font-size: x-small;
	color: #52473A;
}
a.footer:link {
	color: #52473A;
	text-decoration: none;
	font-weight: bold;
}
a.footer:visited {
	font-weight: bold;
	color: #52473A;
	text-decoration: none;
}
a.footer:hover {
	font-weight: bold;
	color: #52473A;
	text-decoration: none;
}
a.footer:active {
	font-weight: bold;
	color: #52473A;
	text-decoration: underline;
}
