* { 
	margin:0px;
	padding:0px;
}

html {
	height:100%;
}

body {
	background-color:white;
	height:100%;
	background-image: url('../images/bg_rainbow.gif');
	background-repeat: repeat-y;
}

body, p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3f3f3f;
}


div#all {
	width:992px;
	height:100%;
	background-image: url('../images/bg_rainbow.gif');
	background-repeat: repeat-y;
}

div#header, div#footer {
	width:100%;
}

div#header {
	height:162px;
	background:white;
}

div#menu, div#content {
	float:left;
}

div#menu {
	width:193px;
	line-height:0px;
}

div#content {
	width:795px;
	height:100%;
}

div#footer {
	clear: both;
} 

div#left {
	width:423px;
	float:left;
}

div#right {
	width: 215px;
	float:right;
}


div.margin {
	margin-left:35px;
	margin-top:25px;
	margin-right:45px;
	margin-bottom:20px;
}

div#menu div.margin_menu {
	margin-left:32px;
	background-image: url('../images/bg_menu.gif');
	padding-top:20px;
	width:161px;
}

div.clear {
	clear:both;
}

.td_header, .td_header_small {
	padding-left:10px;
	font-weight:bold;
	color:white;
	text-transform:uppercase;
	height:22px;
	line-height:22px;
}

.td_header {
		background-image:url('../images/bg_th_big.jpg');
}

.td_header_small {
	background-image:url('../images/bg_th_small.jpg');
}

.tdhell1 {
	background-image:url('../images/bg_td1.jpg');
	background-repeat:repeat-x;
	padding:5px;
}

.tdhell1 img {
	border:1px solid #401912;
}

.td_bottom {
	background-color: #401912;
	height:2px;
	margin:0px;
}

a.menu, a.menu:visited {
	display:block;
	background-image:url('../images/bg_menu_point.jpg');
	height:25px;
	line-height:25px;
	width:147px;
	text-decoration:none;
	color:white;
	font-weight:bold;
	border-bottom:1px solid #0098fb;
	text-align:right;
	margin-right:10px;
}

a.menu {
	background-image:url('../images/bg_menu_point.jpg');
}

a.menu span {
	display:block;
	padding-right:10px;
}

a.menu:hover {
	color:#ffc837;
	width:145px;
	text-indent:15px;
	border-right:2px solid #ffc837;
	background-image:url('../images/bg_menu_point_a.jpg');
	border-bottom: 1px solid #0098fb;
}

a, a:visited {
	color: #008ff4;
	text-deocoration:underline;
}

a:hover {
	color:#0486e1;
}

span.textnavi {
	color: #eb2d00;
}

h1 {
	color: #401912;
	font-size:14px;
	font-weight:bold;
}

/*.iframe { height: expression((document.documentElement.clientHeight + 700) + "px"); }*/