@charset "utf-8";
/* CSS Document */

/*html {
	webkit-text-size-adjust: none;
}*/
p {
	font-size:.75em;
	color:#000000;
	font-weight:bold;
	text-align: center;	
}
body {
	background-color:#eaeaa2;	
/*	font: 1.5em/150% "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#647c29;*/
}
a:hover {
    text-decoration: underline;
}
a, a:visited {
	text-decoration:none;
	color:#647c29;
}
#container {
    width: 100%;
	margin:0 auto;
}
#header {
    height: auto;
/*	padding: 3% 4%; */
/*  width: 60%; */
}
#site-logo {
    margin: 15px 0 0px 0;
    position: static;
}
#site-description {
    position: static;
	margin:0;
}
