@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images_landscaper/global/bg_landscape_maintenance.jpg);
	margin: 0px;  
	}
	
#frame {
	width: 900px;
	height: auto;
	color: #fff;
	margin: auto;
	}
	
	#logo {
		width: 290px;
		height: 142px;
		float: left;
		position: relative;
		}
	
	#header {
		width: 610px;
		height: 142px;
		background-image: url(../images_landscaper/global/header_bg.jpg);
		float: left;
		position: relative;
		}
	
	#nav_bar {
		width: 900px;
		height: 39px;
		background-image: url(../images_landscaper/global/nav_bg.jpg);
		float: left;
		position: relative;
		}
	#main_content {
		width: 860px;
		height: auto;
		background-color: #fff;
		padding: 20px;
		float: left;
		position: relative;
		}
	
	#footer_nav_bar {
		width: 900px;
		height: 27px;
		background-image: url(../images_landscaper/global/footer_nav_bg.jpg);
		float: left;
		position: relative;
		}
		
	#copyright {
		width: auto;
		height: 15px;
		padding-top: 5px;
		padding-right: 20px;
		float: right;
		position: relative;
		}
		
#nav_button_container {
	width: 800px;
	height: 39px;
	padding-left: 50px;
	padding-right: 50px;
	position:relative;
	float: left;
	}

#nav {
	width: 128px;
	height: 39px;
	position: relative;
	float: left;
	margin-right: 40px;
	}


#nav_r {
	width: 128px;
	height: 39px;
	position: relative;
	float: right;
	}
	

