@charset "UTF-8";




.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.back {
	float: left;
	height: 20px;
	width: 960px;
	padding-top: 15px;
}
body {
	background-image: url(images/gradient_bg.jpg);
	background-color: #c8c9cb;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: right top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4175AD;
}
.middle {
	width: 959px;
	margin-right: auto;
	margin-left: auto;
	height: 692px;
}
#photos {
	display: none;
}

a:link {
	color: #1D5696;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1D5696;
}
a:hover {
	text-decoration: none;
	color: #3CA2DC;
}
a:active {
	text-decoration: none;
	color: #1D5696;
}

