/* RappCatsStylesFixed.css*/
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	border: 1px solid #FFFF33;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 0px;
	height: 700px;
	background-repeat: no-repeat;
	width: 1000px;
	background-color: #000000;
	background-image: url(../Images/Tweety%20Poirtrait%20Black%20Background%204.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #66FFFF;
} 
#header {
	height: 165px;
	padding-top: 0;
	padding-right: 20px;
	padding-left: 20px;
	border: medium none #33FFCC;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
} 
#logo {
	height: 106px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
#header {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #000000;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	background-color: #000000;
	margin: auto;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

#sidebar2 #donate {
	width: 160px; /* padding keeps the content of the div away from the edges */
	background-color: #000000;
	margin: auto;
}

#sidebar2 #donate #SylvesterBag {
	height: 78px;
	width: 72px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#mainContent {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 550px;
} 

#mainContent h1{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;

} 

#mainContentTwoColumn {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	border: medium none #00FF33;
	width: 800px;
	float: left;
	height: 500px;
} 
#centralContent {
	height: 550px;
	padding-bottom: 0px;
	margin: auto;
}

#footer {
	width: 1000px;
	padding: 0;
	height: auto;
	bottom: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #0066FF;
	text-align: center;
	margin: auto;
} 
#footer p {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.footerStyle { /* this class can be used to float an element left in your page */
	text-align:center;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#navMenuHor {
	height: 50px;
	width: auto;
	background-color: #000000;
	border: medium none #CC3333;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.imgAdoption {
	border: 1px solid #FFCC00;
	height: 310px;
	margin: 0px;
	width: auto;
}

/*clean*/
.clean { padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; border: 0 none; }

#sidebar2 #donate {
	height: 150px;
	width: auto;
	background-image: url(../Images/Blue%20Donate%20Button.jpg);
	background-repeat: no-repeat;
	margin: 3px;
	padding: 3px;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	Color:#000000;
	text-align: center;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	Color:#FFCC33;
	text-align: center;
	margin-top: auto;
	margin-right: 10px;
	margin-bottom: auto;
	margin-left: 10px;
	line-height: 10px;
}

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	Color:#FFFFFF;
	text-align: center;
}

.style19 {
	font-family: "Rage Italic", Verdana, Arial, sans-serif;
	font-size: 36pt;
	color: #FFFFFF;
	margin: 0px;
}
.style20 {
	color: #0099FF;
	font-weight: bold;
	line-height: normal;
}

.style23 {
	font-family: "Rage Italic", Verdana, Arial, sans-serif;
	color: #FFFFFF;
	font-size: larger;
	margin-bottom: 0px;
}


a.infoButton {
	height: 27px;
	width: 140px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC66;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #FFCC33;
	border-left-color: #FFCC33;
	background-color: #3366FF;
	font-weight: bold;
}

a.foundButton {
	height: 27px;
	width: 140px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC66;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #3333CC;
	border-left-color: #3333CC;
	background-color: #CC0000;
	font-weight: bold;
}

.adoptionSpecificCatInfo {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #99FF99;
	float: right;
	width: auto;
}
.img_footer {
	float: right;
	margin: auto;
}

.infoTextDiv {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFCC;
	overflow: auto;
	font-size: 18px;
	font-weight: normal;
	margin: auto;
	color: #333333;
	height: auto;
	padding: 10px;
}

.infoTextDiv2{
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFCC;
	overflow: auto;
	font-size: 18px;
	font-weight: normal;
	margin: auto;
	color: #333333;
	height: 400px;
	padding: 10px;
	text-align: left;
}
.adoptionGuidelinesButton {
	background-color: #FFFF66;
	height: auto;
	width: 300px;
	float: none;
	top: auto;
	right: auto;
	margin: auto;
}
.returnToAdoptionMainButton {
	background-color: #FFFF66;
	height: auto;
	width: 250px;
	float: none;
	top: auto;
	right: auto;
	margin: auto;
}
