@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../images/bg.jpg) repeat-x;
	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;
}
input, textarea {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px 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: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #header {
	width: 950px;
	background: #DDDDDD;
	padding: 0 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. */
	margin: 0 0 8px;
}
.oneColFixCtrHdr #mainContent {
	width:904px;
	padding: 0 0px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 0 23px 0 23px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #leftColumn {
	margin: 0px 0px 0 0px;
	width: 450px;
	padding: 0 0px 0 0;
	height: 308px;
	float: left;
}
.oneColFixCtrHdr #rightColumn {
	margin: 0 0px 0 0px;
	padding: 0 0;
	width: 450px;
	height: 308px;
	float:right;
	
}
.oneColFixCtrHdr #topHeader {
	background: #620129;
	line-height:45px;
	margin: 0px;
	padding: 0 0 0 20px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: regular;
	font-size: 25px;
}

.oneColFixCtrHdr #rightColumn h1 {
	margin-left: 10px !important;

}

.oneColFixCtrHdr #rightcolbottomContent {
	background: #FDEFD8;
	border: 1px dashed #E0A31C;
	min-height: 249px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 10px 25px 0 25px;
	font-size: 15px;
}
.oneColFixCtrHdr #rightcolbottomContent p {
	padding: 0;
	margin: 15px 0;
	line-height: 1.5em;
}
.oneColFixCtrHdr #rightcolbottomContent li {
	padding: 0;
	margin: 15px 0;
	line-height: 1.5em;
}
.oneColFixCtrHdr #rightcolbottomContent h2 {
	padding: 0 !important;
	margin: 25px 0;
	font-size: 15px !important;
}
.oneColFixCtrHdr #footer {
	width: 904px;
	margin: 0px 23px 0 23px;
	padding: 33px 0px 5px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(../images/deli_footer.jpg) no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.fltrt {
	float: right;
	margin-left: 30px;
}
.clearfloat {
	clear:both;
	height:0;
	line-height:0px;
}
#mainContent .fltleft {
	float:left;
}
.oneColFixCtrHdr #mainContent h1 {
	font-size: 25px;
	margin: 0;
	padding: 0;
}
.oneColFixCtrHdr #mainContent h2 {
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: bold;
	color: #620129;
	margin: 0 0 0 25px;
	padding:0;
}
#mainContent a {
	color: #620129;
}
#mainContent a:link {
	color: 	#620129;
}
#mainContent a:visited {
	color: #620129;
}
#menuwrapper {
	padding: 0 0 15px 0;
}
#siteCredit {
	text-align: center;
}
#siteCredit a {
	text-decoration: none;
	font-size:12px;
	color: #620129;
}
#siteCredit a {
	color: #620129;
}
.red {
	color: #900;
}
#contactRight {
	margin-left:300px;
	padding: 15px;
	padding-top: 1px;
	background: #FFF;
}
#contactRight table {
	margin-top: 15px;
}

