@charset "utf-8";
* {
	font-size: 1 em;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
body {
	background: #000;
}
header, nav, section, article, aside, footer {
	display: block;
	clear: left;
	width: 100%;
	float: left;
}
#wrapper {
	width: 100%;
	margin-top: 18px;
	margin-right: auto;
	margin-left: auto;
	max-width: 640px;
}
#wrapper .nav-fullScreen {
	text-align: right;
}
#wrapper .nav-collapse {
	text-align: right;
}
.nav-collapse ul li {
	overflow: hidden;
}

section {
}
#aboutText {
	border: 6px solid #FFF;
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 245px;
	display: block;
	background-image: url(../images/about-inna-moore.jpg);
	overflow: hidden;
	background-repeat: no-repeat;
	height: 434px;
}
#aboutText p {
	padding-bottom: 10px;
	font-size: 0.85em;
}
#aboutText img {
	padding-left: 250px;
}
.noBottomMargin {
	padding-bottom: 0px;
}
#contactText {
	border: 6px solid #FFF;
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: block;
	background-image: url(../images/campfire-family-roasting-marshmellows.jpg);
	overflow: hidden;
	background-repeat: no-repeat;
	height: 434px;
}
#contactText p {
	font-size: 0.85em;
	padding-bottom: 10px;
}
.imageBorder {
	border: 6px solid #FFF;
	float: left;
	height: auto;
	max-width: 100%;
}
footer {
	line-height: 50px;
	clear: left;
}
footer table tr td {
	width: 33%;
}
.rightFooterAlign {
	text-align: right;
}
