﻿* {
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
}
html {
	height: 100%;
}

.clear {
	clear: both;
}

.cleft{
	clear: left;
}

.cright{
	clear: right;
}

#container_border {
	position: relative;
	top: 87px;
	margin: 0 auto 0 auto;
	width: 872px;
	padding-left: 7px;
}
#border_top {
	width: 100%;
	height: 7px;
	margin-left: -7px;
}
#container_main {
	width: 858px;
	min-height: 500px;
}
#left {
	float: left;
	width: 246px;
	min-height: 237px;
}
#navigation_image {
	width: 100%;
	height: 237px;
}
#right {
	position: relative;
	top: 17px;
	padding-top: 2px;
	width: 612px;
}
#footer {
	margin-left: -7px;
	padding-left: 7px;
	width: 872px;
	height: 27px;
}
#footer_right {
	float: right;
	margin-right: 14px;
}

