* {
	margin:0;
}
html, body {
	height: 100%;
}
body{
	margin:auto;
	background-color:#0b0000;
	background-image:url('feralLogo.gif');
	background-repeat:no-repeat;
	background-position:40px 40px;
	background-attachment: fixed;
	color:#700;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, Sans-Serif;
}
body.index{
	background-image:none;
	
}

#content{
	padding:40px 40px 0 40px;
	margin-left:200px;
}

#inside{
	display:table;
}
h1{
	font-size:36px;
	margin:0px 0 40px 0;
	padding:0;
	line-height:12px;
	
}

p{
	font-size:13px;
	margin-bottom:20px;
}

.logo{
	float:left;
	margin:0 40px 100px 0;
	border:0;
}
.homeLogo{
	border:0;
}
.portfolio{
	margin:0;
	border:7px solid #700;
	vertical-align:text-top;
}

p.portfolioTxt{
	margin-bottom:40px;
}

p.portfolioTxt strong{
	font-size:17px;
}

.centered {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 65%;
	margin: auto;
	text-align:center;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
	height: 40px; /* .push must be the same height as .footer */
}

#footer{
	font-size:18px;
	text-align: center;
	white-space:nowrap;
	background-color:#000;
}

#footerNavBox{
	height:39px;
	border-top:1px dashed #500;
	width:100%;
	color:#700;
	font-size:18px;
	text-align: center;
	white-space:nowrap;
}

#footerNav {
	margin:8px;
	padding:0;
	font-size:18px;
}

#footerNav li {
	display:inline;
	padding:0;
	margin:0 50px;
}




a:link, a:visited {
	color:#700;
	background:transparent;
	text-decoration:none;
	border-bottom:1px dotted #700;
}

a:hover, a:active {
	color:#900;
	background:transparent;
	text-decoration:none;
	border-bottom:1px dotted #900;
}

#footerNav a:link, #footerNav a:visited {
	color:#700;
	background:transparent;
	text-decoration:none;
	border:0;
}

#footerNav a:hover, #footerNav a:active {
	color:#800;
	background:transparent;
	text-decoration:none;
	border:0;
}

.homeLogo a{
	border-bottom:0;
}