/*** CSS Document ***/

html {
	height:100%;
}

body {
	padding:0px;
	margin:0px;
	color:#6a797d;
	background:#2a3c44 url(background.jpg) repeat-x top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width:100%;
  min-height:100%;
  height:100%;
}


/*** Layout ***/

div.container {
	position:relative;
	width:715px;
	min-height:100%;
	height:auto;
	#height:100%; /* explorer hack */
	margin:auto; /* for IE6 and Firfox centering */
	text-align:left; /* so that IE6 and Firefox puts the text to the left */
	background-color:#FFFFFF;
	z-index:1;
}

div.top {
	width:715px;
	height:12px;
	overflow:hidden;
	background: url(top.jpg) bottom;
}

div.foto_top {
	width:715px;
	height:200px;
	background: url(foto_top.jpg) no-repeat;
}

div.logo {
	width:310px;
	height:63px;
	background: url(logo.png) top;
	padding:20px 325px 15px 80px;
}

a#home {
	display:block;
	width:310px;
	height:63px;
	text-decoration:none;
	border:0;
}

div.foto_bottom {
	width:715px;
	height:25px;
	background: url(foto_bottom.jpg) no-repeat;
}

div.content {
	width:545px;
	padding-left:85px;
	padding-right:85px;
	padding-top:45px;
	padding-bottom:70px;
	line-height:150%;
}

div.footer {
	position:absolute;
	bottom:0px;
	width:630px;
	height:20px;
	background-color:#d1e5ea;
	text-align:right;
	padding-top:5px;
	padding-right:85px;
}

div.bottom {
	margin-top:-25px;
	height:25px;
	width:100%;
	background-color:#2a3c44;
}


/*** Menu ***/

div.menu {
	width:630px;
	height:25px;
	background-color:#b5d5de;
	font-weight:bold;
	color:#006f8c;
	padding-left:85px;
}

div.menuitem {
	float:left;
	height:20px;
	padding-top:5px;
}

div.menu img {
	float:left;
	height:25px;
}

div.menu a {
	color: #006f8c;
	text-decoration:none;
}

div.menu a:visited {
	color: #006f8c;
	text-decoration:none;
}

div.menu a:hover {
	color: #006f8c;
	text-decoration: underline;
}


/*** Links ***/

a {
	color: #6a797d;
	text-decoration: underline;
}

a:visited {
	color: #6a797d;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}
.gallery_img_a {
	text-decoration: none;
	background-color:#fff;
	padding: 16px;
}
.gallery_img_a:hover { color: #fff; background-color:#fff; }