
	body {
		font-family: Georgia, serif;
		background: url(../images/grey_plant.gif) no-repeat;
		background-position: 100% 130%;
	}
	
	div#nav_container {
		margin-top: 3px;
		width: 179px;
		height: 455px;
		background: url(../images/blue_plant.jpg) no-repeat top right;
		float: left;
	}
	
	div#content_container {
		width: 709px;
		margin-left: 183px;
		padding-top: 137px;
	}
	
	
	div#content {
		width: 709px;
		height: 487px;
		background-repeat: no-repeat;
	}
	
		div.packages {
			background-image: url(../images/bg_aiden.jpg);
		}
		
		div.contact {
			background-image: url(../images/bg_debi.jpg);
		}
		
		div#sub_content {
			width: 393px;
			height: 300px;
			overflow-y: auto;
			position: relative;
			left: 25px;
			top: 140px;
		}
	
	/* img */
	
	h1#logo, div#nav_container ul li, div#footer {
		text-indent: -9999px;
	}
	
	h1#logo a, div#nav_container ul li a, div#footer a {
		display: block;
		background-repeat: no-repeat;
	}
	
	h1#logo a {
		width: 293px;
		height: 87px;
		background: url(../images/logo.gif);
		margin-bottom: 20px;
	}
	
	div#nav_container ul {
		position: relative;
		top: 300px;
		left: 75px;
	}
	
	div#nav_container ul li {
		margin-bottom: 25px;
	}
	
	div#nav_container ul li a {
		width: 91px;
		height: 10px;
	}
		
		div#nav_container ul li#portfolio a {
			background: url(../images/portfolio.gif);
			background-position: 0 -10px;
			background-repeat: no-repeat;
		}
		
		div#nav_container ul li#portfolio a:hover {
			background-position: 0 0px;
			background-repeat: no-repeat;
		}
		
		div#nav_container ul li#packages a {
			background: url(../images/packages.gif);
			background-position: 0 -10px;
			background-repeat: no-repeat;
		}
		
		div#nav_container ul li#packages a:hover {
			background-position: 0 0px;
			background-repeat: no-repeat;
		}
		
		div#nav_container ul li#contact a {
			background: url(../images/contact.gif);
			background-position: 0 -10px;
			background-repeat: no-repeat;
		}
		
		div#nav_container ul li#contact a:hover {
			background-position: 0 0px;
			background-repeat: no-repeat;
		}
		
		body#portfolio_body div#nav_container ul li#portfolio a,
		body#packages_body div#nav_container ul li#packages a,
		body#contact_body div#nav_container ul li#contact a {
			background-position: 0 0;
		}
	
	div#footer a {
		float: right;
		margin-top: 15px;
		width: 349px;
		height: 49px;
		background-image: url(../images/footer_content.gif);
	}
	
	
	/* type */
	
	div#sub_content h1 {
		font-weight: normal;
		letter-spacing: 3px;
		font-size: 15px;
		margin-bottom: 5px;
		color: #F3FFFF;
	}
	
	div#sub_content p, div#sub_content li {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 12px;
		color: #2F5251;
	}
	
	div#sub_content li {
		margin-bottom: 5px;
	}
	
	div#sub_content a {
		color: #F3FFFF;
	}