/* css Zen Garden submission 186 - 'Floral Simplicity', by Mani Sheriar, http://www.manisheriar.com/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2005, Mani Sheriar */
/* Added: November 10th, 2005 */


/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */




* {
	margin:0;
	padding:0;
	}
body	{
 	background: #cadeb9;
	background-image:url(laurel.jpg);
	color: #666666;
 	font:normal 13px/18px arial;
 	text-align: left;
	}
p {
	font:normal 10px/15px arial;
	color: #7CAF6B;
	}
h3 {
	padding-left: 60px;
	font:normal 10px/15px arial;
	color: #666666;
}
h2 {
	padding-left: 60px;
	font:normal 10px/15px arial;
	color: #666666;
}
h1 {
	font: normal 15px/20px arial;
	color: #7CAF6B;
	}
a:link {  
	text-decoration: none; 
	color: #7CAF6B;
	}
a:visited { 
 text-decoration: none; 
 color: #7CAF6B;
}
a:hover, a:active { 
 text-decoration: underline; 
 color: #7CAF6B;
}
#links ul li a {
	display: block;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
	font-size: 12px;
	color: #7CAF6B;
	text-transform: uppercase;
	text-decoration: none;
}
#links ul li {
	border-bottom: 1px solid #CCC;
}
#links ul li a:hover {
	background-color: #7CAF6B;
	color: #FFF;
}
#links ul {
	list-style: none;
}
#container {
	position: relative;
	width: 710px;
	left: 100px;
	margin: 0;
	padding: 0;
	background: transparent url(../lines.gif) repeat-y top left;
	}
#title {
	position: absolute;
	background-color: #7CAF6B;
	color: #FFFFFF;
	font-size: 36px;
	padding: 25px;
	top: 0px;
	width: 710px;
	height: 50px;
	}
#links {
	position: absolute;
	left: 0px;
	top: 110px;
	width: 200px;
	background-color:#FFFFFF;
	}
#content {
	position: absolute;
	left: 210px;
	top: 110px;
	width: 500px;
	padding: 25px;
	background-color:#FFFFFF;
	}
