@charset "UTF-8";
body  {
	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: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
}
.link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #666633;
}
 #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 4px;
} 
#contact {
	height: 130px;
	width: 200px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#banner {
	height: auto;
	width: 200px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
 #header {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#headbanner {
	height: auto;
	width: 780px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#image2 {
	height: 139px;
	width: 183px;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin-left: 204px;
}
#image3 {
	height: 139px;
	width: 183px;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#image4 {
	height: 139px;
	width: 184px;
}
 #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 */
	font-family: "Trebuchet MS", Verdana, Arial;
}
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFCC66;
}
 #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 20px;
	top: 0px;
	width: 520px;
} 
 #footer {
	background-color: #FFFFFF;
	height: auto;
	width: 780px;
} 
 #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 */
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	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;
}#wrapper {
	height: auto;
	width: 788px;
	margin-top: 12px;
	margin-right: auto;
	margin-left: auto;
	background-color: #cccc99;
	border-top-width: 12px;
	border-right-width: 12px;
	border-bottom-width: 4px;
	border-left-width: 12px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccc99;
	border-right-color: #cccc99;
	border-left-color: #cccc99;
	border-bottom-color: #CCCC99;
}
#whiteborder {
	height: auto;
	width: 780px;
	border: 4px solid #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#specials {
	height: 43px;
	width: 200px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#masthead {
	height: 103px;
	width: 780px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#reviews {
	height: auto;
	width: 180px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
h1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 24px;
	font-style: normal;
	line-height: 24px;
	color: #990000;
}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 18px;
	line-height: 20px;
	color: #990000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #666633;
}
.header1515 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	color: #990000;
}
.pb {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #666633;
}
.textsm {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #666600;
}
.italicred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	color: #993300;
}
#navigation {
	height: 26px;
	width: 780px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #cccc99;
	padding: 0px;
	border-top-style: none;
}
#menu {
	height: auto;
	width: 780px;
	background-color: #CCCC99;
}
#dplogo {
	height: 27px;
	width: 108px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 0px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 0px;
}
#image1 {
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin-left: 0px;
	height: 139px;
	width: 200px;
	border-bottom-width: 4px;
}
.text14bold {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #666600;
	font-weight: bold;
}
.text1212 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #006699;
}
.text1313bold {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	color: #666633;
}
.text1313 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 13px;
	color: #666633;
}
.text1313reg {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #666633;
	font-weight: normal;
	font-style: normal;
}
.text1313boldRed {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	color: #990000;
}
.header1715 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
	color: #990000;
	font-style: normal;
}
.pr {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	color: #666633;
	font-style: normal;
}
.text11bold {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #666600;
	font-weight: bold;
}
.text1315reg {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #666633;
	font-weight: normal;
	font-style: normal;
}
#rightColumn {
	height: auto;
	width: 100px;
	background-color: #3366CC;
	margin-left: 400px;
}
#mainContent2 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	top: 0px;
	width: 545px;
	background-color: #FFFFFF;
}
.text14ita {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	line-height: 12px;
	color: #666600;
	font-weight: normal;
	font-style: italic;
}
.text20b {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 20px;
	line-height: 12px;
	color: #666633;
	font-weight: bold;
	font-style: normal;
}
.text1315bold {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #666633;
	font-weight: bold;
	font-style: normal;
}
.text1316reg {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #666633;
	font-weight: normal;
	font-style: normal;
}
.header1615 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 22px;
	line-height: 15px;
	font-weight: bold;
	color: #990000;
	font-style: normal;
}
