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

html { 	height: 100%; }
/*body { 	background-color: #212121; margin: 0px; padding: 0px;  }*/
body { 	margin: 0px; padding: 0px; background-image: url(images/background-marble.jpg); background-repeat: repeat; background-position: center top; }

img { border: none; }

h3 { font-size: 18px; font-weight: bold; color: #003a38; margin: 0px; }

.text-style1 {
	font: "Times New Roman", Times, serif;
	font-size: 16px;
	color: black;
	padding: 0px 0px 0px 0px;
}
.text-style1 a { color: #770037; font-weight: bold; font-size: 16px; text-decoration: none; }
.text-style1 a:link, a:visited {color: #770037; } /* unvisited link */
.text-style1 a:hover, a:active {color: #770037; }   /* mouse over link */

.image-title { font-size: 14px; font-style: italic; }

#page-wrapper { width: 1014px; margin: 0 auto; background-image: url(images/body-shadow.png); background-position: center top; background-repeat: repeat-y; }
#header { width: 1000px; height: 317px; margin: 0 auto; background-color: white; }
#navigation { width: 1000px; height: 80px; background-color: #130a02; margin: 0 auto; }
#content { width: 1000px; background-color: white; margin: 0 auto; }
#footer {
	width: 1000px;
	background-image: url(images/footer.jpg);
	height: 200px;
	margin: 0px auto;
}
