@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6f7d1c;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6f7d1c;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F200C;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6f7d1c;
}

#nav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0C0B07;
	font-weight: bold;
}
#nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CAAE27;
	font-weight: bold;
}
#nav a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FEFE8C;
	font-weight: bold;
}

body {
	background-color: #adc347;
	background-image: url(images/bg-bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
div#top-bg{
	background-image: url(images/bg-top.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
div#subtop-bg{
	background-image: url(images/bg-top2.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
div#containter {
	margin-left: auto; 
	margin-right: auto;
	width: 50em;
	text-align: left;
}

div#top{
	background-image: url(images/top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 481px;
	width: 1100px;
	position:
}
div#subtop{
	background-image: url(images/top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 242px;
	width: 1100px;
	position:
}
div#content{
	text-align: left;
	width: 1100px;
	height: 100%;
}
div#footer{
	background-image: url(images/footer2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 192px;
	width: 1100px;
}
#blog-top{
	background-image: url(images/blog-01.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 1100px;
}
input {
	background-color: #c6e464;
	border-width: 1px;
	border-style: dashed;
	border-bottom-color: #6f7d1c;
	border-left-color: #c6e464;
	border-right-color: #c6e464;
	border-top-color: #c6e464;
	height: 15px;
	text-align: center;
	font-size: 11px;
	font-style: italic;
	color: #903b0e;
}
