html, body, form, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}

html {
   scrollbar-base-color:#b04b40;
   scrollbar-track-color: #FFC0C0;
}

h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #FF6600;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}

}
.clear {
	clear: both;
}

div#pageSetup{
width:752px;
margin:auto;
position: relative;
}

div#header
{
height: 133px;
padding-left:29px;
padding-right:20px;
background: #7C0000;
}

div#header_img{
height:66px;
padding-top:47px;
background: bottom left url(images/menu_h.jpg) no-repeat;
}

div#d_line{
padding-top:10px;
background: bottom left url(images/divider.gif) repeat-x;
}

div#menu{
height:27px;
background: #7C0000;
}

div#menu_top{
height:1px;
background: #7C0000 top left url(images/m_h_div.gif) repeat-x;
}

div#menu_bot{
padding-top:0;
height:1px;
background: #7C0000 top left url(images/m_h_div.gif) repeat-x;
}

body {
	
	background: url(images/grad_bkg.jpg) repeat-x;
}

#nav ul {
  list-style: none;
  padding-left:38px;
}

#nav li{
    display: inline;
    font-size: 0.7em;
    padding-right:23px;
}



#nav li a{

    font-family:garamond;
	font-weight:bold;
    text-decoration: none;
    color:#fff;
    line-height: 1.8em;
}

#nav li a:hover, #nav li a:active {
    color:#FFFF99;
}

div#all_contents{
padding-top:80px;
background: #7C0000;
}

div#contents{
width:700px;
height:600px;
overflow:auto;
}

#contents ul{
padding-left:50px;
}

#contents li{
	font-family:garamond;
	text-decoration: none;
    color:#FFFFCC;
    line-height: 1.8em;
}

#contents h2{
color:#FFFF99;
padding-left: 15px;
}

span#chef{
   background: bottom left url(images/arr.gif) no-repeat;
   float: left;
}

p#menu_decsrpt{
font-family: Helvetica, sans-serif;
font-size:0.8em;
font-style:italic;
color:#FFFFFF;
margin-top:0.1em;
margin-bottom:0.5em;
}

p#news{
font-family: Helvetica, sans-serif;
font-size:1.0em;
font-style:normal;
color:yellow;
padding:3px 3px 3px 10px;
}


div#dwnload{
  position:absolute;
  top:160px;
  height:50px;
  left: 10px;
  width:200px;
  color:#FFFFFF;
}


/** footer **/

#footer {
  height: 40px;
  text-align: center;
  background: #7C0000 url(images/divider.gif) repeat-x;
  padding: 20px 20px 10px 20px;
  text-align: center;
  font: 11px arial, sans-serif;
  color: #F4C389;
}
#footer li {
  list-style: none;
  display: inline;
}
#footer a {
  color: #E49E6F;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
