* {margin: 0; padding: 0;}
html {
	background: none;;
	}

body {margin: 0 auto; 	background-image: url("images/bg.jpg"); background-repeat: repeat-x; font-size: 14px; font-family: Lucida Grande;}

img {display: none;}
a img {border: none;}
#container {width: 860px;margin: 0 auto;}

#header{}
#logo {display: none;}
#eclaimTab {display: none;}

#nav {
	display: none;
	}

#nav ul {display: none;}
#nav ul li {display: none;}
#nav ul li a {display: none;}

#upper {display: none;}

#upper .left {display: none;}
	
#lower {}

#lower .left {}
#lower .right {float: left;}

#lower .img {
	float: left;
		
	}

#lower .text {
	float: right;
	}
	
#footer {
	width: 840px;
	padding: 10px;
	margin-bottom: 12px;
	font-size: 12px;
	background-image: url("images/navbg.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
	color: #eee;
	clear: both;
	}

#moreinfo p {
	text-align: center;
	line-height: 18px;
	font-size: 10px;
	color: #666;
	}

.clr {clear: both;}
