@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:light,regular,bold);

body {
	font-family: 'Yanone Kaffeesatz', "Trebuchet MS", Arial, sans-serif;
	font-size: medium;
	background-color: #d2e0dd;
	background-image: url(bg_site_blue.jpg);
	background-attachment: fixed;
	color: #453c2f;
}
#title {
	background-image: url(bg_title.png);
	background-repeat: no-repeat;
	height: 67px;
	width: 219px;
	margin: 0 auto 0 auto;
}
#site {
	width: 600px;
	margin: 200px auto 0 auto;
}
p {
	font-size: large;
	font-weight: 200;
	text-align: center;
	text-shadow: 1px 1px 0 white;
	margin-top: 1em;
}
ul {
	font-weight: 200;	
	display: block;
	margin: 1em auto 0 auto;
	margin-left: 16em;
	width: 600px;
	list-style-type: ;
}
li {
}
.hidden {
	display: none;
}
.subp {
	font-size: medium;
}
.buttonA {
	padding: 7px 1% 7px 1%;
	background-image: url("bg_buttonA.png");
	background-repeat: repeat-x;
	background-color: #cec09c;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-left: 1px solid #cbc4b2;
	border-top: 1px solid #cbc4b2;
	border-right: 1px solid #f1f0e8;
	border-bottom: 1px solid #f1f0e8;
	display: block;
	margin: 15px auto 0 auto;
	text-decoration: none;
	font-weight: bold;
	color: #625543;
	font-size: 17px;
	width: 24%;
	text-align: center;
}
.buttonA:hover {
	background-image: url("bg_buttonA_h.png");
	background-color: #b0d6df;
	border-left: 1px solid #bbcfd3;
	border-top: 1px solid #bbcfd3;
	border-right: 1px solid #eaf4f5;
	border-bottom: 1px solid #eaf4f5;
}
