body {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 22px;
	text-align: center;
	margin: 40px 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	color: #111;
	background: #fff;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
}

#layer{
	width: 700px;
	margin: 0px auto;
	text-align: left;
	border: 1px solid #bbb;
	background-image: url(images/bg-home.png);
        background-repeat: no-repeat;
}

#header{
	width: 650px;
	height: 100px;
	margin: 0px auto;
	text-align: left;
	padding: 0px 10px 0px 10px;
	color: #111;
}

#navi{
	width: 670px;
	height: 22px;
	margin: 0px auto;
	text-align: left;
	padding-left: 20px;
	color: #111;
}

#content{
	width: 650px;
	margin: 0px auto;
	text-align: left;
	padding: 20px;
	overflow: auto;
}

#homeheading{
        font-size: 12px;
}

a.menu{
	color: #444;
	font-weight: bold;
	text-decoration: none;
}

a.menu:hover{
	color: #222;
	background: #eee;
	font-weight: bold;
	text-decoration: none;
}

a.footer{
	font-size: 9px;
}

a, a:link, a:visited {
	color: #111;
	text-decoration: none;
}

a:hover {
	color: #111;
	text-decoration: underline;
}

img {
	border: 0;
}