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

* {
	margin:0;
	padding:0;
}
body {  
	background-color:#f4ede2;
	color:#343434;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	text-align:center;
	}
div#entire {
	margin: 0 auto;
	text-align:left;
}
div#header {
	text-align:center;
}
h1 {
	text-transform:lowercase;
	font-family:"Times New Roman", Times, Georgia, serif;
	color:#313131;
	font-weight:normal;
	font-size:28px;
	letter-spacing:1px;
	margin-top:50px;
}
h1 a:link, h1 a:visited {
	color:#313131;
	text-decoration:none;
}
h1 a:hover {
	color:#9d5d4d;
	text-decoration:none;
}
h3 {
	text-transform:lowercase;
	font-family:"Times New Roman", Times, Georgia, serif;
	color:#313131;
	font-style:italic;
	font-weight:normal;
	font-size:13px;
	letter-spacing:1px;
	margin-top:4px;
}
div.menu {
	color:#000;
	text-transform:uppercase;
	letter-spacing:4px;
	font-size:11px;
	font-weight:normal;
	margin-top:30px;
	font-family:"Times New Roman", Times, Georgia, serif;
	
}
.menu a, .menu a:visited {
	color:#000;
	text-decoration:none;
}
.menu a:hover {
	color:#9d5d4d;
	text-decoration:none;
}
div#content {
	line-height:20px;
}

/*//// Copyright and Credits //////*/

div.footer {
	font-size:10px;
	color: #888;
	line-height:12px;
	padding:15px 0 40px 0;
	text-align:center;
	}	
	
.footer a {
	color:#888;
	font-weight:normal;
	font-size:10px;
	letter-spacing:0;
	text-decoration:none;
}
.footer a:visited {
	color:#888;
	text-decoration:none;
}
.footer a:hover {
	color:#603f3e;
	text-decoration:none;
}