body {
	/*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
	background: #212A47;
	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;
}
.oneColFixCtrHdr #container {
	width: 650px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #E4DEDE;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #414141;
	background-image: url(../../gourmet/images/header/Header.jpg);
	background-repeat: no-repeat;
	padding: 0 10px 0 20px;  /* 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. */
	height: 125px;
}
.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 */
	color: #205097;
	font-size: 24px;

}

.oneColFixCtrHdr #header h2 {
	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: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	color: #666666;

}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #E4DEDE;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#212A47;
}
.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 */
	font-size: 10px; 
	color: #666666; 
}

.oneColFixCtrHdr #footer a{
	font-size: 10px; 
	color: #666666; 
}


p, TD, TR, UL, LI, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	color: #666666;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	color: #212A47;
}


a:visited, a:link, a:active, a:hover {
	color: #B40714;
}

a img {
border-width:0
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #757575;
}

.imageCaps {
	margin-right: 3px;
}


/* menu is here */

.oneColFixCtrHdr #menu { 
	background-color: #414141;
	margin-top: 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. */
	height: 25px;/*height of menu box*/
	text-align: center;/*puts links in middle*/
} 

/*anylinkcss are sub menus*/
.anylinkcss{

position:absolute; 
visibility: hidden;
border-bottom-width: 0;
font:normal 11px Arial;
line-height: 18px;
z-index: 100;
width: 140px;
}

.anylinkcss a{
width: 100%;
position : relative; 
top : 10px; /*-5>
left : 10px; /*80*/
display: block;
border-bottom: 1px solid white;
text-decoration: none;
text-indent: 5px;
color: black;
background-color: #E4DEDE;
text-align: left;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #414141;
color: #fbd539;
}

a.mainMenuLink{
 /*padding: 8px 4;*/ /*top, left sets the drop down as well*/
 /*display: block;*//*puts it downwards*/
 width: 95px;/* width can be changed this sets the width of text and may go underneath*/
 text-align: left;
 text-decoration: none;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 margin-left:0px;
 color: #ffffff;
 background-color:#414141;
 text-indent: 4px;
 border: none;
}

A.mainMenuLink:hover{ /*hover background color*/
color: #fbd539;
}

A.mainMenuLinkSelected {
/*display: block;*/
width: 95px;/* width can be changed this sets the width of text and may go underneath*/
text-align: left;
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
margin-left:0px;
color: #fbd539;
background-color: #414141;
BORDER: none;
FONT-WEIGHT: bold;
text-indent: 4px;
}

A.mainMenuLinkSelected:hover {
color: #fbd539;
}
