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


body {
	background-color:white;
	height:100%;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
	margin:auto;
	text-align:center;
}

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

p, td, span, div {
	text-align:left;
}

div#all {
	width:930px;
	background-color:white;
	margin:auto;
}

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

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

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

div#menu {
	margin-top:29px;
	width:150px;
	line-height:0px;
}

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

div#footer {
	clear: both;
	text-align:center;
	font-size:10px;
	height:27px;
	line-height:27px;
	background-image:url('../images/bg_footer.jpg');
} 

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

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


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

div#menu div.margin_menu {
	margin-left:20px;
	margin-top:20px;
	width:auto;
}

div#partner {
	width:125px;
	margin-top:20px;
	text-align:right;
}

div.clear {
	clear:both;
}

.td_header, .td_header_small {
	padding-left:10px;
	font-weight:bold;
	color:#004fa3;
	text-transform:uppercase;
	height:24px;
	line-height:24px;
}

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

div#left img, div#right img {
	border: 2px solid #d1eafc;
}

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

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

.td_bottom {
	background-image:url('../images/td_head_bg.jpg');
	height:1px;
	margin:0px;
	line-height:0px;
}

a.menu, a.menu:visited {
	display:block;
	/*background-image:url('../images/bg_menu_point.jpg');*/
	height:25px;
	line-height:25px;
	width:130px;
	text-decoration:none;
	color:#004fa3;
	font-weight:bold;
	border-bottom:1px solid #d1eafc;
	text-align:right;
}

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

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

a.menu:hover {
	color:#ed1c24;
	width:130px;
	text-indent:15px;
	/*border-right:2px solid #ed1c24;*/
	/*background-image:url('../images/bg_menu.gif');*/
	background-repeat:no-repeat;
	background-position:right;
	/*border-bottom: 1px solid #ed1c24;*/
}

a, a:visited {
	color: #004fa3;
	text-deocoration:underline;
}

a:hover {
	color:#ed1c24;
}

span.textnavi {
	color: #ed1c24;
}

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

div.noborder img {
	border:none!important;
}

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

