body {
	margin: 0;
	border: none;
	padding: 0;
	background-color: #ffffff;
}

#Content_layout {
	background-color: #332613;
	height: 100%;
	width: 100%;
	padding: 0;
	background-image: url(imagesd/background.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
}
#Information_layout {
	color: #F5EAE6;
	background-color: #826A60;
	height: 100%;
	width: 1019px;
	padding: 0;
	font-size: 22px;
	text-align: center;
	padding: 0 20px;	
}

.white{
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

#Content_layout #Table_01 tr td #Information_layout table tr td {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 22px;
	color: #F5EAE6;
	
}
 p {
	color: #F5EAE6;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 22px;	
	text-align: left;
}

h1 {
	color: #F5EAE6;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: left;
	font-size: 22px;
	background-color: #71564a;
	width: 100%;
	padding: 5px;
	border-bottom: 4px double #F5EAE6;
}
h2 {
	color: #F5EAE6;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: left;
	font-size: 18px;
	background-color: #775d52;
	width: 100%;
	padding: 5px;
	border-bottom: 2px solid #F5EAE6;
}
.Contentbox {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
}

td.botnav {
	color: #f5eae6;
	background-color:#282828;
	font-size: 12px;
	padding-top: 10px;
	border: 1px solid #f5eae6;
	margin: 0;
	letter-spacing: .2em;
	
}
a:link {
	color: #f5eae6;
	text-decoration: underline;

}
a:visited {
	color: #f5eae6;
	text-decoration: underline;

}
a:hover {
     color: #ff0000;
	 text-decoration: none;

}
a:active {
	color: #f5eae6;
	text-decoration: underline;

}
td.botnav a:link,td.botnav a:visited ,td.botnav a:hover,td.botnav a:active {
	color: #f5eae6;
	text-decoration: none;
}
td.botnav a:hover {
	 color: #5699ea;
	 text-decoration: underline;
}