@charset "utf-8";
/* CSS Document */

* {
	border:none 0px;
	margin:0px;
	padding:0px;
	border-collapse:collapse;
}
.container {
	width: 926px;
	margin-right: auto;
	margin-left: auto;
}

a, a:visited{
	color:#990000;
	text-decoration:none;
}

a:hover {
	color:#996600;
}
body {
	background-color: #6d802d;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.header {
	height: 111px;
	margin-top: 10px;
	background-image: url(images/header.jpg);
}
.main {
	background-color: #49561e;
	/* background-image: url(images/bgpic1.jpg); */
	background-repeat: no-repeat;
	background-position: top;
	min-height: 465px;
	width: 926px;
}
.nav {
	float: right;
	margin-top: 108px;
	margin-right: 5px;
}
.content {
	float: right;
	min-height: 300px;
	width: 484px;
	margin: 30px 20px;
}
.text {
	background-color: #fff9df;
	padding: 0 10px;
	text-align:left;
	font-size:12px;
	line-height:17px;
	margin-top:-3px;
}

.entry p {
	padding: 5px 0;
}

.entry td{
	padding:5px;
}
.entry textarea{
	width:100%;
}
.entry .wpcf7 {
	padding:5px;
}
.clear {
	clear: both;
}
.footer {
	height: 28px;
	width: 926px;
	background-color: #181a06;
	background-image: url(images/footer.jpg);
	margin-bottom: 20px;
	padding-top: 60px;
	color: #ddd;
}
.nav li {
	line-height: 1em;
	display: inline;
	list-style-image: none;
	list-style-type: none;
	margin: auto 5px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
/* End Entry Lists */