html {
	min-height: 100%;
	margin-bottom: 1px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg-pine.gif);
}
#banner {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 126px;
	width: 720px;
	border: 0px none;
}
#nav {
	float: left;
	height: auto;
	width: 170px;
	margin: 0px;
	padding: 25px 0px 0px;
	background-image: url(images/bg-01.jpg);
	background-repeat: repeat-y;
}
#content {
	float: right;
	height: auto;
	width: 500px;
	margin: 0px;
	padding: 0px 25px 0px 0px;
}
#footer {
	margin: 0px;
	height: auto;
	width: 520px;
	border: 0px none;
	clear: both;
	padding-top: 25px;
	padding-bottom: 50px;
	padding-left: 200px;
	padding-right: 0px;
	font-size: x-small;
}
#main {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 720px;
	border: 0px none;
	background-image: url(images/bg-01.jpg);
}
#all {
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg-01.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 720px;
	padding-top: 0px;
	padding-bottom: 50px;
	margin-top: 5px;
	border: thin solid #000000;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
h1 {
	color: #003300;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CC9933;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	color: #A36841;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CC9933;
	font-size: 16px;
	font-weight: bold;
}


h3 {
	color: #003300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 14px;
	font-weight: bold;
}


a:link {
	color: #006600;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#errorpage {
	margin: 20px auto;
	padding: 20px;
	width: 700px;
	background-color: #FFFFFF;
}

a.blog:link {
	color: #FF0000;
	text-decoration: underline;
}
a.blog:visited {
	text-decoration: underline;
	color: #FF0000;
}
a.blog:hover {
	text-decoration: underline;
}
a.blog:active {
	text-decoration: none;
}
