@import url("content.css");
@import url("text.css");
@import url("class.css");

body {
	font: small Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #FFF;
	text-decoration: none;
	position: relative;
}
#wrapper {
	width: 724px;
	margin: 0 auto;
	background-image: url(../images/land5logo.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	background-repeat: no-repeat;
	background-color: #fff;
	border-right: 1px solid #DEEBDE;
	border-left: 1px solid #DEEBDE;
}

/*Styles in header div */
#header {
	width: 100%;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#logo {
	width: 100%;
	height: 150px;
	text-align: right;
}
#logo h1 {
	color: #66FF66;
	font-size: 110%;
	margin: 0px;
	padding: 4px 0px 0px 4px;
	text-align: left;
}

#logo p {
	color: #66FF66;
	font-size: 110%;
	margin: 0px;
	padding: 4px 0px 0px 4px;
	text-align: left;
}
#topnav {
	width: 100%;
	height: 40px;
	padding-bottom: 1px;
	font-size: 93%;
	border-bottom: 1px solid #DEEBDE;
}
#topnav h1 {
	font-size: 88%;
	font-style: italic;
	color: #94C9AF;
	padding-left: 140px;
	text-align: left;
	padding-top: 3px;
}
#topnav ul {
	margin-top: 4px;
	margin-right: 40px;
}
#topnav li {
	display: inline;
}
#topnav li a {
	color: #52165A;
	text-decoration: none;
	padding: 0px;
	margin: 0px 8px;
}
#topnav li a:link, topnav li a:visited {
	color: #52165A;
	text-decoration: none;
 }
#topnav li a:hover {
	color: #96BC96;
	background: #FFF;
}

/*Side Navagation styles */

#sideNav {
	float: left;
	width: 130px;
	padding: 23px 15px 3000px 9px;
	margin-bottom: -3000px;
	font-size: .9em;
	/*border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DEEBDE;*/
}
#sideNav dl {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#sideNav dd {
	padding-bottom: 10px;
	margin: 0px;
	padding-left: 6px;
	font-size: 93%;
}
#sideNav  a:link, #sideNav a:visited{
	text-decoration: none;
	color: #339966;
}

#sideNav a:hover {
	text-decoration: none;
	color: #52165A;
}


/*Footer styles */
#footer {
	clear: both;
	color: #006633;
	font-size: 75%;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DEEBDE;
	background-color: #BEF6BE;
	background-image: url(../images/footer1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 5px 0px 0px;
}
#footer  a {
	color: #006633;
	text-decoration: none;
}
#footer ul {
	margin: 0px 0px 4px;

}
#footer li {
	display: inline;
}
#footer p a:link, #footer p a:visited, #footer h1 a:link, #footer h1 a:visited{
	text-decoration: none;
}
#footer h1 {
	font-weight: bold;
	color: #660099;
	font-size: 95%;
	padding: 2px 0px 8px;
}
