@charset "utf-8";
body {
	background-color: #000;
	font-size: 10px;
	text-align: center;
	color: #FAD403;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin: 0;
	background-image: url(images/Texture_brown_045.jpg);
	background-attachment: fixed;
}
h1 {
	font-size: 15px;
	color: #AD9035;
	background-color: #000;
}
h2 {
	font-size: 15px;
	font-weight: normal;
}
h3 {
	font-size: 14px;
	color: #603;
}
h4 {
	font-size: 10px;
	color: #BB6826;
}
h5 {
	font-size: 15px;
	color: #000;
	font-weight: bold;
}
.table_outer {
	width: 100%;
}
.table_navbar {
	width: 100%;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: ridge;
	border-bottom-style: ridge;
	border-top-color: #FAD115;
	border-right-color: #FAD115;
	border-bottom-color: #FAD115;
	border-left-color: #FAD115;
}
.table_shell {
	width: 650px;
}
#table_content {
	width: 600px;
	color: #000;
	height: 475px;
	border-collapse: collapse;
	text-align: center;
	background-image: url(images/tuscan1.gif);
	font-size: 11px;
	background-repeat: repeat;
}
#table_privacypolicy {
	width: 800px;
	color: #000;
	height: 475px;
	text-align: left;
	font-size: 12px;
	background-color: #FFF;
}
#table_contentno {
	width: 600px;
	color: #000;
	height: 475px;
	border-collapse: collapse;
	text-align: center;
	font-size: 11px;
	background-color: #FFF;
}

#table_contact {
	width: 500px;
	color: #000;
}
.text_button {
	border: 3px outset #333;
	background-color: #000;
	color: #FAD403;
	font-size: 11px;
}
.text_field {
	border: 2px inset #333;
	background-color: #000;
	color: #D7B352;
}
.tuscan {
	background-image: url(images/tuscan2.jpg);

}
.black {
	background-color: #000;


}
.orange {
	font-weight: bold;
	color: #603;
	background-color: #AB8F35;


}



a:link {
	color: #FAD403;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FAD403;
}
a:hover {
	text-decoration: none;
	color: #772A18;
}
a:active {
	text-decoration: none;
	color: #FAD403;
}
.center a:link {
	color: #8B2C00;
	text-decoration: none;
}
.center a:visited {
	text-decoration: none;
	color: #8B2C00;
}
.center a:hover {
	text-decoration: none;
	color: #000;
}
.center a:active {
	text-decoration: none;
	color: #8B2C00;
}
