html, body, #container {
	min-height: 100%;
	width: 100%;
	height: 100%;
}
html>body, html>body #container {
	height: auto;
	top: 0;
	left: 0;
}
body {
	font-family: verdana, "lucida console", sans-serif;
	margin: 0;
	padding: 0;
	background-image:  url(gfx/back.jpg);
}
#container {
	position: absolute;
}
#header {
	width: 100%;
	height: 70px;
	color: #006;
	border: 0;
	margin: 0;
	padding: 0;
	background-image:  url(gfx/logo_top.gif);
	background-repeat: no-repeat;
	}


#menu {
	background-image:  url(gfx/logo_bot.gif);
	background-repeat: no-repeat;
	width: 150px;
	float: left;
	padding-bottom: 3em;
	height: auto;
/*	border-right: 1px solid #006;*/
	margin-top: 0;
	padding-top: 130px;
	padding-left:0;

}

#menu a {
	text-decoration: none;
}

#menu p {
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}

/*

	margin-bottom: 0.5em;

#menu_list {
	padding: 0px;
}

#menu_list li {
	list-style-type: none;
	margin: 0px;
	border: 1px solid black;
}

/*
	text-align: left;

*/

#text {
	margin-left: 150px;
	padding-bottom: 3em;
	margin-right: 2em;
	height: auto;
	border: 1px solid #CCC;
	width: 640px;
}
#text h3 {
	background-color: #0030c0;
	color: #ffffff;
	text-align: center;
	margin-top:	0;
}


#footer {
	clear: both;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	color: #006;
	border-top: 1px solid #006;
	font-size: 11px;
	text-align: right;
}
/* hide from Mac IE5 */
/* \*/
#footer {position: absolute; }
/* */

/* Change in Opera 5+ (and some others) */
html>body div#footer {
    position: static;
}

/* Change back in everything except Opera 5 and 6, still hiding from Mac IE5 */
/* \*/
head:first-child+body div#footer {
    position: absolute;
}
/* */

#menu p, #text p {margin: 1em;}
#menu ul {margin-left: 0; padding-left: 0;}
#menu li {margin: 0 1em 0 2em;}
