html, body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F0EFF7;
	height: 800px;
	width: 100%;
	font-size: 13px;
}

.squareList {
	list-style:outside url(../img/black.gif);
	width:200px;
	padding: 8px 0px 0px 15px;
	margin: 5px 0 0 12px;
	font-size: 12px;
	line-height: 20px;
	display: block;
}

.header {
	width: 760px;
	height: 65px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/logo.jpg);
}

.header h2 {
	display: none;
}

.middle {
	width: 760px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.footer {
	width: 760px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.footer p {
	margin-left: 10px;
}

#wrapper { 
 display: table;
 #position: relative;
 margin-left: auto;
 margin-right: auto;
 height: 300px; 
}

.middle_left {
	float: left;
	width: 253px;
	height: 300px;
	background-color: #A7A7A7;
	background-image: url(../img/background.gif);
}

.middle_middle {
	float: left;
	width: 253px;
	height: 300px;
	background-image: url(../img/house.gif);
}

.middle_right {
	float: left;
	width: 253px;
	height: 300px;
	background-image: url(../img/background.gif);
}

.middle_content {
	margin: 48px 0 0 15px;
}

.middle_right_content {
	margin: 28px 0 0 15px;
	height: 220px;
}

.footer_left {
	width: 253px;
	height: 300px;
	background-image: url(../img/background_with_head.gif);
	float: left;
}

.footer_middle {
	height: 300px;
	width: 253px;
	background-image: url(../img/background_with_head.gif);
	float: left;
}

.footer_right {
	width: 253px;
	height: 300px;
	background-image: url(../img/background_with_head.gif);
	float: left;
}

.footer_head {
	margin: 17px 0 0 22px;
	color: white;
	width: 90%;
	height: 20px;
	text-align: left;
	font-size: 17px;
	font-weight: bold;
}

.footer_content {
	margin: 0 0 0 5px;
}

.bold {
	font-weight: bold;
}

.bikName {
	font-weight: bold;
	font-size: 12px;
}

.mailLink { 
	color:#000000;
	font-weight: bold;
	font-size: 12px;
}

.leftPadding {
	padding: 0 0 0 39px;
}

.hiddenLink { 
	text-decoration: none;
	color: white;
}

.idxLink {
}

