/* the bit that does the work */

html {
	margin:0;
	padding:0;
	height:100%;
	max-height:100%;
	background:#ffcc00;
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow: hidden;
	/* */
}

body {
	margin:0;
	border:0;
	padding:0;
	height:100%;
	max-height:100%;
	background:#ffcc00;
	font-family:Verdana, Geneva, Arial, sans-serif;
	color:#000000;
	font-size:12px;
	overflow: hidden;
}

/* for internet explorer */
* html body {
	padding:130px 0 0 0;
}

#container {
	padding:25px;
	padding-bottom:30px;
	text-align:center;

	position:fixed;
	top:130px;
	left:0;
	bottom:0;
	right:0;
	overflow:auto;
}

* html #container {
	height:100%;
	width:100%;
}

#header {
	background:url(../img/bg_header.gif) left top repeat-x;
	height:130px;
	overflow:auto;
  
	position:absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	width: 100%;
}

* html #header {
	height:130px;
}

/* end of bit that does the work */

body, td {
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, Arial, sans-serif;
	font-size:12px;
	color: #000000;
}

table#logo {
	height:106px;
}

table#logo img {
	margin:3px 0 0 3px;
}

table#navi {
	height:24px;
}

ul {
	margin:0;
	padding:0;
	list-style:none;
}

a,
a:visited {
	font-size:10px;
	color:#000000;
	text-decoration:none;
}

a:hover,
a:active {
	text-decoration:underline;
	background:#ffcc00;
}

img {
	border:none;
}

#navi td {
	text-align:center;
	padding:0;
}

#navi a {
	font-weight:bold;
}

#container table.table_content {
	width:624px;
	margin:7px auto 7px auto;
	text-align:left;
	background:#FFFFFF;
	border-top:1px solid #FF6600;
	border-bottom:1px solid #FF6600;
	border-right:1px dashed #FF6600;
	border-left:1px dashed #FF6600;
}

table.table_content td {
	/*padding:3px 8px;*/
	padding:2px 2px;
}

table.table_content td img {
	border-top:1px solid #FF6600;
	border-bottom:1px solid #FF6600;
	border-right:1px dashed #FF6600;
	border-left:1px dashed #FF6600;
}

table.table_content h1 {
	margin:0;
	font-size:12px;
	font-weight:bold;
}

.smalltext {
	text-align:left;
	font-size: 10px;
	color: #000000;
}
