body
{
	margin: 20px;
        padding: 0px;
	font-family: georgia, trebuchet ms, verdana, arial, helvetica, sans-serif;
        font-size:100%;
        color: #966F33;
        background: url('images/gingham_brown2.gif');
        background-repeat: on;	
}
	
}
#header {
	height: 120px;
     padding: 0px;
     border-style: solid;
     border-left-style: none;
     border-right-style: none;
     border-width: 5px;
     border-color: #966F33;
     text-align: center;
     background-image: url("images/logo-bar.gif");
     background-position: center;
     background-color: white;
}

#header2 {
     background-color: white;
     padding: 10px;
     font-size: x-large;
     font-style: italic;
}

#navlist {
     margin: 0;
     padding: 25px;
     text-align: center;
        
}

#navlist li {
list-style: none;
display: inline;
border: 1px dotted #966F33;
border-top: none;
border-bottom: none;
}

#navlist li a {
color: #99CCFF;
font-weight: bold;
padding: .2em 1em;
text-decoration: none;
}

#navlist li a:hover {
color: #FF99FF;
background-color: none;
}

#navlist2 {
     margin: 0;
     padding: 10px;
     text-align: center;
        
}

#navlist2 li {
list-style: none;
display: inline;
border: 1px dotted #99CCFF;
border-top: none;
border-bottom: none;
}

#navlist2 li a {
color: #966F33;
font-weight: bold;
padding: .2em 1em;
text-decoration: none;
}

#navlist2 li a:hover {
color: #FF99FF;
background-color: none;
}


.active {
background-color: none;
color: #99CCFF;
font-weight: bold;
font-style: italic;
padding: .2em 1em;
}

#contentBODY {
     background-color: white;
     margin-left: 100px;
     margin-right: 100px;
     padding: 5px;
     text-align: center;
}

#contentWelcome {
     background-color: 000000;
     color: darkblue;
     margin-left: 5px;
     margin-top: 5px;
     margin-bottom: 5px;
     padding: 20px;
     text-align: center;
     height: 100%;
}

#content {
     text-align: center;
     margin-top: 5px;
     height: 100%;
     background: none;
}
#orderList {
     text-align: left;
     margin-top: 5px;
     height: 100%;
}

#footer {
     width: 100%;
     padding: 5px 10px;
     border-top: 1px solid #966F33;
     margin-top: 10px;
     text-align: left;
     background: none;
     background-color: none;
}

#center {
     align: center;
}

.tableWelcome {
     text-align: center;
     font-size: large;
     background-color:white;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

IMG
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
TABLE
{
	border: 0;
}


.header
{
	font-size: 1.5em;
	text-align: center;
	font-variant: small-caps;
}

      
img.centered {display: block;
margin-left: auto;
margin-right: auto;}
