#container-outer {
	height: auto;
	width: 800px;
	position:absolute;
	left: 50%;
	margin-left: -400px;
}
#footer {
	float: left;
	height: auto;
	width: 800px;
	text-align: center;
}

#header {
	height: 140px;
	width: 800px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container-inner {
	height: auto;
	width: 798px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	float: left;
	background-color: #FFF;
}
#inner-left {
	height: auto;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #FFF;
}
#inner-right {
	margin: 35px;
	height: auto;
	float: left;
}
#container-gallery {
	height: auto;
	width: 750px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #FFF;
}
.text-body {
	font-family: "Century Gothic";
	font-size: 14px;
	text-decoration: none;
}
.text-small {
	font-family: "Century Gothic";
	font-size: 12px;
	text-decoration: none;
}
.text-indented {
	font-family: "Century Gothic";
	font-size: 14px;
	margin: 10px;
}
.text-sendlink {
	font-family: "Century Gothic";
	font-size: 16px;
	font-weight: bold;
	color: #14292E;
}
