a { text-decoration: none; border-bottom: 1px solid #ccc; color: #f90; }
a:hover { border: none; }	
h2 {
	color: #394960;
	font-size: 16px;
	font-weight: bold;
	clear: both;
	background-image: url(/iw/images/dots2.gif);
	background-repeat: repeat-x;
	background-position: 0 25px;
	padding-bottom: 10px;
	margin-bottom: -6px;
	}
	
#container {
	height: auto ;
	height: 100%;
	min-height: 100%;
	position: relative;
	}
	
#nav {
	float: right;
	margin: 0;
	padding: 0;
	}
#nav li {
	list-style-type: none;
	display: inline;		
	float: left;	
	}	
#nav li a {
	text-decoration: none;
	border: none;
	color: #000;
	padding-top: 5px;		
	display: block;	
	margin: 0 15px;		
	}		
#nav li.on a { 
	background: url(/iw/images/nav_hover.jpg) no-repeat 50%;
	background-position: 0px -2px;
	padding: 1px 45px 6px 45px;
	margin: 0;
	color: #fff;
	}
#nav li a:hover { 
	color: #ff0000;
	text-decoration: underline;
}	

#strike div {
	width: 420px;
	height: 50px;
	margin: 0 auto;
	text-align: left;
	/*padding: 40px 30px 40px 0;*/
	}	

#strike p {
	color: #cab;
	margin: 0;
	padding: 0;
	font-size: 20px;
	letter-spacing: -1px;
	}	
	

#body { 
	width: 750px;
	margin: 0 auto;
	text-align: left;
	background: url(/iw/images/line_bg.gif) repeat-y 515px 20px;
	padding-left: 20px;
	padding-bottom: 61px;	
	}
#body:after { 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	height: 0;
	}
* html #body { height: 1%; }

#l, 
#l {
	width: 480px;
	padding-right: 20px;
	float: left;
	margin-right: 20px;
	font-size: 14px;
	}
#l p,
#r p {
	margin-top: 10px;
	line-height: 150%;
	}	

#r {
	width: 200px;
	float: right;
	margin-right:15px;
	}
#r p span {
	color: #009900;
	font-weight: bold;
	}
#r p {
	margin: 1em 0;
	padding: 0;
}	
#r hr {
	border-top: 1px solid #eee; 
	height: 1px; 
	border-left: 0; 
	border-right: 0; 
	border-bottom: 0; 
	margin: 0; 	
	}			

div.block {
	background-color: #F8F8F8;
	border: 1px solid #394960;
	padding: 20px;
	text-align: center;
	color: #000;
	font-size: 14px;
	margin-top: 10px;
	}
