*{
	border:none;
	padding:0;
	margin:0;
}

body{
	font-family:tahoma;
	font-size:14px;
	color:#000;
	line-height:23px;
	background:url("images/bg_main.gif") top left repeat-x fixed;
	margin-bottom:20px
}

a{
	color:#d81f2a;
}
a:hover{
	text-decoration:none;
}
a:active{
	color:#c0000b;
}

#page{
	width:902px;
	margin:0 auto;
	background:url("images/bg_page.gif") top left repeat-y;
	padding-top:20px;
	margin-bottom:30px;
}

#header{
	width:894px;
	height:218px;
	display:block;
	margin:0 auto;
	background:url("images/header.jpg") top left no-repeat;
}
	#header ul#links{
		position:absolute;
		margin-left:695px;
		list-style-type:none
	}
	#header ul#links li{
		float:left
	}
	#header ul#links li a{
		display:block;
		height:19px;
	}
	#header span{
		display:none
	}
	
	#header .is{
		display:block;
		width:114px;
		height:19px;
	}
	#header .life{
		display:block;
		width:27px;
		height:19px;
	}
	#header .auto{
		display:block;
		width:35px;
		height:19px
	}
	#header h1{
		display:none
	}
	#header iframe{
		display:inline;
		position:absolute;
		margin-left:630px;
		margin-top:116px
	}
	#header label{
		display:block;
		width:140px;
		height:20px;
	}
	
#content{
	background:url("images/bg_content.gif") top left no-repeat;
	width:902px;
	margin-left:1px;
}
	
#main{
	width:506px;
	float:left;
	margin-left:40px;
	margin-top:30px
}
	#main h2{
		color:#d81f2a;
		font-weight:normal;
		padding-bottom:10px;
		font-size:23px
	}
	
	#main h2+p{
		text-indent:0
	}
	
	#main p{
		text-indent:10px;
		padding-bottom:20px
	}

#supplement{
	width:250px;
	float:left;
	margin-left:65px
}
	#supplement h3{
		font-size:14px;
		line-height:17px;
		margin-top:180px;
		padding:7px
	}
	#supplement ul{
		margin-left:20px;
		font-size:11.5px;
		line-height:16px;
		padding:0 5px;
	}
	#supplement li{
		margin-bottom:3px
	}
#footer{
	clear:both;
	padding-top:30px;
	font-size:11px;
	text-align:center;
	line-height:23px;
	padding-bottom:25px;
	background:url("images/bg_footer.gif") bottom left no-repeat;
}


