*{margin: 0; padding: 0;}
body {
	margin:0;
	padding: 0;
	text-align:center;
	background-color: #FFF;
	font-size: 76%;
	height:100%;
}

.right-image { float: right; display:inline; margin-left: 0.5em; margin-right: 4em;}
.curve { 
	float: left;
	display: block;
	height: 16px;
	clear: left;
   }
   #curveSpacer { width: 1px; height: 196px; }
   #curve1 { width: 15px; }
   #curve2 { width: 18px; }
   #curve3 { width: 29px; }
   #curve4 { width: 34px; }
   #curve5 { width: 40px; }
   #curve6 { width: 45px; }
   #curve7 { width: 45px; }
   #curve8 { width: 40px; }
   #curve9 { width: 39px; }
   #curve10 { width: 29px; }
   #curve11 { width: 18px; }
.clearing {height:0;clear:both}
.
.artichoke { position: absolute; left: 190px; top: 25em; }

.radish { position: absolute; left: -65px; top: 230px; }

#curves { position: relative; top: em; }

#wrapper {
	text-align: left;
	margin-top: 4%;
	font-size: 1em;
	position: relative;
	height: 100%;
	width: 90%;
	margin: 4% auto;
/*	background-image: url(line.gif);
	background-position: 195px 0;
	background-repeat: repeat-y;
*/
}

#content-wrapper {
	background-color: #fff;
	height:100%;
	padding-left: 2em;
	margin-left: 2em;
	border-left: 1px solid #da3581;
}

#content-inner {
	width: 55%;
	padding: 2em 15px 15px 40px;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	float: left;
	border-left: 1px solid #da3581;
	position: relative;
}

#content-inner h1 {
	font-size: 1.1em;
	color: #888;
	margin: 1em 0;
}

#content-inner p {
	font-size: 0.9em;
	color: #888;
	line-height: 1.5em;
	margin-top: 0.5em;
}

#content-inner a {	
	color: #da3581;
	text-decoration: none;
	}
#content-inner a:hover {
	color: #da3581;
	text-decoration: underline;
}

#navigation {
	display:inline;
	float: LEFT;
	font-family: Arial, Helvetica, sans-serif;
	width: 25%;
	padding-top: 15px;
	overflow:hidden;
	text-align: right;
	height: 100%;
	padding-right: 3em;
}

#navigation ul {
	float: right; display: inline;
	text-align: left;
	font-weight: bold;
	margin: 0 auto;
	list-style:none;
	width: 15em;
}

#navigation ul li {
	font-size: 1em;
	margin: 0.5em 0em 0.5em 0.5em;
	color: #C40F54;
	font-weight: bold;
}

#navigation ul li a {
	color: #C40F54;
	text-decoration: none;
	font-weight: bold;
	text-transform:lowercase;
}

#navigation ul li a:hover {
	color: #888;
	text-decoration: underline;
	font-weight: bold;
}



#smallnav {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 2em;
	margin-bottom: 2em;
	clear: left;
	font-size: 0.8em;
}

#smallnav ul {
	list-style: none;
	display: block;
}
#smallnav ul li {
	display: inline;
	float: left;
	margin-right: 0.25em;
	margin-bottom: 0.25em;
	font-weight: bold;
	font-size: 1em;
	color: #C40F54;
}

#smallnav ul li a {
	color: #da3581;
	text-decoration: none;
	text-transform: lowercase;
}

#smallnav ul li a:hover {
	color: #da3581;
	text-decoration: underline;
}


#footer {
	clear:both;
	background-color: #FFF;
}

.figure {
	float: right;
	margin: 1em;
}
