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

body {
	margin: 0px;
	background-image: url(../images_landscape_design/global/bg_landscape_design.jpg);
	background-repeat: repeat-x;
	background-color: #d7dfd7;
	}
	
	#frame {
		width: 980px;
		height: auto;
		margin: 0px;
		padding: 20px;
		position: relative;
		float: left;
		}
		
		#left_column {
			width: 195px;
			height: auto;
			padding-right: 20px;
			float: left;
			position: relative;
			}
			
			#logo {
				width: 185px;
				height: auto;
				padding-bottom: 15px;
				position: relative;
				}
			
		#right_column {
			width: 765px;
			height: auto;
			float: left;
			position: relative;
			}
			
				