@charset "utf-8";
body {
	font: 12px Geneva, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	min-width: 950px;
}
#nav h2 {
	font-size: 1em;
	text-transform: capitalize;
	color: #E7ECF1;
}

#wrapper {
	height: 478px;
	width: 100%;
	margin-top: 5%;
	background: #3D2712;
	min-width: 950px;
	display: block;
	padding-bottom: 1px;
	overflow: hidden;
}
#photo {
	width: 325px;
	float: right;
	padding: 0;
	margin: 0;
}

#nav a:hover {
	color: #3D2712;
}

#nav {
	background: #B9C9D6;
	width: 260px;
	float: left;
	height: 407px;
	padding-top: 17px;
}
#content {
	float: left;
	color: #FFFFFF;
	margin-left: 30px;
	width: 360px;
	margin-top: 15px;
}
#content p {
	line-height: 1.5em;
}
.other {
	text-indent: .80em;
}

#content h1 {
	font-size: 1em;
	font-weight: bold;
}

#nav ul a {
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#nav li {
	margin-top: 20px;
	margin-left: 15px;
}

#nav a.active {
	color: #3D2712;
}

#nav ul {
	list-style: none;
	margin: 0px 0px 0px 7px;
	padding: 0px;
}



#wrapper #content {

}
#wrapper #logo {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: left;
}
input {
	background: #DBE3EA;
	color: #000000;
	padding: 1px;
}
textarea {
	color: #000000;
	background: #DBE3EA;
}
#content a {
	text-decoration: none;
	font-weight: bold;
	color: #B9C9D6;
}
#content a:hover {
	text-decoration: underline;
}
#footer a:hover {
	color: #8BA6BC;
}

#footer {
	color: #B9C9D6;
	font: .9em Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-bottom: 7px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#footer a {
	text-decoration: none;
	color: #9EB5C7;
	font-weight: normal;
}
#wrapper #logo p {
	background-position: right top;
	float: right;
	color: #000000;
}
#wrapper #logo #nowText {
	position: absolute;
	right: 0px;
}
