﻿html, body {
    margin:0;
    padding:0;
    height:100%;
 
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	height:100%;
}
#container {
	padding: 0;
	
	
	width: 1000px;
}
#header {
	width: 1000px;
	margin: 0;
	padding: 0;
	overflow: auto;
	
}
#navigation {
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
}
#main {
	
	padding-top:0px;
    padding-bottom: 25px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0px;
    float: left;
    
	width: 660px;
	margin: 0px;
	height: 100%;
	min-height: 800px;
	overflow: visible;
	position: relative;
	
}
#right {
	float: left;
	width: 180px;
	margin: 0px;
	height: 100%;
	min-height: 600px;
	position: relative;
	padding-bottom: 50px;
	padding-top: 10px;
}
#left {
	float: left;
	width: 140px;
	margin: 0px;
	height: 100%;
	position: relative;
	padding-bottom: 100px;
}
#footer {
	width: 1000px;
	clear: both;
	overflow: auto;

	
}
.float_right {
	float:right;
}

