@charset "utf-8";
/* CSS Document */


 body {
	font-size:12px;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(img/bg_photogal.jpg);
}
.page-container {
	width:825px;
	margin:0px auto;
	margin-top:10px;
	margin-bottom:0px;
	border:solid 1px rgb(150,150,150);
	font-size:1em;
	background-color: #FFFFFF;
}
/* HEADER */
.header {
	width:825px;
	font-family:"trebuchet ms",arial,sans-serif;
	background-image: url(../img/bg_photogal.jpg);
}
.header-top {width:825px; height:125px; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.header-middle {
	width:825px;
	height:125px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
}
.header-bottom {
	width:825px;
	height:23px;
	background-repeat: repeat-y;
	background-color: #FBDD8E;
}
.sitename h1 {
	font-size:180%;
}
.sitename h2 {margin:-4px 0 0 0; color:rgb(125,125,125); font-size:120%;}
.sitename a {text-decoration:none; color:rgb(125,125,125);}
.sitename a:hover {text-decoration:none; color:rgb(50,50,50);}

.main-content h1.pagetitle {
	margin:0 0 0.4em 0;
	padding:0 0 2px 0;
	font-family:"trebuchet ms", arial, sans-serif;
	color:#5AA2CA;
	font-weight:bold;
	font-size:180%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: rgb(225,225,225);
}
.main-content h1.block {
	clear:both;
	font-family:"trebuchet ms", arial, sans-serif;
	color:rgb(255,255,255);
	font-weight:bold;
	font-size:160%;
	margin-top: .3em;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 2px;
	background-color: #5AA2CA;
}
.main-content h1 {
	clear:both;
	font-family:"trebuchet ms",arial,sans-serif;
	color:#624767;
	font-weight:normal;
	font-size:210%;
	margin-top: .5em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
}
.main-content {
	display:inline; /*Fix IE floating margin bug*/
	float:left;
	width:805px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}
.main-content h2 {clear:both; margin:1.0em 0 0.5em 0; font-family:"trebuchet ms",arial,sans-serif; color:rgb(80,80,80); font-weight:normal; font-size:170%;}
.footer {
	clear:both;
	width:825px;
	overflow:hidden /*IE6*/;
}
