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

body {
	background-image:url(images/wood_background.jpg);
}

div#container {
	width: 900px;
	margin: 0px auto;
	padding: 5px 30px 20px 30px; 
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color: #fff;
	border: 5px solid #666;
}

div#slider-border {
	width: 900px;
	height: 425px;
	margin: 0px auto;
	background-color: #300;
	padding: 10px;
	position: relative;
	right: 9px;
}

h1 a:link {color: #300; text-decoration: none;}      /* unvisited link */
h1 a:visited {color: #300; text-decoration: none;}  /* visited link */
h1 a:hover {color: #000; text-decoration: none;}  /* mouse over link */
h1 a:active {color:#000; text-decoration: none;}  /* selected link */

h2 {
	font-style: italic;
	font-size: 16px;
	color: #666;
	position: relative;
	bottom: 20px;
}

div.pg-hd {
	text-align: center;
	font-style: italic;
	font-weight: 700;
	font-size: 20px;
	color: #300;
	border-bottom: 1px dotted #666;
	border-top: 1px dotted #666;
	padding: 5px;
	margin-top: 10px;
}
	