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

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #666666;
	background-image: url(../images/wood.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
#Content {
	padding: 0;
	width: 1000px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header {
	background-color: #DDDDDD;
	background-image: url(../images/header2.jpg);
	height: 262px;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
#mainContent {
	background-color: #FFFFFF;
	background-image: url(../images/mid.jpg);
	background-repeat: repeat-y;
	padding-top: 0;
	padding-right: 60px;
	padding-bottom: 0;
	padding-left: 60px;
}
#contents {
	text-align: justify;
	padding: 0px;
	font-size: 10pt;
	}
#footer {
	background-color: #DDDDDD;
	background-image: url(../images/footer.jpg);
	height: 115px;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#contents p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
a:link {
	color: #3D332A;
}
a:visited {
	color: #21170E;
}
a:hover {
	color: #600;
}
a:active {
	color: #600;
}
#footer_layout1  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-size: 11px;
	text-align: center;
}
#footer_layout2 {
	margin: 0;
	font-size: 11px;
	text-align: center;
	padding: 0px;
}
