/* @override http://localhost/kangarooyardcards.com/kangarooyardcards.css */

/* @override http://localhost/kangarooyardcards.com/kangarooyardcards.css */

body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #F7FFCD;

}
#container {
	width: 670px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #800000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
#header {
	background-attachment: scroll;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 109px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-position: left top;
	clear: none;
	position: inherit;
	left: 0;
	top: 0;
}
#logo {
	float: right;
	height: 296px;
	width: 173px;
	margin-right: 3px;
	margin-left: 6px;
	position: relative;
	top: -115px;
	margin-bottom: -100px;
}
.border {
	border: 3px solid #E1810F;
}
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}
#menu {
	background-color: #67A049;
	height: 26px;
	position: relative;
	clear: none;
	width: 100%;
}
#menu ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	list-style-type: none;
	margin: 0px;
	font-weight: bold;
	text-transform: capitalize;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	clear: none;
}
#menu li {
	display: block;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: left;
	height: 22px;
	padding-top: 4px;
}
#menu li a, #menu li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#menu li a:hover {
	color: #FFFFFF;
	*text-decoration: underline;
}
#menu li:hover {
	background-color: #F19728;
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#mainContent a, #mainContent a:visited {
	color: #D8780C;
	text-decoration: none;
}
#mainContent a:hover {
	color: #9D5808;
}
#mainContent img {
	margin: 8px;
}
#mainContent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CE6800;
}
#footer {
	background-color: #DDDDDD;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 177px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-attachment: scroll;
	overflow: visible;
}
.special {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #E55E00;
	text-align: center;
	font-size: 20px;
}
#footer a:link, #footer a:visited {
	color: #FFFFCC;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
}
#footer p {
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 145px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0;
	font-size: 12px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #E07B04;
	font-size: 1.6em;
}
.fltrt {
	float: right;
	top: 300px;
	padding: 0px;
	position: absolute;
	right: 0px;
	margin: 0px;
}
