html{
	height:100%;
}

body{
	height:100%;
	background: white;
	text-align:center;
	border-bottom:1px solid white;
}
#container{
	margin:0 auto;
	padding:0 0 0 15px;
	width:893px;
	text-align:left;
}
/*************************************** HEADER *********************************************/
#header{
	float:left;
	width:884px;
	height:68px;
	padding-top:22px;
}
#logo{
	float:left;	
}
#imunLogo{
	float:right;	
}
/*************************************** TOP NAVI *********************************************/
#topNavi{
	clear:left;
	float:left;
	list-style-type: none;
	height:27px;
	width:878px;
	border-bottom:1px solid black;
}
#topNavi li{
	float:left;
	height:14px;
}
#topNavi li a{
	float:left;
	color:black;
	padding:0px 35px 0 35px;
	line-height:18px;
}
#topNavi li.first a{
	padding-left:0px;
}
#topNavi li.last{
	float:right;
	display:block;
}
#topNavi li.last a{
	padding-right:0px;
}
#topNavi li.selected a{
	color:#B90036;
}
#topNavi li a:hover{
	color:#B90036;
}
/*************************************** LEFT NAVI *********************************************/
#leftNavi{
	list-style-type: none;
}
#leftNavi li{
}
#leftNavi li a{
	color:black;
}
#leftNavi li.selected a{
	color:#B90036;
}
#leftNavi li a:hover{
	color:#B90036;
}

/*************************************** CONTENT *********************************************/

#content{
	clear:left;
	float:left;
	width:893px;
	margin-top: 13px;
}
/*************************************** FOOTER NAVI *********************************************/

#footerNavi {
	clear:left;
	float:left;
	width:878px;
	list-style-type: none;
	margin-top:20px;
	height:30px;
}
#footerNavi li{
	float:right;
	height:14px;
}
#footerNavi li.first{
	float:left;
}
#footerNavi li.first a{
	padding-left:0px;
}
#footerNavi li.last a{

}
#footerNavi li a{
	font-size:11px;
	float:left;
	text-transform:uppercase;
	color:black;
	padding:0px 0px 0 12px;
}
#footerNavi li a:hover{
	color:#B90036;
}
#topOfPage {
	margin-top:24px;
	float:left;
	display:none;
	width:20px;
	height:10px;
	background: url("../img/arrow_up.gif") no-repeat top right;
}



