body {
	margin:0px;
	background-color:#f7f7f7;
	font-family:"trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:12px;
}
img {
	border:0px;
}


#fake-bg {
	background-image:url(/images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#78ABBE;
	padding-bottom:40px;
}

#main {
	width:914px;
	left:50%;
	margin-left:auto;
	margin-right:auto;
	display:table;
}

#header {
	display:table-row;
	clear:both;
}
#float-text {
	margin-left:40px;
	margin-top:60px;
	display:table-cell;
	width:450px;
	position:absolute;
	color:#FFFFFF;
	font-size:14px;
}
#float-text-index {
	margin-left:40px;
	margin-top:60px;
	display:table-cell;
	width:450px;
	position:absolute;
	color:#666666;
	}
p.big-text {
	font-size:40px;
	color:#C6612B;
	text-align:center;
}
#quote {
	height:53px;
	width:620px;
	background-image:url(/images/quote-bg.png);
}
#quote-text {
	position:absolute;
	padding-left:18px;
	width:600px;
	height:39px;
}
#quote-text span {
	color:#FF9900;
	float:left;
}	
p.quote {
	margin:0px;
	padding-top:16px;
	font-size:16px;
	font-family:"trebuchet MS", Tahoma, Arial, sans-serif;
	font-style:italic;
	font-weight:normal;
}
#logo {
	float:left;
}

#nav {
	width:432px;
	float:right;
	margin-top:98px;
	margin-right:7px;
}

#main-image {
	display:table-row;
	clear:both;
}

#body-area {
	display:block;
	clear:both;
	margin-top:5px;
}

#content-wrapper {
	width:620px;
	float:left;
	display:block;	
}

#content {
	background-image:url(/images/content-mid.png);
	background-repeat:repeat-y;
	padding:40px;
}
#form {
	background-image:url(/images/apply-background.jpg);
	background-repeat:no-repeat;
	width:276px;
	height:405px;
	float:right;
	margin-top:5px;
	padding-top:95px;
	display:block;
}
#form p {
	font-size:20px;
	color:#FFFFFF;
	font-style:italic;
	font-weight:bold;
	padding:10px;
}
h1 {
	color:#666666;
	font-size:22px;
}

.pets {
	color:#78ABC0;
	font-weight:lighter;
	font-size:30px;
}
.border {
	border-bottom:1px solid #FF9900;
	padding-right:40px;
}
h2 {	
	font-size:20px;
}
#dog-house {
	margin-left:60px;
}

#footer {
	background-image:url(/images/footer-bg.jpg);
	height:168px;
	background-color:#f7f7f7;
	width:100%;
	clear:both;
	padding-top:20px;
}
#copy {
	left:50%;
	margin-left:auto;
	margin-right:auto;
	text-decoration:none;
	color:#333333;
}
#copy ul {
	margin:0px;
	padding:0px;
}
#copy ul li {
	display:inline;
	margin-right:10px;
}
#copy a {
	color:#333333;
	text-decoration:none;
}
#copy a:hover	{
	color:#FCB03B;
	text-decoration:underline;
}	
#bone {
	margin-left:-130px;
	margin-top:-168px;
	position:absolute;
}
a {
	color:#FCB03B;
	text-decoration:none;
}
a:hover	{
	color:#FCB03B;
	text-decoration:underline;
}