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

body {
	background: #dedec6 url(Resources/bg-top.jpg) top center repeat-x;
	padding: 0;
	margin: 0;
	font-size: 78%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

/* STYLES */

h1 {
	font-size: 135%;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

p {
	line-height: 1.2em;
	margin-top: .8em;
	margin-bottom: .8em;
	}
	
.footer {
	font-size: 90%;
	}


/* MENU */

#menu {
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #FFFFFF;
	}
	#menu ul {
	  width: 100%;
	  padding: .3em 0 .2em 0;
	  margin: 0 0 0 0;
	  list-style-type: none;
	  }
	#menu li {
	  display: inline;
	  margin: 0;
	  }
	#menu a {
	  color: #ffffff;
	  text-decoration: none;
	  background-color: #946644;
	  padding: 0.3em 1em .2em 1em;
	  margin-left: 1px;
	  }
	#menu a:hover {
	  color: #FFFFFF;
	  background-color: #62604b;
	  }


/* TABLES */

#container {
	margin-top: 30px;
	padding: 0;
	width: 960px;
	}
	
#intro {
	border: 1px solid #9a998d;
	background-color: #c8c8b0;
	}

#features {
	border-left: 1px solid #9a998d;
	background-color: #d2cfa4;
	}

.line_bottom {
	background-color: #62604b;
	}
	.line_bottom img { /* adjusts the thickness of the line above the footer */
		height: 3px;
		}

/* DIVS */

#header {
	background-color: #FFFFFF;
	border-color: #9a998d;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	padding: 7px;
	}

#content {
	border: 1px solid #9a998d;
	height: 250px;
	background-color: #c8c8b0;
	}

#intro div {
	margin: 15px;
	text-align: justify;
	}



