html {
 	height: auto;
}
body {
	margin-top: 5px;
	font: 9pt "Gill Sans", Arial, Helvetica, sans-serif;
	background: #FFF;
	height: auto;
	min-height: 100%;
	color: #000;
	text-align: center;
	padding: 0;
	overflow: visible;
	background-color: #FFFFEF;
}
#outer {
	text-align: left;
	border: 1px solid #030;
	width: 740px;
	height: auto;
	margin: auto;
}
#header {
	height: 162px;
	background: #eee;
	color: #333;
	background-image: url('../art/header.jpg');
	background-repeat: no-repeat;
}
#bar {
	height: 19px;
	background: #CC9;
	color: #333;
	border: solid #030;
	border-width: 1px 0;
	text-align: right;
}
#bar span img {
	margin-top: 1px;
	margin-bottom: 0;
	margin-right: 5px;
	border: 1px solid black;
}
#inner {
	position: relative;
	background: #CCF;
	color: #333;
	width: 740px;
	height: auto;
	padding: 0;
	background-image: url('../art/menu_bg.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}
#menu {
	float: left;
	background: #FFF;
	color: #333;
	width: 126px;
	margin: 7px;
	border: 1px solid #996;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0.9em;
}
#menu li a {
	height: 24px;
	voice-family: inherit;
	text-decoration: none;
}
#menu li a:link, #menu li a:visited {
	color: #030;
	display: block;
	background: url('../art/menu.gif');
	padding: 7px 0 0 5px;
	margin-top: -2px;
}
#menu li a:hover {
	color: #363;
	background: url('../art/menu.gif') 0 -29px;
	padding: 7px 0 0 5px;
	margin-top: -2px;
}
#menu li a:active {
	color: #26370A;
	background: url('../art/menu.gif') 0 -58px;
	padding: 7px 0 0 5px;
	margin-top: -2px;
}
#content {
	border-left: 1px solid #030;
	width: 550px;
	background: #CCF;
	color: #333;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 155px;
	text-align: left;
	height: auto;
}
#content #content_top {
	background: url('../art/content_top.jpg') no-repeat;
	height: 15px;
	width: 550px;
	padding: 0;
	margin: 0;
}
#content #content_bottom {
	background: url('../art/content_bottom.jpg') no-repeat;
	height: 15px;
	width: 550px;
	padding: 0;
	margin-top: -15px;
}
#content #content_text {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	margin-top: -2px;
	min-height: 320px;
	height: auto;
	overflow: visible;
	background: url('../art/content_bg.jpg');
}
/* for Internet Explorer */
/*\*/
* html #content #content_text {
	height: 320px;
}
#content h3 {
	padding: 0;
	margin: 0;
	color: #003300;
	font-size: 11pt;
}
#taal_select {
	text-align: center;
}
#taal_select h4 {
 	padding: 0;
 	margin: 0;
 	font-size: 11pt;
 	font-weight: bold;
 	text-align: center;
}
#taal_select a {
	text-decoration: underline;
	color: black;
	font-weight: normal;
}
#taal_select a:hover {
	color: #66C;
}
#taal_select a img {
  border: 1px solid black;
}
#footer {
	border: solid black;
	border-width: 1px 0 0;
	background: #CC9;
	padding: 0;
	margin: 0;
}
#footer p {
	padding: 0;
	padding-top: 2px;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 9pt;
	text-align: center;
}
#footer a {
	color: #330;
}
