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

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: #680E1B;
	background-image: url(images/gradient.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#paisley {
	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-image: url(images/paisley.png);
	background-repeat: repeat;
	padding-top: 0;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 50%;
	margin: 0;
}

.oneColFixCtrHdr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
	height: 330px;
	margin-top: 20px;
}
.oneColFixCtrHdr #header h1 {
	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 */
}
.oneColFixCtrHdr #mainContent {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#bodyhead {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 68px;
	padding-top: 15px;
}
.oneColFixCtrHdr #footer {
	background-image: url(images/footer.png);
	height: 85px;
	width: 1000px;
	float: left;
	margin-top: 15px;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#mainbody {
	background-image: url(images/body.png);
	background-repeat: repeat-y;
	padding-top: 1px;
	padding-right: 40px;
	padding-bottom: 1px;
	padding-left: 40px;
	float: left;
	width: 920px;
}
#bodybottom {
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	height: 33px;
	float: left;
	width: 1000px;
}
#leftcol {
	width: 630px;
	float: left;
}
#searchbox {
	width: 621px;
	background-image: url(images/searchbox.png);
	background-repeat: no-repeat;
	height: 113px;
	margin-bottom: 15px;
	float: left;
}
#searcharea {
	background-image: url(images/searcharea.png);
	height: 42px;
	width: 585px;
	margin-left: 8px;
	float: left;
	padding-top: 12px;
	padding-right: 10px;
	padding-left: 10px;
}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 27px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 22px;
	margin-right: 15px;
	margin-left: 15px;
	font-weight: lighter;
	margin-top: 0px;
}
p a {
	color: #FFFFFF;	
}
p a:hover {
	text-decoration: none;	
}
#leftside {
	float: left;
	width: 435px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#fullcol {
	float: left;
	width: 890px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#rightside {
	float: left;
	width: 435px;
	margin: 0px;
	padding: 0px;
}
.form {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	font-weight: normal;
	background-color: #860D1E;
	float: left;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: 1px;
	margin-left: 15px;
}
#introbox {
	width: 621px;
	background-image: url(images/introbox.png);
	background-repeat: no-repeat;
	height: 285px;
	margin-bottom: 15px;
	padding-top: 12px;
	float: left;
}
#boxlink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: lighter;
	color: #FFFFFF;
	text-align: right;
	float: right;
	margin-top: -30px;
	margin-right: 15px;
	margin-bottom: 15px;
}
#boxlink a {
	color: #FFFFFF;
	text-decoration: none;
}
#inlink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: lighter;
	color: #FFFFFF;
	text-align: right;
	float: right;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}
#inlink a {
	color: #FFFFFF;
text-decoration: none;

}
.form2 {
	font-size: 13px;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#newsbox {
	background-image: url(images/newsbox.png);
	background-repeat: no-repeat;
	height: 254px;
	width: 621px;
	padding-top: 5px;
	float: left;
}
#newsarea {
	background-image: url(images/newsarea.png);
	height: 183px;
	width: 603px;
	margin-left: 8px;
	margin-bottom: 8px;
	float: left;
	margin-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
}
#newsfeed {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
	padding-bottom: 13px;
}
#newsfeed a {
	color: #FFFFFF;
}
#newsfeed a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.newshead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.newsdate {
	color: #CCCCCC;
	font-style: italic;
}
#articlebox {
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-bottom: 25px;
}
#navarea {
	float: left;
	height: 80px;
	width: 1000px;
}
#logo {
	width: 297px;
	margin-left: 15px;
	margin-top: 11px;
	float: left;
}
#navbar {
	float: left;
	width: 650px;
	margin-left: 38px;
	margin-top: 50px;
}
#rightcol {
	float: left;
	width: 350px;
}
.georgia16 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.georgia16 a {
	color: #FFFFFF;
	text-decoration: none:
	
}
img, div { behavior: url(scripts/iepngfix.htc) }
#footer a {color:#FFFFFF;}
#footer a:hover {text-decoration: none;}
#coupon {
	border: medium dashed #000000;
}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 0px;
}
.coupon p {
	color: #000000;
	line-height: normal;
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#kfccoupon {
	background-image: url(images/kfc_coupon_image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 342px;
	width: 334px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#wendyscoupon {
	background-image: url(images/wendys_coupon_image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 342px;
	width: 334px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
