@charset "utf-8";
body {
	margin-top: 0px;
	margin-bottom: 0px;
}

.content {
	font-family: "Century Gothic";
	text-align: justify;
	font-size: 12px;
	vertical-align: top;
}

.content img {
	border: 0px none #CCC;
	padding: 2px;
	margin: 10px 5px 10px 0;
}

.menu_bttm {
	font-family: "Century Gothic";
	text-transform: capitalize;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.menu_bttm a {
	text-decoration: none;
	color: #000000;
}
.menu_bttm a:hover {
	color: #c76a96;
}


.copyright {
	font-size: 10px;
	font-family: "Century Gothic";
}
.line {
	background-image: url(images/line.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.quote {
	font-family: "Monotype Corsiva";
	font-style: italic;
	font-weight: normal;
	font-size: 21px;
}
.quote2 {
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: italic;
}

