*{
	margin: 0px;
	padding: 0px;
}

body{
	background-image: url('images/lillian_header_green.jpg');
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

div#head{
		height: 133px;
		width: 100%;
		background-image: url('images/lillian_header_green.jpg');
		background-repeat: repeat-x;
}

div#logo{
	height: 133px;
	width: 398px;
	margin-left: 30px;
	background-image: url('images/lillian_logo_green.jpg');
	background-repeat: no-repeat;
}

div#content_wrapper{
	width: 1000px;
}

a{
	color: #1c4912;
	font-size: 14px;
	text-decoration: underline;
}

div#navigation{
	width: 150px;
	height: 100%;
	margin-left: 30px;
	margin-right: 30px;
	background-color: #9ed492;
	padding: 10px;
	float: left;
}

div#content{
	width: 750px;
	float: left;
	margin-bottom: 30px;
}

h1{
	font-size: 14px;
	color: #408132;
	text-decoration: underline;
}

h2{
	font-size: 13px;
}

ul#nav{
	list-style-type: none;
}

div#footer{
	clear: both;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
	height: 21px;
	background-color: #9ed492;
	font-size: 9px;
	color: #1c4912;
	padding-top: 10px;
}

div#footer_text{
	width: 140px;
	margin-left: 400px;
}

