@charset "utf-8";

#logo {
	border-style: ridge;
	border-color: #4A3016;
	border-width: 27px;
	background-position: center;
	background-repeat: no-repeat;
	background-image:url(logo1.jpg);
	padding: 10px;
	width: 688px;
	height: 130px;
}

body {
	background: url(bg.jpg);
	font-family: stencil-std;
	font-style: normal;
	font-weight: 400;
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
}

#link ul {
	font-size: 20px;
	font-family: stencil-std;
	list-style-type: none;
}

#link ul li {
	display: inline;	
}

#link ul li a {
	color: #FBEFEF;
	text-decoration: none;
	padding: .2em 1em;
	background-color: #8A0808;
}

#link ul li a:hover {
	color: #8A0808;
	background-color: #FBEFEF;
}

img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

footer
{

	max-width: 980px;
	text-align: left;
    margin: auto;
	opacity: 1;
	font-family:"Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 1em;
	color: #111111;
}

#l1nk ul {
	font-size: 20px;
	font-family: stencil-std;
	list-style-type: none;
}

#l1nk ul li {
	display: inline;	
}

#l1nk ul li a {
	color: #FBEFEF;
	text-decoration: none;
	padding: .2em 1em;
	background-color: #8A0808;
}

#l1nk ul li a:hover {
	color: #8A0808;
	background-color: #FBEFEF;
}