@charset "utf-8";
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;
	background-color: #FFFFFF;
	background-image: url(images/body-gradient.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.wings #container {
	width: 770px;  /* using 30px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.wings #header {
	padding: 0 10px 0 0px;  /* 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-color: #eac76f;
	background-image: url(images/topbg.jpg);
	background-repeat: repeat-x;
}
.wings #container #header img {
	float: none;
	padding-left: 0px;
}
.wings #container #slogan {
	float: right;
	padding-left: 0px;
	margin-right: 15px;
	margin-top: 50px;
	top: 0px;
	bottom: 0px;
	background-position: top;
}

.wings #nav {
	background-color: #f2bc5b;
	font-size:1.1em;
	margin: 0px;
	padding: 0;
}
.wings #nav ul {
	padding-left: 0px;
	list-style: none;
	float: left;
	width: 100%;
	background-color: #f2bc5b;
	margin: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
	}
.wings #nav li {
	float: left;
	}
.wings #nav a {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #000000;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-weight: bold;
}
.wings #mainContent {
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	background-color: #FFFFFF;
	background-image: url(images/bgcontent.jpg);
	background-repeat: repeat-y;
	float: left; /* this float along with width allows internal divs to grow height wise withing this div. */
	width: 740px;
}
.wings #mainContent #welcome, #cont {
	padding-top: 5;
	padding-right: 5px;
	padding-bottom: 5;
	padding-left: 5px;
	background-color: #f8d989;
	float: left;
	border: 1px solid #3c311c;
	margin-top: 30px;
}
.wings #mainContent #welcome {
	width: 426px;
	height: 204px;
}
.wings #mainContent #mainimg {
	background-color: #999999;
	float: right;
	width: 290px;
	border: 1px solid #3c311c;
	padding: 0px;
	margin-top: 30px;
}
.wings #mainContent #colbot{
	float: left;
	width: 740px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.wings #mainContent #colbot .secthree, .secthreemid, .secthreerght {
	float: left;
	width: 236px;
	background-color: #ac8040;
	padding: 0px;
	background-repeat: no-repeat;
	height: 137px;
}
.wings #mainContent #colbot .secthree {
	margin-right: 4px;
	margin-left: 4px;
	background-image: url(images/wings.jpg);
}
.wings #mainContent #colbot .secthreemid {
	margin-right: 3px;
	margin-left: 3px;
	background-image: url(images/chicken-fingers.jpg);
}
.wings #mainContent #colbot .secthreerght {
	margin-right: 4px;
	margin-left: 4px;
	background-image: url(images/homemade-sides.jpg);
}
#colbot .homecoltxt {
	float: left;
	width: 220px;
	margin-top: 38px;
	margin-left: 9px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#welcome .weltop {
	float: left;
	width: 400px;
	margin-top: 10px;
	margin-left: 10px;
}
.picleft {
	float:left;
}
.picleftloc {
	float:left;
	border: 1px solid #660000;
	padding: 1px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.weltop h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}
.mid {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #4C3100;
	border-bottom-color: #4C3100;
	padding-top: 15px;
	padding-bottom: 15px;
}
#welcome .mid {
	width: 400px;
}
a {
	color: #000000;
}
.welbot {
	float: left;
	margin-top: 14px;
	margin-left: 10px;
	text-align: right;
}
#welcome .welbot {
	width: 400px;
}
.right {
	text-align: right;
}
.wings #mainContent #cont {
	width: 730px;
	margin-bottom: 30px;
}
#cont .weltop {
	float: left;
	width: 700px;
	margin-top: 10px;
	margin-left: 10px;
}
#cont .mid {
	width: 700px;
}
#cont .welbot {
	width: 700px;
}
.wings #footer {
	padding: 0 15px;
	background-color: #F8D989;
	font-size: 9px;
}
.wings #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 */
}
.menuleft {
	float: left;
	width: 345px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.menuleft p{
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}
.menuright p{
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}
.menubold {
	font-size: 14px;
	font-weight: bold;
}

.menuright {
	float: right;
	width: 225px;
	padding-left: 120px;
}
.menubot {
	float: left;
	width: 700px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.menuhead {
	text-align: center;
	float: left;
	width: 700px;
}
.picpart {
	padding: 2px;
	float: left;
	margin-right: 20px;
}
