@charset "utf-8";
/* CSS Document */

body {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center 0px;
	background-image: url(../images/bg.jpg);
	margin-top: 0px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #000000;
}
a:link {
	font-size: 14px;
	text-decoration: none;
	color: #006699;
	font-weight: bold;
	font-family: "Trebuchet MS";
}
a:visited {
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #006699;
	text-decoration: none;
	font-size: 14px;
}
a:active {
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #006699;
	text-decoration: none;
	font-size: 14px;
}
a:hover {
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #0099FF;
	text-decoration: underline;
	font-size: 14px;
}
.page_title {
	font-family: "Trebuchet MS";
	font-size: 24px;
	color: #578FB0;
	font-weight: bold;
	text-decoration: underline;
}
.footer_text {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
}
.gallery a:link {
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.page_title2 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #578FB0;
	font-weight: bold;
	text-decoration: none;
}
.img_floatR {float:right}

}
.img_floatL {float: left}
