body {
	position: absolute;
	background-color: #EDEDED;
	top: 10px;
	position: absolute;
	width: 99%;
	color: #6D6D6D;
	font-family: verdana, sans-serif;
	font-size: 12px;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

p {
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
}

ul {
	margin-top: 10px;
	margin-bottom: 0px;
}

#wrapper {
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#main {
	height: 420px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#footer {
	position: relative;
	height: 122px;
	margin-top: 2px;
}

#copyright {
	position: relative;
	margin-top: 80px;
	text-align: center;
}

#description {
	position: absolute;
	padding: 5px;
	margin-right: 2px;
	background-color: #CCCCCC;
	width: 278px;
	height: 410px;
	float: left;
}

#telephone {
	position: absolute;
	right: 5px;
	bottom: 5px;
}

#photo {
	position: absolute;
	margin-left: 291px;
	background-color: #CCCCCC;
	width: 610px;
	height: 420px;
	clear: right;
	text-align: center;
}

#logo {
	position: absolute;
	padding: 5px;
	margin-right: 2px;
	background-color: #CCCCCC;
	width: 278px;
	height: 110px;
	float: left;
}

#nav {
	position: absolute;
	margin-left: 291px;
	padding: 5px;
	background-color: #CCCCCC;
	width: 600px;
	height: 110px;
	clear: right;
}

#galleryTray {
	width: 100%;
	text-align: center;
	position: absolute;
}

#navTray {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 10px;
}

a {
	color: black;
}


a img {
	border-style: none;
}

#nav a {
	margin: 0px;
	padding-right: 20px;
	padding-left: 20px;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: blue;
}

