body {
	background-image: url("/images/bg-txt.gif");
	background-repeat: repeat;
	font: 80%/155% "Lucida Grande", Tahoma, Arial, sans-serif;
	line-height: 130%;
	color: #2E3092;
}

h2 {
	background-color: #e0e0e0;
	padding: .25em;
}

#page {
	width: 760px;
	background: #fff;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 2em;
	border: 1px solid #aaa;
	min-width: 750px;
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
	height: 1%;
}

#nav {
	float: left;
	width: 180px;
	border-right: 1px dashed #638d34;
}

#nav ul {
	color: #fc0;
	list-style: none;
}

#nav img {
	border: 1px solid #666;
	margin-left: 6px;
}

#nav a {
	display: block;
	margin: 0;
	padding: .5em;
	text-decoration: none;
}

#nav a:link,#nav a:visited {
	color: #638D34;
}

#nav a:hover {
	background: #eee;
}

#subscribe h4{
	color: #666;
}

#subscribe p {
	color: #999;
}

#content {
	margin-left: 180px;
	padding-left: 25px;
}

.hero {
	border-top: 1px solid #638D34;
	border-bottom: 1px solid #638D34;
}

#footer {
	padding-top: 2em;
	padding-bottom: 1em;
	font-size: x-small;
	text-align: right;
	color: #666;
}


