body {
	background-color: #fff7bd; 
	margin: 0; padding: 0; 
	text-align: center; 
	font-family: 'trebuchet ms';
	font-size: 13px;
	color: #413b17;
	text-shadow: 1px 1px 1px #d5d2bb;
	filter: dropshadow(color=#d5d2bb, offx=1, offy=1);
	background-image: url('bg.png');
	background-attachment: fixed;
}  

#container {
 	width:920px;
	padding: 0px;
	margin: 0 auto;
}   

#title, #title a:link, #title a:visited, #title a:hover, #title a:active {
	font-family: 'Pacifico', cursive;
	font-weight: normal;
	font-size: 70px;
	letter-spacing: 2px;
	text-transform: lowercase;
 	padding: 0px;
	width:100%;
	color: #85b9a3;
 	text-align: center;
	text-shadow: 1px 1px 1px #95cfb7;
	filter: dropshadow(color=#95cfb7, offx=1, offy=1);
}   

#links {
 	padding: 0px;
 	width: 100%;
 	text-align: center;
}  

#content {
 	padding: 10px;
 	width: 890; 
	line-height: 20px;
	background-color: #e4dca9; 
	-moz-border-radius: 15px;
	border-radius: 15px; 
 	text-align: justify;
	margin: 10px auto 0 auto;
	-webkit-box-shadow: 1px 1px 1px 1px #d7d593;
	-moz-box-shadow: 1px 1px 1px 1px #d7d593;
	box-shadow: 1px 1px 1px 1px #d7d593;
}  

#footer {
	clear: both;
	text-align: center;
	background-color: #e4dca9; 
	-moz-border-radius: 10px;
	border-radius: 10px; 
 	width:900px;
 	padding: 10px;
	margin: 10px auto 0 auto;
	-webkit-box-shadow: 1px 1px 1px 1px #d7d593;
	-moz-box-shadow: 1px 1px 1px 1px #d7d593;
	box-shadow: 1px 1px 1px 1px #d7d593;
}  

a:link, a:active, a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #60b99a;
	text-decoration: none;
	cursor: default;
	font-weight: bold;
	letter-spacing: 1px;
}
a:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #d3ce3d;
	text-decoration: none;
	cursor: default;
	font-weight: bold;
	letter-spacing: 1px;
}
a.nav:link, a.nav:visited, a.nav:active {
	font-family: "trebuchet ms";
	font-weight: bold;
	font-size: 13px;
	text-transform: lowercase;
	letter-spacing: -.5px;
	color: #ffffff;
	width: 10%;
	display: inline-block;
	text-align: center;
	margin: 0px;
	padding: 8px 3px;
	text-decoration: none;
	background-color: #f04155;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	letter-spacing: 0px;
	text-shadow: 1px 1px 1px #d63a4c;
	filter: dropshadow(color=#d63a4c, offx=1, offy=1);
}

a.nav:hover {
	font-family: "trebuchet ms";
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
	text-transform: lowercase;
	letter-spacing: -.5px;
	color: #ffffff;
	width: 10%;
	display: inline-block;
	text-align: center;
	padding: 8px 3px;
	margin: 0px;
	text-decoration: none; 
	background-color: #ff823a;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	letter-spacing: 0px;
	text-shadow: 1px 1px 1px #e47433;
	filter: dropshadow(color=#e47433, offx=1, offy=1);
}

h1 {
	font-family: 'Pacifico', cursive;
	font-weight: normal;
	font-size: 28px;
	border-bottom: 1px dashed #95cfb7;
	line-height: 28px;
	text-transform: lowercase;
	color: #ff823a;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 3px;
	text-shadow: 1px 1px 1px #fec9ac;
	filter: dropshadow(color=#fec9ac, offx=1, offy=1);
}
h2, h3, h4 {
	font-family: "pacifico", serif;
	font-weight: normal;
	letter-spacing: 2px;
	font-size: 16px;
	border-bottom: 1px dashed #f04155;
	border-top: 1px dashed #f04155;
	text-transform: lowercase;
	color: #37331d;
	text-align: center;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 3px;
	text-shadow: 1px 1px 1px #e4dca9;
	filter: dropshadow(color=#e4dca9, offx=1, offy=1);
}
b, i, u, s {color: #85b9a3;}