/* CSS Document */

* {margin: 0;
   padding: 0;}
   
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #7eab43;
}

#main {
	background-image: url(images/header.jpg);
	height: 150px;
	width: 741px;
	background-color: #452F13;
	background-repeat: no-repeat;
	background-position: right top;
	margin: auto;
}

#linkbar {
	background-image: url(images/main.jpg);
	width: 741px;
	background-repeat: repeat-y;
	margin: auto;
}

#top_content {
	background-image: url(images/main.jpg);
	
	width: 741px;
	background-repeat: repeat-y;
	margin: auto;
	padding-bottom: 60px;
}

#main_content {
	background-image: url(images/main.jpg);
	width: 741px;
	background-repeat: repeat-y;
	font-size: 13px;
	margin: auto;
}

#footer {
	background-image: url(images/footer.jpg);
	width: 621px;
	height: 70px;
	padding-top: 40px;
	font-size: 11px;
	padding-left: 120px;
	margin: auto;
	background-repeat: no-repeat;
}

p {
	padding-bottom: 6px;
	padding-top: 6px;
	padding-right: 25px;
	padding-left: 50px;
	color: #FFFFFF;
	
}

h1 {
	padding-top: 50px;
	padding-right: 60px;
	font-size: 36px;
	font-family: "Another Typewriter";
	color: #C6DF96;
	text-align: right;
}

h2 {
	padding-top: 0px;
	padding-left: 0px;
	color: #b3b79b;
	font-size: 12px;
	font-style: italic;
	font-family: "Courier New", Courier, monospace;
}

h3 {
	font-size: 17px;
	color: #8D926A;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	font-family: "Courier New", Courier, monospace;
}

blockquote {
	margin-left: 45px;
	margin-right: 45px;
	font-size: 12px;
	padding: 5px 6px 6px;
	font-style: italic;
	color: #FFFFFF;
}

#navcontainer ul
{
	padding: 16px 0 2px;
	list-style-type: none;
	color: #006633;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
}

li { display: inline; }

li a
{
text-decoration: none;
color: #666666;
padding: .2em 1em;
}

#active
{
background-color: #ff9341;
}

a
{
text-decoration: none;
color: #6699FF;
}

a:hover
{
color: #669999;
}

a:visited
{
color: #CC6600;
}
.magnify
{
	cursor: default;
	list-style: none;
	text-align: center;
}
.magnify a
{
	cursor: default;
}

.magnify a .preview
{
	display: none;
}

.magnify a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.magnify img
{
	background: #c5df96;
	/*border-color: #aaa #ccc #ddd #bbb;*/
	border-color: #669999;
	border-style: solid;
	border-width: 1px;
	color: #669999;
	padding: 2px;
	vertical-align: top;
	width: 108px;
	height: 80px;
}

.magnify li
{
	background: #c5df96;
	/*border-color: #ddd #bbb #aaa #ccc;*/
	border-color: #669999;
	border-style: solid;
	border-width: 1px;
	color: #669999;
	display: inline;
	float: right;
	margin: 3px;
	padding: 5px;
	position: relative;
	float: right;
	margin-right: 10px;	
}

.magnify .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}
table
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: center;
}