body {
	background-color: #fff000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #323232
}
.picture-border{
	border: 8px solid #EAEAEA;

}

#main-body-border {
	margin-left:auto;
	margin-right:auto;
	margin-bottom: -23px;
    padding-top: 19px;
	padding-bottom: 22px;
	width: 974px; 
	background-color: #fef99d;
	
}

#main-body {
	margin-left:auto;
	margin-right:auto;
	width: 933px; 
	background-color: #FFFFFF;
	border: 1px solid #e5e4d4;
	
}

#brains {
	height: 192px; 
}

#brain-text {
	float: right;
	padding-right: 11px;
	padding-top: 12px;
	font-size: 14px;
}
#logo {
	float:left;
}
.nav-bar {
	float: right;
	width: 639px;
	margin-top: 13px;
	margin-right: 9px;
	margin-bottom:3px;
	
}

.nav-bar ul{
float: right;
margin: 0;
padding: 0;
font: 18px Verdana;
list-style-type: none;

	
}

.nav-bar li{
display: inline;
margin: 0;

	

}

.nav-bar li a{
float: left;
display: block;
text-decoration: none;
text-align:center;
padding-left: 13px; /*padding inside each tab*/
padding-right: 13px;
padding-top:13px;
padding-bottom:13px;
border-right: 1px solid white; /*right divider between tabs*/
color: #000000;
width: 100px;
background-color: #eaeaea;
}

.nav-bar li a:visited{
color: #000000;
}

.nav-bar li a:hover, .nav-bar li.selected a{
background: #c8c8c8; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
#bus-top{
	float: right;
	margin-right: 40px;
}
#main-bar{
	width: 915px;
	height: 214px;
	margin-left: auto;
	margin-right: auto;
}
#page-title-bar{
	width: 915px;
    background-color:#eaeaea;
    margin-left: auto;
    margin-right: auto;
    padding-top: 9px;
    padding-bottom: 9px;
    text-indent: 8px;
    font-size: 19px;
    color: #323232;
}
p.heading {
	font-size: 22px;
	color: #3e3e3e;
	text-indent: 8px;
	}    
    
p#whychoose{
	width: 450px;
	}   
	
	
p#furry{
	font-size:17px;
	}   
	
#body-content {
	width:885px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 20px;
	padding-left: 20px;
}    
#footer-main {
	height: 265px;
	background-color: #413F3F;
	border-top: 30px solid #eaeaea
}
#footer-content {
	width:915px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-left: 20px;
}    
#footer-links {
	width: 300px;
	float: left;
	
	color: #eeeeee;
	font-size:17px;
	text-align: left;
}
    
#footer-contact {
	width: 400px;
	float: right;
	color: #eeeeee;
	font-size:17px;
	padding-top: 13px;
}

#flinks {
		color: #ffffff;
	font-size:17px;
	padding-bottom: 13px;
}
.wireframemenu{
width: 180px;
padding-top: 13px;
float: left;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: 15px Verdana;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #eeeeee;
text-decoration: none;
}

.wireframemenu a:visited{
color: #eeeeee;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
text-decoration: underline;
}



.wireframemenu2{
	width: 120px;
	padding-top: 46px;
	float: right;

}

* html .wireframemenu2{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu2 ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu2 a{
font: 15px Verdana;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #eeeeee;
text-decoration: none;
}

.wireframemenu2 a:visited{
color: #eeeeee;
}

html>body .wireframemenu2 a{ /*Non IE rule*/
width: auto;
}

.wireframemenu2 a:hover{
text-decoration: underline;
}

#footer-contact-box {
	float:right;
	margin-right: 35px;
	margin-top: 8px;
	width:365px;
	height: 130px;
	background-color: #646262;
	color: #FFF;
}
#copyright {
	width:365px;
	margin-top: 8px;
	margin-right: 30px;
	float:right;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #cccccc
}
.table-border {
	border: 1px solid #CCC;

}
.table-border td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
