body {
min-width: 800px;
max-width: 1100px;
margin : auto;
padding : 0;
font : 80% helvetica, "Trebuchet MS", arial, sans-serif;
background : #fffff0;
line-height : 1.5em;
border : 1px solid #885835;
color : #333;
}

.main-table {
width: expression(document.body.clientWidth > 1101? "1100px": "auto");
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
background : #fffff0;
}
			/*TOP BANNER*/
#header {
height : 90px;
margin-top : 0;
padding : 0;
background : #fdd017 url(../image-files/hcs-logo-v4.gif) no-repeat;
color : #555;
}
			/*TOP NAVIGATION*/
#topnav ul {
padding : 0.5em 0;
margin : 0 0 5px 0;
list-style-type : none;
background : #885835;
color : #fff;
text-align : center;
font-weight : bold;
}

#topnav li {
display : inline;
}

#topnav li a, #topnav a:visited {
text-decoration : none;
background : #885835;
color : #fff;
padding : 0.5em 1.3em;
border-right : 1px solid #fff;
}

#topnav a:link.active, #topnav a:visited.active, #topnav a:hover {
text-decoration : none;
background : #fdd017;
color : #000;
}
			/*3 COLUMNS*/
#gutter {
float : left;
width : 2%;
height : 1px;
}

#col1 {
float : left;
width : 15%;
margin-top : 1em;
margin-bottom : 1em;
}

#col2 {
float : left;
width : 45%;
margin-left : 2%;
margin-top : 1em;
margin-bottom : 1em;
border-left : 1px solid #885835;
padding-right : 2%;
padding-left : 2%;
}

#col3 {
float : right;
width : 30%;
margin-right : 0;
margin-top : 1em;
margin-bottom : 1em;
padding-right : 1%;
text-align : center;
}
			/*RIGHT NAVIGATION*/
#navcontainer ul {
margin : 0;
padding : 0;
list-style-type : none;
background : #fffff0;
color : #666;
text align : left;
}

#navcontainer ul li a {
color : #885835;
background : transparent url(http://www.homemade-chinese-soups.com/support-files/img/list-off-orange.gif) no-repeat left center;
text-align : left;
font : 12px "Lucida Grande", "Lucida Sans Unicode", lucida, sans-serif;
text-decoration : none;
}

#navcontainer ul li a:hover {
color : #f17327;
background : transparent url(http://www.homemade-chinese-soups.com/support-files/img/list-on-orange.gif) no-repeat left center;
}

#navcontainer ul li a#current {
background : transparent url(http://www.homemade-chinese-soups.com/support-files/img/list-active.gif) no-repeat left center;
color : #000;
}

.hanging-indent{
text-indent: -10px;
padding-left: 10px;
}




			/*FOOTER*/
#footer {
clear : both;
height : 40px;
background : #885835;
border-top : 5px solid #885835;
color : #fff;
padding : 0.2em 0 0 0.5em;
text-align : left;
}
#footer a {
color : #fff;
background : inherit;
}
#footer a:hover {
color : #000;
background : inherit;
}
			/*TYPOGRAPHY*/
h1 {
padding : 0.5em 0 0.5em 0;
line-height : 1.2em;
text-align : center;
font-size : 2em;
color : #885835;
background : inherit;
}

h2 {
margin-top : 0;
padding-top : 1em;
font-size : 1.5em;
color : #885835;
background : inherit;
}

h3 {
margin-top : 0;
font-size : 1em;
text-align : left;
color : #885835;
background : inherit;
}

blockquote {
font-weight : bold;
color : #b29b35;
}
			/*LINKS*/
a {
text-decoration : none;
color : #006699;
background : inherit;
}

a:hover {
text-decoration : underline;
color : #444;
background : inherit;
}

a img {
border : 0;
}
			/*IMAGES*/
.myimage {
float : left;
padding : 10px;
border : 0px solid #aaa;
margin-right : 10px;
}
.myimage2 {
float : right;
padding : 10px;
border : 0px solid #aaa;
margin-left : 10px;
}