
html {
	margin: 0;
	padding: 0;
}

body {
	background-color: black;
	background-image: url("../images/bg.jpg");
	background-position: center top;
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}

img {
	border-width: 0;
	display: block;
}


#rootcontainer {
	margin: 0 auto 0 auto;
	/* padding: 46px 0 0 0;
	width: 640px; */
	/* padding: 46px 0 46px 0; */
	padding: 0;
	width: 720px;
}

#rootcontainer .shadowhead {
	background-color: transparent;
	background-image: url("../images/shadow_top.png");
	background-position: center top;
	background-repeat: repeat-y;
	height: 56px;
}

#rootcontainer .shadowbody {
	background-image: url("../images/shadow_repeater.png");
	background-position: center top;
	background-repeat: repeat-y;
	padding: 0 40px 0 40px;
	width: 640px;
}

#rootcontainer .shadowfoot {
	background-color: transparent;
	background-image: url("../images/shadow_bottom.png");
	background-position: center top;
	background-repeat: repeat-y;
	height: 56px;
}

#logo {
	background-color: black;
}

#logo embed {
	display: block;
}

#logo img {
	float: left;
}

#logo #logoimg {
	clear: left;
	float: none;
}

#navigation {
	background-color: #8ca56c;
	background-image: url("../images/nav/nav_bg.jpg");
}

#navigationView {
	background-color: #80955D;
	overflow: auto;
}


#navigation table {
	margin: 0 auto 0 auto;
}

#navigationView table {
	margin: 0;
}

#navigation table td,
#navigationView table td {
	padding: 0;
}

#navigation a,
#navigationView a,
#navigation a img,
#navigationView a img {
	display: block;
}

#navigation a img,
#navigationView a img {
	border-width: 0;
}

#body {
	background-color: #edece7;
	font-family: Arial, sans-serif;
	/* padding-bottom: 1em; */
}

#body a {
	color: #646f47;
}

#body ul {
	margin-top: 0;
	margin-bottom: 0;
}

#body ul li {
	padding-bottom: 1em;
}

#body div.padded {
	/* optional padding for text pages */
	padding: 1em;
}


/* Below the nav */
#footer {
	background-color: #80955C;
	font-family: sans-serif;
	padding: 1em 0 1em 0;
	text-align: center;
}

#footer h1 {
	color: #505439;
	font-family: "Times New Roman", serif;
	font-size: 1.7em;
}
