@charset "utf-8";
/* CSS Document */

body {
	background: #F60;
	}
	
#wrapper_b {
	width: 900px;
	height: 400px;
	margin: 0 auto;
	padding: 15% 0% 0% 10%;
	}
	
#footer {
	position: absolute;
	float: right;
	bottom: 20px;
	right: 40px; 
	}
	
ul.menu li {
	display: inline;
	}

ul.menu a {
	display: block;
	width: 7em;
	height: 1em;
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 5px 0px 8px 0px;
	color: #600;
	border: 3px groove #804000;
	border-radius: 10px 20px;
	overflow: hidden;
	text-decoration: none;
	text-align: center;
	font-size: 14pt;
	}
	
menu a:link {
	}

menu a:visited {}

ul.menu a:hover {
	font-weight: bold;
	/* border: 3px groove #804000; */
	border: 3px outset #804000;
	}

ul.menu a:active {}

.iiayn {
	padding: 60px 0px 0px 190px;
	}

.obla {
	margin: 0px 0px -20px 100px;
	}
	
#about #localAbout,
#contact #localContact {
	color: #fff;
	font-weight: bold;
	border: outset #804000;
	}