body {
    font-family : Arial, Helvetica, sans-serif;
    #text-align : center;
}
div#container {
    text-align : left;
    width : 800px;
    min-width : 800px;
    margin : 0 auto;
    padding : 0;
}

div#header {
    background :  url(../images/LandH-header-pre.jpg) no-repeat;
    height : 137px;
}

div#content {
	position : relative;
	margin-left : 130px;
    font-size : 0.8em;
	padding : 0;
}
div#content p {
	margin-top : 0;
}

div#content h1 {
	margin-top : 0;
}

 /* Start Nav bar styling */

ul#nav {
	padding-left : 0px;
	float : left;
	width : 130px;
	margin-top : 20px;
	margin-left : 0px;
}

ul#nav li {
    margin-left : 0px;
    list-style : none;
}

ul#nav li a {
    margin-left : 0px;
    font-size : 0.9em;
    color : #000;
    text-decoration : none;
    font-weight : bold;
}

ul#nav li a:hover {
    text-decoration : underline;
}

/* End Nav bar styling */

div#footer {
    height : 21px;
    text-align : center;
    font-size : 0.6em;
    font-weight : bold;
    color : #fff;
    background :  url(../images/footer.gif) no-repeat;
	background-position :  center;
}
