body {
   background-image: url("images/background-woven-fabric.jpg");
   background-repeat: repeat;
   text-align: center;
   font-family: Palatino, "Palatino Linotype", "Book Antiqua", sans-serif;
   color: #322020; 
}

.root {
   margin: 0 auto;
   width: 800px;
   position: relative;
   text-align: left;
   border: solid black 1px;
   background-color: #ffffff;
}

.banner {
   background-image: url("images/banner.jpg");
   height: 115px;
}

.links {
   background-color: #76202A;
   width: 800px;
   height: 25px;
   position: relative;
   text-align: center;
}

.links a {
   color: #E9D4B5;
   text-decoration: none;
   font-size: 18px;
   padding-left: 20px;
   padding-right: 20px;
   padding-top: 3px;
   padding-bottom: 2px;
   position: relative;
   top: 3px;
}

.links a:hover {
   background-color: #98585E;
   color: #ffffff;
}

.content {
   background-color: #ffffff;
   background-image: url("images/gradient.png");
   background-repeat: no-repeat;
   background-position: top;
   padding: 15px;
   min-height: 400px;
}

.blue {
	background-color: #d5dff3;
}

.portrait {
	float: left;
	padding-right: 10px;
}

hr {
	width: 50%;
}

.bottom {
	font-size: .9em;
	margin: 0 auto;
	text-align: center;
	height: 20px;
	width: 800px;
	bottom: 5px;
	left: 0px;
}
