* {
    margin: 0;
}

html, body {
	height: 100%;
}

body {
	background-color: #f4f4f4;
}

a {
	color: #132eb6;
}
a:visited {
	color: #68088c;
}
a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

#main {
	width: 1100px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	min-height:100%;
	padding-bottom: 3em;
}

#navi {
	padding-top: 30px;
	padding-left: 170px;
}

#content {
	padding-left: 170px;
	border-top: 1px solid #b2b2b2;
	background-image: url(img/shadow.gif);
	background-repeat: repeat-x;
	font-family: Arial, sans-serif;
	font-size: 11pt;
	margin-top: 50px;
}

#inner {
	width: 700px;
	text-align: justify;
}

#footer {
	font-size: 8pt;
	color: #3f3f3f;
	margin-top: 4em;
	padding-top: 5px;
	width: 780px;
	text-align: left;
	background-image: url(img/bg_footer.gif);
	background-repeat: no-repeat;
}