.page {
	position: absolute;
	height: auto;
	width: 95%;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 2.5%;
	margin-right: 2.5%;
}
.page h2 {
	margin-left:15px;
}
.footer {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 15px;
	width:100%;
}
.ifooter {
	border:#666666 dotted 1px;
	margin-left:25px;
	margin-right: 25px;
	margin-top: 25px;
	padding-top: 5px;
	padding-bottom: 15px;
	width:auto;
	text-align: center;
}
.ifooter div{
	height:100px;
	width:100px;
	border:#000000 solid 1px;
	display:inline-block;
	margin-right:20px;
	margin-left:20px;
}
.logo {
	padding: 0px 0px 5px 5px;
	height: 105px;
	position: relative;
	margin-bottom: 3px;
}
#navbar {
	position:relative;
	height: 42px;
	width: 100%;
	background: url(/image/32) repeat-x left top;
	margin-bottom: 20px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #333333;
}
.specialnav {
	padding: 0px 0px 0px 0px;
	width: 300px;
	height: 68px;
	top: 0px;
	right: 0px;
	position: absolute;
	text-align: left;
}
.main {
	position: relative;
	text-align: center;
	overflow: auto;
	margin-bottom: 25px;
}
.block {
	display: inline-block;
	position: relative;
	left: auto;
	right: auto;
	margin: 20px 0px 20px 0px;
	margin-left:25px;
	margin-right:25px;
	text-align:center
}

