﻿html {
	background: #F3F4E4 url(../images/page/grid-bg.gif) top center repeat;
}
body {
	margin: 0;
	padding: 0;
	background: url(../images/page/page-bg.gif) top center repeat-y;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#container {
	margin: 0 auto;
	width: 700px;
}
#header {
	background: url(../images/headers/01home.jpg) top center no-repeat;
}
#nav {
	vertical-align: top;
	width: 146px;
	background-color: #779555;
}
#content {
	vertical-align: top;
	background-color: #FFFFFF;
	padding: 20px 10px;
}
#content h1 {
	margin: 0;
	padding: 0;
	font-size: 32px;
	line-height: 32px;
	color: #224A07;
	font-style: italic;
}
#content h6 { /*shadow*/
	margin: 0 0 -34px 1px;
	padding: 0;
	font-size: 32px;
	line-height: 32px;
	color: #D3D3D3;
	font-style: italic;
}
#content h2 {
	font-size: 12px;
	margin: 10px 0;
	width: 500px;
	padding: 5px 10px 6px;
	background: #B3C39E url(../images/page/h2-tip.png) top left no-repeat;
	behavior: url(/src/iepngfix.htc);
}
#content p {
	margin: 12px 0;
}
#footer {
	background-color: #224A07;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 12px;
	padding: 7px 5px;
}
#footer a {
	color: #FFFFFF;
}
a {
	color: #006633;
}
img {
	behavior: url(/src/iepngfix.htc);
}