html {height:100%;}

body {
	margin:0;
	padding:0;
	height:100%;
	background: top left url(http://images.myadoptables.com/layout/background-repeat.gif) repeat-y #c2c2c2;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4f4f4f;
}

#wrap {
	position:relative;
	min-height:100%;
	width: 1000px;
	background: top left url(http://images.myadoptables.com/layout/body-slab.png);
	margin: 0 auto;
}

* html #wrap {height:100%} 

#header {
	width: 100%;
	height: 232px;
	background: top left url(http://images.myadoptables.com/layout/header.png) no-repeat;
}


#inner-wrap {
	padding-bottom:28px;
	width: 962px;
	margin-left: 19px;
}

#inner-wrap:after {
	content:" ";
	display: block;
	clear: both;
}

#footer {
	position:absolute;
	bottom:0;
	height:22px;
	margin-left: 27px;
	width: 932px;
	background: bottom right url(http://images.myadoptables.com/layout/footer-repeat.png) repeat-x;
	padding-top: 6px;
	padding-left: 7px;
	padding-right: 7px;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 1px;
} 

#footer a {
	color: #FFFFFF;
}

#content {
	padding-left: 8px;
	padding-right: 8px;
}

#navBar {
	width: 100%;
	background: #164d67;
	margin-bottom: -2px;
}

#navItems {
	padding: 5px;
	font-size: 14px;
	color: #64c5f4;
	letter-spacing: 1px;
}

#navItems a {
	color: #FFFFFF;
	text-decoration: none;
}

#userStatus {
	color: #FFFFFF;
	float: right;
}

#userIsIn a {
	color: #64c5f4; 
}

#extraInfo {
	height: 15px;
	text-align: right;
	font-size: 11px; 
	padding: 2px;
	padding-right: 4px;
	background: #EEEEEE;
}

#main {
	padding: 4px;
}

img {
	padding: 0px;
	margin: 0px;
	/*display: block;*/
	vertical-align: bottom;
	border: 0;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: none;
}

form {
	padding: 0px;
	margin: 0px;
}

.header {
	font-size: 22px;
	margin-bottom: 4px;
	color: #164d67;
}

.subHeader {
	margin-top: 4px;
	font-size: 18px;
	margin-bottom: 4px;
	color: #164d67;
}

.subText {
	font-size: 16px;
	color: #d4d4d4;
	margin-bottom: 4px;
}

.spacer {
	width: 50%;
	height: 4px;
}

.featureBox {
	width: 150px;
	height: 200px;
	border: 2px solid #c2c2c2;
	padding: 15px;
	text-align: center;
	font-size: 16px;
	color: #9f9f9f; 
	float: left;
	margin-right: 4px;
}

.featureBox a {
	color: inherit;
}

.smallPrint {
	font-size: 11px;
}

.addthis_toolbox {
	margin-top: 20px;
	margin-bottom: 10px;
	float: right;
	clear:left;
	margin-right: 15px;
}
