body {
    margin: 10px auto 1.5em;
    background: #fff url('mfeo-bg.jpg') no-repeat fixed center -10px;
}

.rounded {
    background-color: #fff;
    padding: 1.5em 1.5em 0;
    -moz-border-radius: .5em;
    -webkit-border-radius: .75em;
}

#header {
	margin-bottom: 50px;
	position: relative;
}

#footer {
    padding-top: 1.5em;
    color: #fff;
}

#trailer {
	margin-bottom: 1.5em;
}

#creator {
    text-align: right;
}

a {
    color: #75822F;
    color: #71bd33;
    color: #f8704a;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
	color: #f8704a;
    text-decoration: underline;
}

#footer a {
	color: #fff;
}

.bio {
    margin-bottom: 1.5em;
}

.pic img {
    height: 140px;
    width: 140px;
}

.form-item {
    margin-bottom: 1.5em;
}

.captcha {
    margin-top: .5em;
}

.error {
    padding: 0;
    border: 0;
    background: none;
}

input.email-input {
    width: 208px    
}

h1 {
	text-align: center;
}

hr {
    background: #666;
    color: #666;
}

div.border, input.text, textarea {
    border-color: #2C2E30;
}

#navigation {
	display: table;
}

#navigation ul {
	margin: 0;
	list-style-type: none;
	display: table-row;
}

#navigation li {
	display: table-cell;
	padding: 10px 5px 0;
	text-align: center;
}

#navigation li.active {
	padding-top: 7px;
	border-top: 3px solid #f8704a;
}

#navigation li a {
}

.credit {
    text-align: center;
    font-style: italic;
}

.form-item {
    margin-bottom: 1em !important;
}

input.text, input.title, textarea, select {
    margin: 0 0 0.5em;
}

.qoute {
  text-indent: -.4em;
  position: relative;
  font-size: 1.2em;
}

#available_now {
  position: absolute;
  top: 10px;
  right: -139px;
}

*:target {
  background-color: #ffffc0 ;
}