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

@import url("menu.css");
@import url("fonts.css");
@import url("forms.css");
@import url("gallery.css");

html, body {
	height: 100%;
}

body {	
	margin: 0;
	padding: 0;
	background-color: #fff;
}

#access {
	display: none;
}

#page {
	position: relative;
	margin: 0 auto;
	padding: 0;
	
	min-height: 100%;
	width: 50em;
	background-color: #ebebe1;
}

#logo {
	float: right;
}

#logo img {
	border: 0;
	width: 9.125em;
}

#logo:hover #address {
	visibility: visible;
}

#address {
	visibility: hidden;
	width: 9.125em;
}

#address p {
	padding-left: 1em;
}

#content {
	margin: 1.25em;
	padding-bottom: 3em;
	width: 39em;
}

#footer {
	clear: both;
}

#inner {
	position: absolute;
	right: 0;
	bottom: 1.25em;
}

#footer .border {
	position: absolute;
	bottom: 0;
	width: 50em;
}

#footer img {
	width: 9.125em;
}

.border {
	height: 1.5em;
	background-color: #fff;
}

#content img {
	border: 0.0625em solid #d0d0c7;
}