body {
	margin: 0 0 30px 0;
	background: url(../imgs/page_bg.jpg) repeat-x top;
	background-color: white;
}
.ecom {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}


/* general */
table#layout {
	width: 765px;
	border: 0;
	border-collapse: collapse;
}
/* header */
td#seText {
	text-align: right;
	font-family: arial, tahoma, verdana;
	font-size: 10px;
	color: white;
	margin: auto;
	padding: 0 20px 0 0;
	text-align: right;
	height: 25px;
	border: 0;
	border-collapse: collapse;
}
#topNav {
	background: url(../imgs/topnav_bg.gif) no-repeat top;
	border: 0;
	padding: 7px 20px 6px 0;
	border-collapse: collapse;
	font-family: georgia;
	font-size: 14px;
	color: black;
	text-align: right;
	vertical-align: middle;
}
#topNav a {
	font-family: georgia;
	font-size: 14px;
	color: black;
	text-decoration: none;
	text-align: right;
	margin: 0 3px 0 3px;
}
#topNav a:hover {
	font-family: georgia;
	font-size: 14px;
	color: #7FB54E;
	text-decoration: underline;
	text-align: right;
	margin: 0 3px 0 3px;
}
#header {
	background: url(../imgs/table_bg.jpg) no-repeat top;
	border: 0;
	padding: 23px 0 14px 30px;
	border-collapse: collapse;
	width:765px;
}
#header img {
	border: 0;
	vertical-align: top;
}
#header img#logo {
	border: 0;
	vertical-align: middle;
	margin: 40px 0 0 16px;
}

/* left column */
#leftCol {
	vertical-align: top;
	width: 175px;
	padding: 20px 10px 20px 25px;
}
img.sep {
	display: block;
	margin: 20px auto 20px auto;
	text-align: center;	
}

/* content */
#content {
	font-family: georgia;
	vertical-align: top;
	width: 525px;
	padding: 0 20px 40px 10px;
	background: url(../imgs/lotus.jpg) no-repeat bottom;
	font-size: 14px;
}
#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 16px;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7C5612;
	margin-left: 30px;
	font-size: 20px;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #7FB54E;
	margin-top: 15px;
}
#content p {
	line-height: 25px;
}

/* footer */
#footer {
	border: 1px solid #CCCCCC;
	padding: 20px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #181D15;
}
#footer a {
	font-family: georgia;
	font-size: 10px;
	color: #181D15;
}

/* links */

a:link {
	color: #7C5612;
}
a:visited {
	color: #339900;
}
a:hover {
	color: #7C5612;
	text-decoration: underline;
}
a:active {
	color: #7C5612;
}
.news {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
}

.frameright {
	float:right;
	margin-left: 15px;
	border: 1px solid #000000;
}	

.frameleft {
	float:left;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #000000;
}	

