/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #D7D4C8 url(images/siteback.jpg) repeat-x top left;
	margin: 0px; 
	padding: 0px;
	text-align: center; 
}

div#siteheadback {
	width: 906px;
	background: url(images/siteheadback.jpg) no-repeat top center;
	margin: 0px auto 0px auto;
	text-align: center;
}

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
}

p, ul, li {
	font-size: 12px;
	color: #0D2927;
}

h1 {
	font-size: 18px;
	color: #34AD9F;
}
h2 {
	font-size: 14px;
	color: #000000;
	margin-bottom: -15px;

}

a {
	text-decoration: none;
}
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

table, td, th  {	
	border-collapse: collapse;
}

/* ----- Header ----- */

div#header {
	background: url(images/header1.jpg) no-repeat top left;
	width: 786px;
	height: 124px;
	padding: 0px;
	margin: 0px auto 0px auto;
	text-align: center;
	position: relative;
}

div#anime {
	position: absolute;
	width: 188px;
	height: 76px;
	top: 26px;
	left: 48px;
	text-align: left;
	vertical-align: top;
}
	
/* ----- Main Nav ----- */

div#navbox {
	width: 786px;
	height: 45px;
	padding: 0px;
	margin: 0px auto 0px auto;
	position: relative;
}

ul#mainnav {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	width: 770px;
}

ul#mainnav li {
	float: left;
	display: inline; 
	list-style: none;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 10px;
	color: #006600;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	display: block;
	border-top: 1px dashed #E8E3DE;
	border-bottom: 1px dashed #E8E3DE;
	padding: 5px 19px 5px 19px;
}
ul#mainnav li a:hover {
	background: url(images/linkback.jpg) repeat-x bottom left;
	border-top: 1px dashed #E8E3DE;
	border-bottom: 1px dashed #E8E3DE;
	color: #2B6FA3;
}
ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: url(images/linkback.jpg) repeat-x bottom left;
	border-top: 1px dashed #938878;
	border-bottom: 1px dashed #938878;
	color: #853120;
}

/* ----- Body ----- */

div#wraper {
	width: 786px;
	background: #C8D6D7;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px auto 0px auto;
	text-align: center;
}
div#underwraper {
	background: url(images/header2.jpg) no-repeat top center;
}

table#container {
	width: 786px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

table#container td {
	vertical-align: top;
	color: #A99685;
}

td#sidebar {
	width: 160px;
}

td#sidebar p {
	font-size: 10px;
	color: #0D2927;
	text-decoration: none;
	text-transform: uppercase;
	text-align: right;
	width: 150px;
	border-bottom: 1px dashed #D6C2A4;
	padding: 5px 15px 5px 5px;
}

td#sidebar .img {
	border: 1px #000000 solid;
	margin: 10px 0px 10px 0px;
	text-align: center;
}


.bodycopy {
	vertical-align: top;
	padding: 20px 10px 10px 20px;
}

/* ----- Footer ----- */
div#footer {
	background: url(images/footer.jpg) no-repeat top center;
	width: 785px;
	height: 56px;
	text-align: center;
	margin: 0px auto 0px auto;
	padding-top: 20px;
}
div#footer p {
	padding: 15px 0px 0px 0px;
	text-align: center;
}
div#footer a {
	padding: 20px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #624124;
}

div#footer a:hover, div#footer a:active {
	color: #000000;
}
div#footer {
	color: #B22808;
}

div#copyright {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#copyright a:link, div#copyright a:visited {
	
}
/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
}
img.right {
	float: right;
	margin: 0px 15px 15px 15px;
}
clear {
	clear: both;
}

.center {
	text-align: center;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.indent {
	margin-left: 10px;
}
