@charset "UTF-8";
/* CSS Document */

body{
	background-image:url(Images/page_background.png);
	background-attachment: fixed;
	background-repeat: repeat;
}

.container{
	width: 925px;
	margin: 0px auto;
	height::auto;
}

.header{
	width:923px;
	height:193px;
	background-image:url(Images/PurrCentral%20Logo.png);
	background-repeat:no-repeat;
	background-attachment: scroll;
	padding: 0px 0px 15px 0px;
}
.content{
	width:923px;
	height:923px;
	background-image:url(Images/paw-print-border.png);
	background-repeat:no-repeat;
	background-attachment:scroll;
	padding: 15px 0px 15px 0px;
	
}
h1{
	font-weight: bold;
	color: #613836;
	text-align: center;
	padding: 25px 0px 0px 0px;
	margin-bottom:0px;
	font-size: 36px;
}

h2{
	color: #613836;
	padding: 0px;
	margin: 20px 0px -15px 1px;
	/*text-decoration:underline;*/
}

h3{
	color: #613836;
	text-align: center;
	padding: 0px;
	margin: -20px 0px 0px 10px;
	text-decoration:underline;
}

h4{
	color: #613836;
	padding: 10px;
	margin: 0px 0px 0px 1px;
	
}

.link1{
	/*color: #613836;*/
	margin: 15px 0px 5px 0px;
	font-size:16px;
	font-weight:bold;
	Border:solid thin #613836;
	background-color:#fff;
	padding:5px;
	
}

.fb-post{
	width: 560px;
	margin: -10px auto 0px auto;
	height::auto;
}

.content-inner{
	margin:auto;
	width: 760px;
	height: auto;
}
	
.social-media-outer{
	width:923;
	height: auto;
	clear: both;
	padding: 0px 60px 0px 60px;
	margin: 60px auto 40px auto;
}

.social-media-left{
	width:300px;
	float: left;
	clear: right;
	height:auto;
/*	border: none;*/
	margin: auto;
}

.social-media-right{
	width:300px;
	float: right;
	clear: right;
	height:auto;
/*	border: none;*/
	margin: auto;
}

.sign-up-outer{
	width:923;
	height: 300px;
	clear:both;
	padding: 10px 60px 0px 40px;
	margin: 60px 0px 40px 0px;	
}

.sign-up-inner-left{
	width: auto;
	height: auto;
	padding: 5px 5px 5px 5px;
	float:left;
	/*margin: auto;*/
	/*clear:right;*/
	
}

.sign-up-inner-right{
	width: auto;
	height: auto;
	padding: 5px 50px 5px 5px;
	float:right;
	/*margin: auto;*/
	/*clear:left;*/
	
}
