* {
		margin: 0;
		padding:0;
	}
img {
	border:0;	
}
	body {
		font-family: Calibri, Helvetica, Arial, sans-serif;	
		color:#5F604B;
	}
	p {
		margin-bottom:20px;
		font-size:.9em;
		line-height:1.5em;	
	}
	a {
		color:#387C2B;
		text-decoration:none;
	}
	a:hover, a:focus {
		color:#7AC143;
	}
	#wrap {
		margin:90px auto;
		width:825px;	
		background-color:#fff;
		border-radius:10px;
		padding:20px;
		-moz-box-shadow: 0 0 55px 25px #7AC143;
		-webkit-box-shadow: 0 0 55px 25px#7AC143;
		box-shadow: 0 0 55px 25px #7AC143;
	}
	#header {
		margin-bottom:30px;
		float:left;
	}
		#header img {
			width:260px;	
		}
		#header h2 {
			font-weight:100;
			letter-spacing:6px;
			padding:6px 0 0 6px;
			color:#7AC143;
		}
	#mainnav  {
		float:right;
		padding:94px 8px 0 0;
	} 
	#mainnav ul  {
		margin: 0 auto;
		text-align: center;
		}	 
	#mainnav ul li  {
		background-image: url(../images/design-jenesis-leaf-icon.png);
		background-repeat: no-repeat;
		background-position:-5px 5px;
		display:inline;
		list-style-type:none;
		padding-bottom:10px;
		}
	#mainnav li a {
		padding: 10px 29px;
		} 	
	#mainnav li a:hover {
		background-image:url(../images/tall_leaf.png);
		background-repeat:no-repeat;
		background-position:-6px 11px;
		padding: 31px 29px 0 29px;
		}
	#image {
		float:left;
		position:relative;
		padding-left:8px;
	}
		.portrait {
			width:200px;
			border-radius:10px;
		}
		.vine {
			width:300px;
			position:absolute;
			left:-21px;
		}
	#content {
		float:right;
		width:513px;
		border-bottom:1px solid #7AC143;
		text-align:justify;
		padding-right:8px;
	}
	#content ul {
		margin-bottom:20px;	
	}
	#content ul li {
		margin-left:20px;	
	}
	.clear {
		clear:both;
	}
	.form {
		font-family: Helvetica, Arial, sans-serif;
		font-size:12px;
		color:#666633;
		line-height:24px;
	}
	.pdgtop {
		padding-top:10px;
		text-align:right;	
	}
	.sent {
		width:500px;	
		margin-bottom:66px;
	}
	#footer {
		font-size:.8em;
		margin:10px 0 0 388px;
	}