/*@import "layout.css";
@import url('layout.css');*/

body {
	background: #fff url(mainbg.gif) repeat-x bottom;
	margin: 0;
	padding: 0;
}

td, th {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}

.txtgreen {
	color: #34533B;
}

.txtquote {
	color: #666;
	font-size: 18px;
}

img.imgpad1 {
	margin: 0 20px 20px 0;
}

img.imgpad2 {
	margin: 0 0 20px 0;
}

a {
	color: #34533B;
}

a:hover {
	color: #4A7754;
}

h1 {
	color: #34533B;
	font: 16px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

table.wrapper {
	width: 700px;
	height: 100%;
	margin: 0 auto;
	border-left: 1px solid #D6EEC6;
	border-right: 1px solid #D6EEC6;
}

td.topbg {
	padding: 40px 30px;
	background: #fff url(topbg.jpg) no-repeat;
	vertical-align: top;
}

td.footer {
	padding: 14px 40px;
	background: #fff url(footerbg.gif) no-repeat center;
}

td.logo {
	padding: 20px 20px 0 20px;
}

td.nav {
	padding: 0 20px
}

td.content {
	padding: 30px 0 0 0;
}