html, body { height: 100%; }
body { margin: 0; padding: 0; text-align: center; }

#container {
	position: relative; width: 900px; text-align: left;
	min-height: 100%; height: auto !important; height: 100%;
	margin: 0 auto -40px auto; padding: 0;
}

#content { padding-bottom: 20px; }
#push { height: 40px; }


/* Header */

#header { position: relative;  height: 80px; padding: 40px 0 20px 0;}

#menu {
	position: absolute; right: 0; top: 40px;
	width: 300px; height: 80px;
	margin: 0; padding: 0;
	background: url(menu.gif) 0 0 no-repeat;
}
#menu li {
	text-decoration: none; text-indent: -9999px; 
	display: block; float: left;
	height: 80px;
	}
#menu li a { display: block; width: 100%; height: 80px; outline-style: none; }

#menu-home { width: 85px; }
#menu-images { width: 115px; }
#menu-contact { width: 100px; }

#menu-home a.selected { background: url(menu.gif) -000px -80px no-repeat; }
#menu-images a.selected { background: url(menu.gif) -85px -80px no-repeat; }
#menu-contact a.selected { background: url(menu.gif) -200px -80px no-repeat; }

#logo { position: absolute; left: 0; top: 45px; }

#contact { 
	position: absolute; left: 141px; top: 82px; 
	text-decoration: none; text-indent: -9999px; 
	width: 117px; height: 20px;	
	} 
#contact a { display: block; width: 117px; height: 20px; }
#contact a:hover { background: url(email.gif) 0 0 no-repeat; }


/* Home */

#homemain { position: relative; background: url(verticalline.gif) 118px 0 repeat-y; height: 320px; }
#homemain p { margin: 0; padding: 0; }

#hometext {
	position: absolute; left: 140px; top: 20px;
	width: 238px; height: 139px;
	text-indent: -9999px;	background: url(hometext.gif) no-repeat;
}

#homemore {
	position: absolute; left: 140px; top: 280px;
	width: 211px; height: 20px;
	background: url(homemore.gif) no-repeat;
}
#homemore a { text-indent: -9999px; text-decoration: none; display: block; width: 211px; height: 20px; outline-style: none; }

#homeslideshow { position: absolute; top: 20px; right: 0; }


/* Contact */

#contactmain { position: relative; background: url(verticalline.gif) 118px 0 repeat-y; height: 320px; }
#contactmain p { margin: 0; padding: 0; }

#contacttext {
	position: absolute; left: 140px; top: 20px;
	width: 238px; height: 120px;
	text-indent: -9999px;	background: url(contacttext.gif) no-repeat;
}

#contactemail {
	position: absolute; left: 140px; top: 128px;
	width: 200px; height: 20px;
	background: url(contactemail.gif) no-repeat;
}
#contactemail a { text-indent: -9999px; text-decoration: none; display: block; width: 200px; height: 20px; outline-style: none; }


/* Footer */

#footer {
	height: 22px; padding-top: 18px; color: #B3A181;
	background: #000000 url(footer.gif) 0 0 repeat-x; 
	}
#footer p { text-align: left; width: 760px; margin: 0 auto; padding: 0 0 0 140px; background: url(verticalline.gif) 118px 0 repeat-y; }
#footer a:link { color: #CF7600; }



