body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 90%;
	background-color: #fdd017;
	margin: 10px 10px 10px 10px;	
}

#header {
	background: #ffffff URL(http://www.homemade-chinese-soups.com/images/hcs-logo-v1.gif) no-repeat center;
	height: 90px;
}

#navigation1 {
	position: absolute;
	background-color: #ffffff;
	left: 10px;
	top: 101px;
	width: 180px;
	text-align: center;
}

#navigation2 {
	position: absolute;
	background-color: #ffffff;
	right: 10px;
	top: 101px;
	width: 200px;
	text-align: center;
}


#content {
	margin: 1px 201px 11px 181px;	
	background-color: #ffffff;
	padding:2.5em;
}	

#footer {
	float: bottom;	
	text-align: center;
}

.center {
	text-align: center;
}


p {
	line-height: 1.2em;
}

h1 {
	color: #000;
	font-size: 2em;
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0.25em;
	font-family: "tempus sans itc",verdana, helvetica, sans-serif;
	text-align: center;
}

	
h2 {
	color: #000;
	font-size: 1.8em;
	font-family: "tempus sans itc",verdana, arial, helvetica, sans-serif;
	padding: 0.25em;
}

h3 {
	color: #000;
	font-size: 1.25em;
	padding: 0.25em;
}

img {
	margin: 0 0 0 0;
}



.right {
	float: right;
	margin: 1px 1px 20px 30px;
}


.left {
	float: left;
	margin: 0px 30px 20px 0px;
}


a:link {
	color: #000099; 
	text-decoration: underline;
}

a:active {
	color: #ff0000; 
	text-decoration: underline;
}

a:visited {
	color: #990099; 
	text-decoration: underline;
}


ul {
	list-style-type: disc; 
	list-style-position: outside;
}


ol {
	list-style-type: decimal; 
	list-style-position: outside;
}

li {
	color: #000; 
}

table {
	border-style: solid;
	border-width: 0;
	border-color: #000;
}

td {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
}


.red {
	font-color: red;
}

.padding {
	padding: 1em;
}

.caption {
	color: #000;
	font-size: 0.8em;
}